- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippToPsps/scripts/removeFromDatastore.pl
r27866 r28794 19 19 pod2usage( 20 20 -msg => "\n Required options:\n\n". 21 "--start < jobStartNumber> [--end <jobEndNumber>]\n".21 "--start <batchStartNumber> [--end <batchEndNumber>]\n". 22 22 "--product <datastoreProduct>\n", 23 23 -exitval => 3 … … 33 33 for ($i=$start; $i<$end+1; $i++) { 34 34 35 my $ job = sprintf("J%06d", $i);36 my $command = "dsreg --del $ job--product $product";35 my $tarball = sprintf("B%08d", $i); 36 my $command = "dsreg --del $tarball --product $product"; 37 37 38 38 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
