IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33927 for trunk/pstamp/scripts


Ignore:
Timestamp:
May 25, 2012, 11:25:04 AM (14 years ago)
Author:
bills
Message:

it is safe to clean up after dquery requests

File:
1 edited

Legend:

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

    r32785 r33927  
    4242    'name=s'            =>  \$name,
    4343    'outdir=s'          =>  \$outdir,
    44     'reqType=s'           =>  \$reqType,
     44    'reqType=s'         =>  \$reqType,
    4545    'product=s'         =>  \$product,
    4646    'uri=s'             =>  \$uri,
    47     'outdir=s'          =>  \$outdir,
    4847    'redirect-output'   =>  \$redirect_output,
    4948    'verbose'           =>  \$verbose,
     
    8281
    8382my_die("Cleanup not yet supported for reqType: $reqType", $req_id, $PS_EXIT_UNKNOWN_ERROR)
    84     if ($reqType ne "pstamp") and ($reqType ne "NULL");
     83    if ($reqType ne "pstamp") and ($reqType ne "NULL") and ($reqType ne "dquery");
    8584
    8685my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
Note: See TracChangeset for help on using the changeset viewer.