Changes between Version 88 and Version 89 of Procedures/NEODCDelivery


Ignore:
Timestamp:
Mar 31, 2015, 11:58:55 AM (9 years ago)
Author:
dac
Comment:

Added commands to zip up ticket (which has non-standard characters).

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NEODCDelivery

    v88 v89  
    1616   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.
    1717   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:
    1919{{{
    2020mkdir -p admin/trac_ticket
    2121pushd admin/trac_ticket
    2222wget --recursive --level 1 --convert-links --html-extension http://arsf-dan.nerc.ac.uk/trac/ticket/TICKETNUMBER
     23zip -r arsf-dan.nerc.ac.uk.zip arsf-dan.nerc.ac.uk
     24rm -fr arsf-dan.nerc.ac.uk
    2325popd
    2426}}}