IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2013, 1:01:15 PM (13 years ago)
Author:
bills
Message:

don't fail if chip stage cmf file is missing. They are no longer regenerated
by update

File:
1 edited

Legend:

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

    r36047 r36223  
    198198        next if $file_rule =~ /LOG/;
    199199        next if $file_rule =~ /BIN/;
     200
     201        # chip stage cmf files are not regenerated after cleanup so don't complain if
     202        # they are missing. They are of limited utility anyways. USE the smfs
     203        next if ($stage eq 'chip' and $file_rule eq 'PSPHOT.OUTPUT');
    200204
    201205        &my_die("failed to resolve  $file_name", $component, $PS_EXIT_DATA_ERROR);
Note: See TracChangeset for help on using the changeset viewer.