- Timestamp:
- Jul 22, 2009, 4:48:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup/ippScripts/scripts/ipp_cleanup.pl
r24785 r24902 759 759 # XXX may need a different my_die for each stage 760 760 my $imfiles; # Array of component files 761 my $command = "$dettool -pendingcleanup_processedimfile - chip_id $stage_id"; # Command to run761 my $command = "$dettool -pendingcleanup_processedimfile -det_id $stage_id"; # Command to run 762 762 $command .= " -dbname $dbname" if defined $dbname; 763 763 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command, verbose => $verbose); … … 1239 1239 # XXX may need a different my_die for each stage 1240 1240 my $imfiles; # Array of component files 1241 my $command = "$dettool -pendingcleanup_residimfile - chip_id $stage_id"; # Command to run1241 my $command = "$dettool -pendingcleanup_residimfile -det_id $stage_id"; # Command to run 1242 1242 $command .= " -dbname $dbname" if defined $dbname; 1243 1243 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command, verbose => $verbose); … … 1326 1326 1327 1327 if ($status) { 1328 my $command = "$dettool -updateresidimfile - chip_id $stage_id -exp_id $exp_id -iteration $iteration -class_id $class_id";1328 my $command = "$dettool -updateresidimfile -det_id $stage_id -exp_id $exp_id -iteration $iteration -class_id $class_id"; 1329 1329 if ($mode eq "goto_purged") { 1330 1330 $command .= " -data_state purged"; … … 1346 1346 } 1347 1347 } else { 1348 my $command = "$dettool -updateresidimfile - chip_id $stage_id -exp_id $exp_id -iteration $iteration -class_id $class_id -data_state $error_state";1348 my $command = "$dettool -updateresidimfile -det_id $stage_id -exp_id $exp_id -iteration $iteration -class_id $class_id -data_state $error_state"; 1349 1349 $command .= " -dbname $dbname" if defined $dbname; 1350 1350
Note:
See TracChangeset
for help on using the changeset viewer.
