IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34176 for trunk


Ignore:
Timestamp:
Jul 18, 2012, 1:32:13 PM (14 years ago)
Author:
heather
Message:

needed set/get.keep.failures so that pantasks doesn't retry to merge if the perl script dies a funny death

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r34066 r34176  
    506506end
    507507
     508macro set.keep.failures
     509  if ($0 != 2)
     510    echo "USAGE:set.keep.failures (value)"
     511    break
     512  end
     513
     514  $KEEP_FAILURES = $1
     515end
     516
     517macro get.keep.failures
     518  echo "KEEP_FAILURES: $KEEP_FAILURES"
     519end
     520
     521
     522
     523
    508524macro set.verbosity
    509525  if ($0 != 2)
Note: See TracChangeset for help on using the changeset viewer.