IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36224


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

don't fail if chip stage cmf file is missing. They aren't regenerated
by cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippScripts/scripts/dist_bundle.pl

    r35117 r36224  
    199199        next if $file_rule =~ /BIN/;
    200200
     201        # don't fail if cmf file is missing they are not regenerated on update
     202        next if ($stage eq 'chip' and $file_rule eq 'PSPHOT.OUTPUT');
     203
    201204        &my_die("failed to resolve  $file_name", $component, $PS_EXIT_DATA_ERROR);
    202205    }
Note: See TracChangeset for help on using the changeset viewer.