Changes between Version 88 and Version 89 of Procedures/NEODCDelivery
- Timestamp:
- Mar 31, 2015, 11:58:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v88 v89 16 16 1. Make sure that the delivery sensor data is present and the raw data is present (incl. navigation). Run a quick eye over the rest of the deliveries. 17 17 1. Remove unwanted large files. The project should have been cleaned up by the processor but often large files remain which are not needed. In particular, there are sometimes duplicates of data in processing/<sensor> which are included in delivery. Free up as much space as possible by deleting unwanted large files. Don't delete anything in processing/kml_overview 18 1. Add a copy of the relevant trac ticket(s) ; run:18 1. Add a copy of the relevant trac ticket(s) and zip; run: 19 19 {{{ 20 20 mkdir -p admin/trac_ticket 21 21 pushd admin/trac_ticket 22 22 wget --recursive --level 1 --convert-links --html-extension http://arsf-dan.nerc.ac.uk/trac/ticket/TICKETNUMBER 23 zip -r arsf-dan.nerc.ac.uk.zip arsf-dan.nerc.ac.uk 24 rm -fr arsf-dan.nerc.ac.uk 23 25 popd 24 26 }}}