Changeset 25027 for branches/pap/ippScripts/scripts/dist_component.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_component.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/dist_component.pl
r23778 r25027 157 157 my $image_type = get_image_type($stage, $file_rule); 158 158 159 # if we are building a clean bundleskip this rule160 next if $ clean && $image_type;159 # if this is an image and we are building a clean bundle or if quality is bad skip this rule 160 next if $image_type and ($clean or $poor_quality); 161 161 162 162 # if magic is required, don't ship jpegs or binned fits images … … 189 189 # save the 190 190 if ($image_type eq 'image') { 191 $image = $ path191 $image = $file_name; 192 192 } elsif ($image_type eq 'mask') { 193 $mask = $ path;193 $mask = $file_name;; 194 194 } elsif ($image_type eq 'variance') { 195 $variance = $ path;195 $variance = $file_name;; 196 196 } else { 197 197 &my_die("invalid image type found: $image_type", $dist_id, $component,
Note:
See TracChangeset
for help on using the changeset viewer.
