IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32638


Ignore:
Timestamp:
Nov 9, 2011, 11:18:32 AM (15 years ago)
Author:
bills
Message:

work around problem in ticket 1501

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippScripts/scripts/diff_skycell.pl

    r31435 r32638  
    280280    $outputStats = prepare_output("SKYCELL.STATS.UPDATE", $outroot, 1);
    281281    $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot);
    282     if (!$ipprc->file_exists($configuration)) {
    283        print STDERR "WARNING: Config dump file $configuration is missing. Using current recipes and file rules.\n";
    284        $configuration = undef;
     282    if ($diff_id >= 88268) {
     283        if (!$ipprc->file_exists($configuration)) {
     284            print STDERR "WARNING: Config dump file $configuration is missing. Using current recipes and file rules.\n";
     285            $configuration = undef;
     286        }
     287    } else {
     288        print STDERR "WARNING: Using new recipes because config dump file is too old\n";
     289        $configuration = undef;
    285290    }
    286291    # use WARPSTATS if we're updating, as we don't care about the new stuff from the STACK and DIFF STATS recipes
Note: See TracChangeset for help on using the changeset viewer.