Changeset 27200
- Timestamp:
- Mar 4, 2010, 5:47:58 PM (16 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 7 edited
-
camera.pro (modified) (1 diff)
-
chip.pro (modified) (1 diff)
-
diff.pro (modified) (1 diff)
-
nightly_stacks.pro (modified) (2 diffs)
-
pantasks.pro (modified) (1 diff)
-
stack.pro (modified) (1 diff)
-
warp.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r26950 r27200 143 143 if ($N == 0) break 144 144 if ($NETWORK == 0) break 145 if ($BURNTOOLING == 1) break 145 146 146 147 # look for new images in camPendingExp (pantaskState == INIT) -
trunk/ippTasks/chip.pro
r27005 r27200 133 133 if ($N == 0) break 134 134 if ($NETWORK == 0) break 135 if ($BURNTOOLING == 1) break 135 136 136 137 # look for new images in chipPendingImfile (pantaskState == INIT) -
trunk/ippTasks/diff.pro
r27021 r27200 166 166 if ($N == 0) break 167 167 if ($NETWORK == 0) break 168 168 if ($BURNTOOLING == 1) break 169 169 170 # look for new images in diffSkyfile (pantaskState == INIT) 170 171 book getpage diffSkyfile 0 -var pageName -key pantaskState INIT -
trunk/ippTasks/nightly_stacks.pro
r27181 r27200 318 318 319 319 if ("$ns_STATE" != "QUEUECHIPS") break 320 $BURNTOOLING = 0 320 321 $run = automate_stacks.pl --queue_chips --date $date 321 322 command $run … … 533 534 if ($ns_RburnPAGE >= $Npages) set ns_RburnPAGE = 0 534 535 if (("$ns_STATE" != "QUEUEBURNING")&&("$ns_STATE" != "BURNING")) break 536 $BURNTOOLING = 1 535 537 # Find out where in the list of jobs we are 536 538 book getword nsBurntool $date btN -var btN -
trunk/ippTasks/pantasks.pro
r27005 r27200 4 4 if ($?NEBULOUS == 0) set NEBULOUS = 0 5 5 if ($?NETWORK == 0) set NETWORK = 1 6 if ($?BURNTOOLING == 0) set BURNTOOLING = 0 6 7 if ($?PARALLEL == 0) set PARALLEL = 1 7 8 if ($?VERBOSE == 0) set VERBOSE = 1 -
trunk/ippTasks/stack.pro
r27008 r27200 161 161 if ($N == 0) break 162 162 if ($NETWORK == 0) break 163 163 if ($BURNTOOLING == 1) break 164 164 165 # look for new images in stackSumSkyfile (pantaskState == INIT) 165 166 book getpage stackSumSkyfile 0 -var pageName -key pantaskState INIT -
trunk/ippTasks/warp.pro
r27125 r27200 171 171 if ($N == 0) break 172 172 if ($NETWORK == 0) break 173 173 if ($BURNTOOLING == 1) break 174 174 175 # look for new images in warpInputExp (pantaskState == INIT) 175 176 book getpage warpInputExp 0 -var pageName -key pantaskState INIT
Note:
See TracChangeset
for help on using the changeset viewer.
