Changeset 27959
- Timestamp:
- May 14, 2010, 3:41:18 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_cleanup.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_cleanup.pl
r27757 r27959 192 192 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 193 193 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 194 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";194 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned"; 195 195 $command .= " -dbname $dbname" if defined $dbname; 196 196 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 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 -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";311 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned"; 312 312 $command .= " -dbname $dbname" if defined $dbname; 313 313 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 447 447 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 448 448 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 449 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";449 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned"; 450 450 $command .= " -dbname $dbname" if defined $dbname; 451 451 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 581 581 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 582 582 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 583 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";583 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned"; 584 584 $command .= " -dbname $dbname" if defined $dbname; 585 585 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 731 731 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 732 732 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 733 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned ";733 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -set_label goto_cleaned"; 734 734 $command .= " -dbname $dbname" if defined $dbname; 735 735 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
