Changeset 32638
- Timestamp:
- Nov 9, 2011, 11:18:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippScripts/scripts/diff_skycell.pl
r31435 r32638 280 280 $outputStats = prepare_output("SKYCELL.STATS.UPDATE", $outroot, 1); 281 281 $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; 285 290 } 286 291 # 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.
