Changeset 14022
- Timestamp:
- Jul 5, 2007, 1:33:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r13929 r14022 100 100 task.exit $EXIT_SUCCESS 101 101 # convert 'stdout' to book format 102 ipptool2book stdout regPendingImfile -key exp_ tag:class_id -uniq -setword dbname $options:0102 ipptool2book stdout regPendingImfile -key exp_id:class_id -uniq -setword dbname $options:0 103 103 if ($VERBOSE > 2) 104 104 book listbook regPendingImfile … … 137 137 book setword regPendingImfile $pageName state RUN 138 138 139 book getword regPendingImfile $pageName exp_tag -var EXP_TAG 139 book getword regPendingImfile $pageName exp_id -var EXP_ID 140 book getword regPendingImfile $pageName exp_name -var EXP_NAME 140 141 book getword regPendingImfile $pageName class_id -var CLASS_ID 141 142 book getword regPendingImfile $pageName uri -var URI 142 143 book getword regPendingImfile $pageName workdir -var WORKDIR 143 144 book getword regPendingImfile $pageName dbname -var DBNAME 145 146 # EXP_TAG is used to generate the unique, but human-readable, filenames 147 $EXP_TAG = $EXP_NAME.$EXP_ID 144 148 145 149 # specify choice of remote host … … 161 165 options $pageName 162 166 163 $run = register_imfile.pl --exp_ tag $EXP_TAG --class_id $CLASS_ID--uri $URI167 $run = register_imfile.pl --exp_id $EXP_ID --class_id $CLASS_ID --exp_name $EXP_NAME --exp_tag $EXP_TAG --uri $URI 164 168 add_standard_args run 165 169 … … 210 214 task.exit $EXIT_SUCCESS 211 215 # convert 'stdout' to book format 212 ipptool2book stdout regPendingExp -key exp_ tag-uniq -setword dbname $options:0216 ipptool2book stdout regPendingExp -key exp_id -uniq -setword dbname $options:0 213 217 if ($VERBOSE > 2) 214 218 book listbook regPendingExp … … 246 250 247 251 book setword regPendingExp $pageName state RUN 248 book getword regPendingExp $pageName exp_tag -var EXP_TAG 252 book getword regPendingExp $pageName exp_id -var EXP_ID 253 book getword regPendingExp $pageName exp_name -var EXP_NAME 249 254 book getword regPendingExp $pageName workdir -var WORKDIR 250 255 book getword regPendingExp $pageName dbname -var DBNAME 256 257 # EXP_TAG is used to generate the unique, but human-readable, filenames 258 $EXP_TAG = $EXP_NAME.$EXP_ID 251 259 252 260 # specify choice of remote host:(need to choose based on chips) … … 268 276 options $pageName 269 277 270 $run = register_exp.pl --exp_ tag $EXP_TAG278 $run = register_exp.pl --exp_id $EXP_ID --exp_tag $EXP_TAG 271 279 add_standard_args run 272 280
Note:
See TracChangeset
for help on using the changeset viewer.
