Changeset 27840 for branches/simtest_nebulous_branches/ippTasks/chip.pro
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/chip.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTasks/chip.pro
r24596 r27840 26 26 active true 27 27 end 28 task chip.revert 29 active true 30 end 28 31 end 29 32 … … 36 39 end 37 40 task chip.advanceexp 41 active false 42 end 43 task chip.revert 44 active false 45 end 46 end 47 48 macro chip.revert.on 49 task chip.revert 50 active true 51 end 52 end 53 54 macro chip.revert.off 55 task chip.revert 38 56 active false 39 57 end … … 109 127 110 128 task.exec 129 # if we are unable to run the 'exec', use a long retry time 130 periods -exec $RUNEXEC 131 111 132 book npages chipPendingImfile -var N 112 133 if ($N == 0) break 113 134 if ($NETWORK == 0) break 135 if ($BURNTOOLING == 1) break 114 136 115 137 # look for new images in chipPendingImfile (pantaskState == INIT) … … 132 154 book getword chipPendingImfile $pageName state -var RUN_STATE 133 155 134 if ( "$RAW_MAGICKED" == "T")135 $MAGICKED_ARG = "--magicked "156 if ($RAW_MAGICKED > 0) 157 $MAGICKED_ARG = "--magicked $RAW_MAGICKED" 136 158 else 137 159 $MAGICKED_ARG = "" … … 171 193 echo command $run 172 194 end 195 # if we are unable to run the 'exec', use a long retry time 196 periods -exec 0.05 173 197 command $run 174 198 end … … 253 277 host local 254 278 255 periods -poll 5.0256 periods -exec 60.0279 periods -poll 60.0 280 periods -exec 1800.0 257 281 periods -timeout 120.0 258 282 npending 1
Note:
See TracChangeset
for help on using the changeset viewer.
