Changeset 23255
- Timestamp:
- Mar 10, 2009, 2:50:08 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_component.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_component.pl
r23250 r23255 74 74 defined $outroot; 75 75 76 $ipprc->redirect_output($logfile) if $logfile; 77 76 78 if (($stage eq 'raw') and !defined $chip_path_base) { 77 79 pod2usage( -msg => "Required options: --chip_path_base for raw stage", -exitval => 3); 78 80 } 79 80 $ipprc->redirect_output($logfile) if $logfile;81 81 82 82 $ipprc->define_camera($camera); … … 93 93 $clean = 0; 94 94 } 95 96 # making a clean bundle of raw images doesn't make sense 97 if (($stage eq "raw") and $clean) { 98 # well I suppose we could ship the log file.... 99 &my_die("cannot create clean run at raw stage", $dist_id, $component, $PS_EXIT_CONFIG_ERROR); 100 } 101 95 102 96 103 # create the output directories if it is not a nebulous path and it doesn't exist
Note:
See TracChangeset
for help on using the changeset viewer.
