IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2013, 4:40:35 PM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

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

    r36047 r36253  
    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.