IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2009, 5:28:52 PM (17 years ago)
Author:
bills
Message:

on receive side of distribution, optionally create a fileset in a status data store
defer {$stage}tool -importrun until all of the files have been downloaded
in the dist.queuruns task queue rcruns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/receive_setstatus.pl

    r24031 r24038  
    5151
    5252pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    53 pod2usage( -msg => "Required options: --dest_id --status_uri",
     53pod2usage( -msg => "Required options: --status_fs_name --status_product",
    5454           -exitval => 3) unless
    55     defined $status_fs_name and
     55    defined $received_fs_name and
    5656    defined $status_product and
    5757    defined $fault;
    5858#    and ($fault == 0 or defined $status_file);
     59
     60# if a name for the status fileset is not provided use the received value
     61$status_fs_name = $received_fs_name if !defined $status_fs_name;
    5962
    6063$ipprc->redirect_output($logfile) if $logfile;
Note: See TracChangeset for help on using the changeset viewer.