Changeset 28003 for branches/pap/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_bundle.pl (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/dist_bundle.pl
r27449 r28003 8 8 use Sys::Hostname; 9 9 my $host = hostname(); 10 my $date = `date`; 10 11 # print "\n\n"; 11 # print "Starting script $0 on $host \n\n";12 # print "Starting script $0 on $host at $date\n\n"; 12 13 13 14 use vars qw( $VERSION ); … … 115 116 116 117 # Get the list of data products for this component 117 # note: We my_die in get_file_list if something goes wrong. 118 # note: We my_die in get_file_list if something goes wrong. 118 119 119 120 my $file_list = get_file_list($stage, $component, $path_base, $clean); … … 193 194 $num_files++; 194 195 if ($image_type && $nan_masked_pixels) { 195 # save the 196 # save the 196 197 if ($image_type eq 'image') { 197 198 $image = $file_name; … … 222 223 # One last check as to whether magic has been applied to the inputs 223 224 224 # Note: the sql for disttool -pendingcomponent won't select a component that 225 # Note: the sql for disttool -pendingcomponent won't select a component that 225 226 # requires magic and hasn't been magicked, but we check again here 226 227 … … 327 328 ### Pau. 328 329 329 # return the image type (image, mask, or variance) if this file rule refers to 330 # return the image type (image, mask, or variance) if this file rule refers to 330 331 # one of the big fits files that are not included in a clean distribution 331 332 sub get_image_type { … … 360 361 sub open_with_retries { 361 362 my $name = shift; 362 363 363 364 my $tries = 1; 364 365 my $max_tries = 5; … … 372 373 } 373 374 } 374 375 375 376 &my_die("failed to open $name after $max_tries tries\n", $component, 376 377 $PS_EXIT_DATA_ERROR) if (!$opened);
Note:
See TracChangeset
for help on using the changeset viewer.
