Changeset 33927 for trunk/pstamp/scripts
- Timestamp:
- May 25, 2012, 11:25:04 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_cleanup.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_cleanup.pl
r32785 r33927 42 42 'name=s' => \$name, 43 43 'outdir=s' => \$outdir, 44 'reqType=s' => \$reqType,44 'reqType=s' => \$reqType, 45 45 'product=s' => \$product, 46 46 'uri=s' => \$uri, 47 'outdir=s' => \$outdir,48 47 'redirect-output' => \$redirect_output, 49 48 'verbose' => \$verbose, … … 82 81 83 82 my_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"); 85 84 86 85 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files
Note:
See TracChangeset
for help on using the changeset viewer.
