IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 5:07:20 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

Location:
branches/eam_branches/ipp-20120405/pstamp/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/pstamp/scripts

  • branches/eam_branches/ipp-20120405/pstamp/scripts/pstamp_cleanup.pl

    r32785 r33948  
    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.