Changeset 25837 for trunk/ippScripts/scripts/ipp_cleanup.pl
- Timestamp:
- Oct 14, 2009, 11:24:13 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_cleanup.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_cleanup.pl
r25835 r25837 190 190 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 191 191 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 192 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_ purged";192 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 193 193 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 194 194 run(command => $command, verbose => $verbose); … … 309 309 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 310 310 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 311 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_ purged";311 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 312 312 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 313 313 run(command => $command, verbose => $verbose); … … 444 444 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 445 445 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 446 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_ purged";446 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 447 447 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 448 448 run(command => $command, verbose => $verbose); … … 580 580 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 581 581 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 582 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_ purged";582 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 583 583 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 584 584 run(command => $command, verbose => $verbose); … … 732 732 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 733 733 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 734 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_ purged";734 $command = "$magicdstool -dbname gpc1 -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 735 735 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 736 736 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
