Changeset 23441
- Timestamp:
- Mar 19, 2009, 3:20:00 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_component.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_component.pl
r23440 r23441 43 43 44 44 GetOptions( 45 'dist_id=s' => \$dist_id,# Magic destreakrun identifier45 'dist_id=s' => \$dist_id, # distribution run identifier 46 46 'camera=s' => \$camera, # camera for evaluating file rules 47 47 'stage=s' => \$stage, # raw, chip, warp, or diff … … 52 52 'state=s' => \$run_state, # state of the run 53 53 'data_state=s' => \$data_state, # data_state for this component 54 'magicked =s' => \$magicked, # data_state for this component54 'magicked' => \$magicked, # magicked state for this component 55 55 'outroot=s' => \$outroot, # "directory" for outputs 56 56 'clean' => \$clean, # create clean distribution … … 138 138 139 139 # Here is where we determine whether or not a GPC1 image can be released. 140 141 if ($magicked and ($magicked eq "F")) {142 $magicked = 0;143 }144 140 145 141 if ($camera eq "GPC1" and !$magicked) {
Note:
See TracChangeset
for help on using the changeset viewer.
