IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippScripts/scripts/dist_bundle.pl

    r32385 r33638  
    194194        # XXX: perhaps only do this for stages where we know that this happens
    195195        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/;
    196200
    197201        &my_die("failed to resolve  $file_name", $component, $PS_EXIT_DATA_ERROR);
Note: See TracChangeset for help on using the changeset viewer.