Changeset 37077
- Timestamp:
- Jul 17, 2014, 2:26:50 PM (12 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 5 edited
-
dist_bundle.pl (modified) (2 diffs)
-
ipp_apply_burntool_single.pl (modified) (1 diff)
-
queuestaticsky.pl (modified) (1 prop)
-
register_imfile.pl (modified) (1 diff)
-
warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r36555 r37077 67 67 ); 68 68 my %empty_cleaned = (); 69 70 71 69 72 70 # Look for programs we need … … 496 494 } elsif ($stage eq "stack") { 497 495 $type = $stack_cleaned{$rule}; 498 } elsif ($stage eq "sky" or $stage eq 'skycal' or $stage eq 'stack_summary' or $stage eq 'ff') {496 } elsif ($stage eq "sky" or $stage eq "skycal" or $stage eq "stack_summary" or $stage eq "ff") { 499 497 $type = $empty_cleaned{$rule}; 500 498 } else { -
trunk/ippScripts/scripts/ipp_apply_burntool_single.pl
r36839 r37077 45 45 defined $dbname; 46 46 47 # unless (defined $camera) { 48 # $camera = "GPC1"; 49 # } 47 # XXX watch out for TC3 and GPC2 here: 48 unless (defined $camera) { 49 if ($this_uri =~ /ota/) { 50 $camera = "GPC1"; 51 } 52 } 50 53 51 54 my $missing_tools; -
trunk/ippScripts/scripts/queuestaticsky.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ops-20130712/ippScripts/scripts/queuestaticsky.pl (added) merged: 37068-37069
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/register_imfile.pl
r36498 r37077 348 348 $apply_command .= " --imfile_state $burntool_data->{imfile_state} "; 349 349 $apply_command .= " --verbose " if $verbose; 350 351 # TEMPORARY 352 $apply_command .= " --camera GPC1"; 350 353 print "$apply_command\n"; 351 354 unless ($no_update) { -
trunk/ippScripts/scripts/warp_skycell.pl
r36529 r37077 413 413 unless ($success) { 414 414 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 415 warn("Unable to perform warptool - addwarped: $error_code\n");415 warn("Unable to perform warptool -tofullskyfile: $error_code\n"); 416 416 exit($error_code) if $try >= 2; 417 417 sleep 10;
Note:
See TracChangeset
for help on using the changeset viewer.
