Changeset 29574 for trunk/ippScripts/scripts/receive_file.pl
- Timestamp:
- Oct 26, 2010, 3:35:10 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_file.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_file.pl
r28893 r29574 208 208 $stage = 'stack'; 209 209 $comp_name = 'skycell_id'; 210 } elsif ($runType eq 'staticskyRun') { 211 $stage = 'sky'; 212 # XXX: This should be skycell, but the distribution code uses exposure 213 $comp_name = 'exposure'; 214 $current_component = $comp_name; 210 215 } else { 211 216 &my_die( "unexpected run type line found in $filename: $runType\n", $file_id, $PS_EXIT_UNKNOWN_ERROR); … … 245 250 $new_value = basename($value); 246 251 } elsif ((($name eq 'uri') or ($name eq 'path_base')) and ($value ne 'NULL')) { 247 &my_die( " $component_dir is null and we need it for $name",252 &my_die( "component_dir is null and we need it for $name", 248 253 $file_id, $PS_EXIT_PROG_ERROR) if !$component_dir; 249 254
Note:
See TracChangeset
for help on using the changeset viewer.
