Changeset 27755
- Timestamp:
- Apr 23, 2010, 11:36:41 AM (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
r27638 r27755 196 196 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 197 197 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 198 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";198 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 199 199 $command .= " -dbname $dbname" if defined $dbname; 200 200 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 316 316 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 317 317 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 318 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";318 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 319 319 $command .= " -dbname $dbname" if defined $dbname; 320 320 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 457 457 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 458 458 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 459 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";459 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 460 460 $command .= " -dbname $dbname" if defined $dbname; 461 461 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 594 594 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 595 595 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 596 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";596 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 597 597 $command .= " -dbname $dbname" if defined $dbname; 598 598 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 747 747 # Tell magicdstool that we've cleaned up this data, so it needs to do the same if it needs to do the same. 748 748 my $magicdstool = can_run('magicdstool') or die "Can't find magicdstool"; 749 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned -state full";749 $command = "$magicdstool -stage $stage -stage_id $stage_id -updaterun -set_state goto_cleaned"; 750 750 $command .= " -dbname $dbname" if defined $dbname; 751 751 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
