IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2010, 7:21:36 PM (16 years ago)
Author:
watersc1
Message:

rtbt works in test case up through auto-chip-queue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20101203/ippTasks/register.pro

    r29908 r29982  
    6464  end
    6565end
     66
     67$valid_burntool_value = 14
    6668
    6769macro replace.survey.values
     
    144146# these variables will cycle through the known database names
    145147$regPendingImfile_DB = 0
     148$regPendingBurntoolImfile_DB = 0
    146149$regPendingExp_DB = 0
    147150
     
    461464  task.exec
    462465    $run = regtool -pendingburntoolimfile
     466    $today = `date -u +%Y-%m-%d`
     467# debugging purposes
     468    $today = "2010-12-06"
     469    $run = $run -date $today -valid_burntool $valid_burntool_value
    463470    if ($DB:n == 0)
    464471      option DEFAULT
     
    471478    end
    472479
    473     $today = `date +%Y-%m-%d`
    474     $run = $run -date $today -valid_burntool $valid_burntool_value
     480    echo $run
    475481    add_poll_args run
    476482    command $run
Note: See TracChangeset for help on using the changeset viewer.