IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2011, 11:21:43 AM (15 years ago)
Author:
bills
Message:

if stats file is missing just skip it (warp update was destroying them due to a bug)

File:
1 edited

Legend:

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

    r31565 r31572  
    191191        next if $poor_quality;
    192192
     193        # skip file stats file. Due to a bug the update process destroys them sometimes
     194        # XXX: perhaps only do this for stages where we know that this happens
     195        next if $file_rule =~ /STATS/;
     196
    193197        &my_die("failed to resolve  $file_name", $component, $PS_EXIT_DATA_ERROR);
    194198    }
Note: See TracChangeset for help on using the changeset viewer.