Changes between Version 61 and Version 62 of Procedures/NEODCDelivery
- Timestamp:
- Apr 15, 2011, 11:05:35 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v61 v62 27 27 1. Scan the filesystem for any 'bad' things and fix them: 28 28 1. Delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), hidden files, duplicates in lev1 dir etc 29 1. Find all files/dirs with unusual characters (space, brackets, etc) :29 1. Find all files/dirs with unusual characters (space, brackets, etc), ignoring the admin/trac_ticket folder: 30 30 {{{ 31 find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py31 find -regex '.*[^-0-9a-zA-Z/._].*' -o -path './admin/trac_ticket' -prune | ~arsf/usr/bin/fix_naughty_chars.py 32 32 }}} 33 33 This will give suggested commands, but check first.