Changeset 27838 for branches/tap_branches/ippTasks/chip.pro
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/chip.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTasks/chip.pro
r25693 r27838 41 41 active false 42 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 43 55 task chip.revert 44 56 active false … … 115 127 116 128 task.exec 129 # if we are unable to run the 'exec', use a long retry time 130 periods -exec $RUNEXEC 131 117 132 book npages chipPendingImfile -var N 118 133 if ($N == 0) break 119 134 if ($NETWORK == 0) break 135 if ($BURNTOOLING == 1) break 120 136 121 137 # look for new images in chipPendingImfile (pantaskState == INIT) … … 138 154 book getword chipPendingImfile $pageName state -var RUN_STATE 139 155 140 if ( "$RAW_MAGICKED" == "T")141 $MAGICKED_ARG = "--magicked "156 if ($RAW_MAGICKED > 0) 157 $MAGICKED_ARG = "--magicked $RAW_MAGICKED" 142 158 else 143 159 $MAGICKED_ARG = "" … … 177 193 echo command $run 178 194 end 195 # if we are unable to run the 'exec', use a long retry time 196 periods -exec 0.05 179 197 command $run 180 198 end … … 259 277 host local 260 278 261 periods -poll 5.0262 periods -exec 60.0279 periods -poll 60.0 280 periods -exec 1800.0 263 281 periods -timeout 120.0 264 282 npending 1
Note:
See TracChangeset
for help on using the changeset viewer.
