Changes between Version 53 and Version 54 of Procedures/NEODCDelivery
- Timestamp:
- Aug 20, 2010, 5:10:29 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v53 v54 26 26 1. Delete the contents of the lev1/ subdirectory, where these are duplicates of the delivery directory. 27 27 1. Scan the filesystem for any 'bad' things and fix them: 28 1. delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), hidden files etc28 1. Delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), hidden files etc 29 29 1. Remove executable bit on all files (except the point cloud filter and the run[aceh] scripts): 30 30 {{{ … … 36 36 }}} 37 37 This will give suggested commands, but check first. 38 1. Give everyone read permissions (and execute if it has user execute) for the current directory and below - `chmod -R a+rX .` 38 1. Give everyone read permissions (and execute if it has user execute) for the current directory and below: 39 {{{ 40 chmod -R a+rX . 41 }}} 39 42 1. Create an archive tarball for NEODC to download: 40 43 {{{