Changeset 42411 for trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
- Timestamp:
- Mar 14, 2023, 3:08:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
r42405 r42411 35 35 # fields in the table will become words in the page 36 36 queue2book -raw-columns -key dateobs -uniq -setword pantaskState INIT -setword pantasksQuality OK stdout md5sum.book 37 book delpage md5sum.book -key pantaskState DONE 37 38 end 38 39 … … 210 211 211 212 # look for completed nights in md5sum.book (pantaskState == DONE) 212 book getpage md5sum.book 0 -var pageName -key pantaskState DONE213 book getpage md5sum.book 0 -var pageName -key pantaskState STOP 213 214 if ("$pageName" == "NULL") break 214 215 … … 232 233 # now that the entry is set to done in the db, remove the pantasks book entry 233 234 echo "cleaning this page: $options:0" 234 book delpage md5sum.book $options:0235 book setword md5sum.book $options:0 pantaskState DONE 235 236 end 236 237 … … 274 275 end 275 276 if ($Ndone == $Nhosts) 276 book setword md5sum.book $options:1 pantaskState DONE277 book setword md5sum.book $options:1 pantaskState STOP 277 278 end 278 279 book delpage md5host.book $options:0
Note:
See TracChangeset
for help on using the changeset viewer.
