Changeset 29982 for branches/czw_branch/20101203/ippTasks/register.pro
- Timestamp:
- Dec 8, 2010, 7:21:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203/ippTasks/register.pro
r29908 r29982 64 64 end 65 65 end 66 67 $valid_burntool_value = 14 66 68 67 69 macro replace.survey.values … … 144 146 # these variables will cycle through the known database names 145 147 $regPendingImfile_DB = 0 148 $regPendingBurntoolImfile_DB = 0 146 149 $regPendingExp_DB = 0 147 150 … … 461 464 task.exec 462 465 $run = regtool -pendingburntoolimfile 466 $today = `date -u +%Y-%m-%d` 467 # debugging purposes 468 $today = "2010-12-06" 469 $run = $run -date $today -valid_burntool $valid_burntool_value 463 470 if ($DB:n == 0) 464 471 option DEFAULT … … 471 478 end 472 479 473 $today = `date +%Y-%m-%d` 474 $run = $run -date $today -valid_burntool $valid_burntool_value 480 echo $run 475 481 add_poll_args run 476 482 command $run
Note:
See TracChangeset
for help on using the changeset viewer.
