Changeset 25835 for trunk/ippScripts/scripts
- Timestamp:
- Oct 14, 2009, 11:06:18 AM (17 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
camera_exp.pl (modified) (1 diff)
-
ipp_cleanup.pl (modified) (5 diffs)
-
stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r25816 r25835 354 354 # $fpaCommand .= " -dtime_addstar $dtime_addstar"; 355 355 } else { 356 $fpaCommand .= " -updaterun -s tate full";356 $fpaCommand .= " -updaterun -set_state full"; 357 357 } 358 358 $fpaCommand .= " -dbname $dbname" if defined $dbname; -
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; -
trunk/ippScripts/scripts/stack_skycell.pl
r25551 r25835 304 304 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 305 305 } else { 306 $mode = "-updaterun -s tate full";306 $mode = "-updaterun -set_state full"; 307 307 } 308 308 $command .= " $mode -stack_id $stack_id";
Note:
See TracChangeset
for help on using the changeset viewer.
