Changeset 11059 for branches/eam_branch_00/ippTasks/phase0.pro
- Timestamp:
- Jan 11, 2007, 5:22:43 PM (20 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_00/ippTasks/phase0.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_00/ippTasks/phase0.pro
r11012 r11059 38 38 periods -timeout 30 39 39 40 stdout $LOGSUBDIR/phase0.imfile.log 40 # XXX provide a special word (ie NULL) that silently drops stdout, stderr? 41 stdout NULL 41 42 stderr $LOGSUBDIR/phase0.imfile.log 42 43 … … 46 47 47 48 # success 48 task.exit 049 task.exit $EXIT_SUCCESS 49 50 # convert 'stdout' to book format 50 51 ipptool2book stdout Phase0Imfiles -key exp_tag -uniq … … 55 56 # delete existing entries which are DONE 56 57 book delpage Phase0Imfiles -key state DONE 58 echo "p0tool -pendingimfile dtime: $JOB_DTIME" 57 59 end 58 60 … … 84 86 85 87 book setword Phase0Imfiles $pageName state RUN 88 # Phase0Imfiles->pageName->state = RUN 89 86 90 book getword Phase0Imfiles $pageName exp_tag -var EXP_TAG 91 # $EXP_TAG = Phase0Imfiles->pageName->exp_tag 87 92 book getword Phase0Imfiles $pageName class -var CLASS 88 93 book getword Phase0Imfiles $pageName class_id -var CLASS_ID … … 118 123 # phase0_imfile.pl updates DB tables, here we just update the page 119 124 book setword Phase0Imfiles $options:0 state DONE 125 # equiv to: Phase0Imfiles->pageName->state = DONE 120 126 end 121 127 … … 158 164 # delete existing entries which are DONE 159 165 book delpage Phase0Exposures -key state DONE 166 echo "p0tool -pendingexp dtime: $JOB_DTIME" 160 167 end 161 168 … … 222 229 # default exit status 223 230 task.exit default 224 showcommand 231 showcommand failure 225 232 book setword Phase0Exposures $options:0 state FAIL 226 233 end … … 228 235 # operation times out? 229 236 task.exit timeout 230 showcommand 237 showcommand timeout 231 238 book setword Phase0Exposures $options:0 state TIMEOUT 232 239 end
Note:
See TracChangeset
for help on using the changeset viewer.
