IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2008, 2:48:11 PM (18 years ago)
Author:
bills
Message:

Allow test web page to issue request and then query for status.
Added and/or modified scripts to allow jobs to be processed by a pantasks task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/ppstamp_run.pl

    r16283 r16358  
    1515my $job_id = $ARGV[0];
    1616
    17 my $verbosity = 1;
     17my $verbosity = 0;
    1818
    1919use Sys::Hostname;
     
    125125
    126126
    127 exit $jobStatus;
     127if ($jobStatus eq "ok") {
     128    exit 0;
     129} else {
     130    exit $jobStatus;
     131}
Note: See TracChangeset for help on using the changeset viewer.