Changeset 14042 for trunk/ippTasks/diff.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/diff.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/diff.pro
r13892 r14042 95 95 end 96 96 97 # delete existing entries in the appropriate states97 # delete existing entries in the appropriate pantaskStates 98 98 process_cleanup diffSkyfile 99 99 end … … 122 122 if ($network == 0) break 123 123 124 # look for new images in diffSkyfile ( state == NULL)125 book getpage diffSkyfile 0 -var pageName -key state NULL124 # look for new images in diffSkyfile (pantaskState == NULL) 125 book getpage diffSkyfile 0 -var pageName -key pantaskState NULL 126 126 if ($pageName == NULL) break 127 127 128 book setword diffSkyfile $pageName state RUN128 book setword diffSkyfile $pageName pantaskState RUN 129 129 book getword diffSkyfile $pageName diff_id -var DIFF_ID 130 130 book getword diffSkyfile $pageName workdir -var WORKDIR … … 175 175 task.exit timeout 176 176 showcommand timeout 177 book setword diffSkyfile $options:0 state TIMEOUT177 book setword diffSkyfile $options:0 pantaskState TIMEOUT 178 178 end 179 179 end
Note:
See TracChangeset
for help on using the changeset viewer.
