IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33051


Ignore:
Timestamp:
Jan 9, 2012, 1:43:09 PM (14 years ago)
Author:
bills
Message:

don't fail bundling if only LOG TRACE and BIN files are missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_bundle.pl

    r32385 r33051  
    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.