Changes between Version 53 and Version 54 of Procedures/NEODCDelivery


Ignore:
Timestamp:
Aug 20, 2010, 5:10:29 PM (14 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NEODCDelivery

    v53 v54  
    2626   1. Delete the contents of the lev1/ subdirectory, where these are duplicates of the delivery directory.
    2727   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 etc
     28    1. Delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), hidden files etc
    2929    1. Remove executable bit on all files (except the point cloud filter and the run[aceh] scripts):
    3030{{{
     
    3636}}}
    3737       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{{{
     40chmod -R a+rX .
     41}}}
    3942 1. Create an archive tarball for NEODC to download:
    4043{{{