IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29653 for trunk/ippTasks


Ignore:
Timestamp:
Nov 3, 2010, 1:09:45 PM (16 years ago)
Author:
watersc1
Message:

Updated unlinked version of the stack queue code. This treats each target (MDXX,OSS,etc) as a separate item, and queues each as they become available. Probably needs a bit more testing, but manually running the script produces the expected results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_stacks.pro

    r29156 r29653  
    8383macro ns.stacks.on
    8484  task ns.stacks.load
    85     active true
     85    active false
    8686  end
    8787  task ns.stacks.run
     
    531531#
    532532task              ns.stacks.load
     533  active          false
    533534  host            local
    534535  periods         -poll $LOADPOLL
     
    617618     option $date
    618619
    619      if ("$ns_STATE" != "QUEUESTACKS") break
     620     if (("$ns_STATE" != "QUEUESTACKS")&&("$ns_STATE" != "TOWARP")&&("$ns_STATE" != "FORCETOWARP")) break
    620621     $run = automate_stacks.pl --queue_stacks --date $date
    621622     command $run
Note: See TracChangeset for help on using the changeset viewer.