Changeset 36966
- Timestamp:
- Jul 2, 2014, 3:41:46 PM (12 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 4 edited
-
sc_prepare_camera.pl (modified) (1 diff)
-
sc_prepare_chip.pl (modified) (1 diff)
-
sc_prepare_stack.pl (modified) (1 diff)
-
sc_prepare_warp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_camera.pl
r36879 r36966 351 351 352 352 if (defined $id and not $no_update) { 353 my $command = "remotetool -updaterun - stage_id $id";353 my $command = "remotetool -updaterun -remote_id $id"; 354 354 $command .= " -fault $exit_code " if defined $exit_code; 355 355 $command .= " -set_state $exit_state " if defined $exit_state; -
trunk/ippScripts/scripts/sc_prepare_chip.pl
r36953 r36966 535 535 536 536 if (defined $id and not $no_update) { 537 my $command = "remotetool -updaterun - stage_id $id";537 my $command = "remotetool -updaterun -remote_id $id"; 538 538 $command .= " -fault $exit_code " if defined $exit_code; 539 539 $command .= " -set_state $exit_state " if defined $exit_state; -
trunk/ippScripts/scripts/sc_prepare_stack.pl
r36951 r36966 357 357 358 358 if (defined $id and not $no_update) { 359 my $command = "remotetool -updaterun - stage_id $id";359 my $command = "remotetool -updaterun -remote_id $id"; 360 360 $command .= " -fault $exit_code " if defined $exit_code; 361 361 $command .= " -set_state $exit_state " if defined $exit_state; -
trunk/ippScripts/scripts/sc_prepare_warp.pl
r36951 r36966 118 118 # This actually returns all the individual warp/skyfiles that comprise this run. Because consistency. 119 119 my $command = "$warptool -towarped -warp_id $warp_id "; 120 $command .= " -dbname $dbname " if defined($dbname); 120 121 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 121 122 run(command => $command, verbose => 0); … … 366 367 367 368 if (defined $id and not $no_update) { 368 my $command = "remotetool -updaterun - stage_id $id";369 my $command = "remotetool -updaterun -remote_id $id"; 369 370 $command .= " -fault $exit_code " if defined $exit_code; 370 371 $command .= " -set_state $exit_state " if defined $exit_state;
Note:
See TracChangeset
for help on using the changeset viewer.
