Changeset 25835 for trunk/ippScripts/scripts/ipp_cleanup.pl
- Timestamp:
- Oct 14, 2009, 11:06:18 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
r25801 r25835 488 488 # No skycells were found for some reason. 489 489 # Not technically an "error," but a "you told me to do X, and I can't. Please fix this yourself." 490 my $command = "$stacktool -updaterun -stack_id $stage_id -s tate $error_state";490 my $command = "$stacktool -updaterun -stack_id $stage_id -set_state $error_state"; 491 491 $command .= " -dbname $dbname" if defined $dbname; 492 492 … … 561 561 my $command = "$stacktool -stack_id $stage_id"; 562 562 if ($mode eq "goto_purged") { 563 $command .= " -updaterun -s tate purged";563 $command .= " -updaterun -set_state purged"; 564 564 } 565 565 elsif ($mode eq "goto_cleaned") { 566 $command .= " -updaterun -s tate cleaned";566 $command .= " -updaterun -set_state cleaned"; 567 567 } 568 568 elsif ($mode eq "goto_scrubbed") { 569 $command .= " -updaterun -s tate scrubbed";569 $command .= " -updaterun -set_state scrubbed"; 570 570 } 571 571 $command .= " -dbname $dbname" if defined $dbname; … … 589 589 590 590 } else { 591 my $command = "$stacktool -updaterun -stack_id $stage_id -s tate $error_state";591 my $command = "$stacktool -updaterun -stack_id $stage_id -set_state $error_state"; 592 592 $command .= " -dbname $dbname" if defined $dbname; 593 593 … … 624 624 # No skycells were found for some reason. 625 625 # Not technically an "error," but a "you told me to do X, and I can't. Please fix this yourself." 626 my $command = "$difftool -updaterun -diff_id $stage_id -s tate $error_state";626 my $command = "$difftool -updaterun -diff_id $stage_id -set_state $error_state"; 627 627 $command .= " -dbname $dbname" if defined $dbname; 628 628 … … 741 741 742 742 } else { 743 my $command = "$difftool -updaterun -diff_id $stage_id -s tate $error_state";743 my $command = "$difftool -updaterun -diff_id $stage_id -set_state $error_state"; 744 744 745 745 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
