- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_bundle.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippScripts/scripts/dist_bundle.pl
r31572 r33415 194 194 # XXX: perhaps only do this for stages where we know that this happens 195 195 next if $file_rule =~ /STATS/; 196 # don't fail on these "non-essential files" 197 next if $file_rule =~ /TRACE/; 198 next if $file_rule =~ /LOG/; 199 next if $file_rule =~ /BIN/; 196 200 197 201 &my_die("failed to resolve $file_name", $component, $PS_EXIT_DATA_ERROR); … … 636 640 $file{file_rule} = $key; 637 641 $file{name} = $val; 642 if ($val eq "STDERR" or $val eq "STDOUT") { 643 print STDERR "Skipping $key because filename is $val\n"; 644 next; 645 } 638 646 push @file_list, \%file; 639 647 }
Note:
See TracChangeset
for help on using the changeset viewer.
