IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2009, 5:28:09 PM (17 years ago)
Author:
Paul Price
Message:

Adding script to do the actual publishing to DataStore. Decided to bundle all components into the same script (we're working with detections, it's serial, should be fast) to simply things (can remove the 'advance' mode for pubtool). Everything compiles, not tested yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/doc/publish_flow.txt

    r24413 r24427  
    33
    44### Regularly run by pantasks to generate publishing runs based on data that has been processed
    5 pubtool -definerun
     5pubtool -definerun -workdir /path/to/somewhere
    66
    77### Regularly run by pantasks to get list of files to publish
    88pubtool -pending
    9 --> publish_file.pl --pub_id 12345 --component skycell.123.456 --destination DataStore --stage diff --stage_id 67890 --format MOPS
    10 ----> pubtool -add -pub_id 12345 --component skycell.123.456 --fault 0
     9--> publish_file.pl --pub_id 12345 --workdir /path/to/somewhere --product IPP-MOPS --stage diff --stage_id 67890
     10----> pubtool -add -pub_id 12345 -path_base /path/to/somewherenice -fault 0
    1111
    1212### Run as required
    1313pubtool -revert
    1414
    15 ### Regularly run by pantasks to mark running publish runs as 'full'
    16 pubtool -advance
Note: See TracChangeset for help on using the changeset viewer.