Changeset 42417
- Timestamp:
- Mar 16, 2023, 5:13:12 PM (3 years ago)
- Location:
- trunk/tools/eam/rawfix.20230221/src
- Files:
-
- 6 edited
-
rawfix.fixchip.pt (modified) (2 diffs)
-
rawfix.fixchip_s2.pt (modified) (2 diffs)
-
rawfix.fixchip_s3.pt (modified) (2 diffs)
-
rawfix.md5sum.pt (modified) (2 diffs)
-
rawfix.md5sum_s2.pt (modified) (2 diffs)
-
rawfix.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt
r42411 r42417 57 57 periods -poll $RPOLL 58 58 periods -exec $REXEC 59 periods -timeout 6059 periods -timeout 1800 60 60 npending 1 61 61 … … 94 94 book setword fixchip.book $options:0 pantaskState DONE 95 95 exec update.rawfix.sh $options:0 fixchip.done 96 book delpage fixchip.book $options:097 96 end 98 97 -
trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s2.pt
r42415 r42417 57 57 periods -poll $RPOLL 58 58 periods -exec $REXEC 59 periods -timeout 6059 periods -timeout 1800 60 60 npending 1 61 61 … … 94 94 book setword fixchip_s2.book $options:0 pantaskState DONE 95 95 exec update.rawfix.sh $options:0 fixchip_s2.done 96 book delpage fixchip_s2.book $options:097 96 end 98 97 -
trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s3.pt
r42416 r42417 57 57 periods -poll $RPOLL 58 58 periods -exec $REXEC 59 periods -timeout 6059 periods -timeout 1800 60 60 npending 1 61 61 … … 94 94 book setword fixchip_s3.book $options:0 pantaskState DONE 95 95 exec update.rawfix.sh $options:0 fixchip_s3.done 96 book delpage fixchip_s3.book $options:097 96 end 98 97 -
trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
r42411 r42417 170 170 171 171 task.exit 0 172 nights.md sum.exit OK173 end 174 175 # exit values other than 0: 176 task.exit default 177 nights.md sum.exit FAIL178 showcommand failure 179 end 180 181 task.exit crash 182 nights.md sum.exit CRASH183 showcommand crash 184 end 185 186 # operation times out? 187 task.exit timeout 188 nights.md sum.exit TIMEOUT172 nights.md5sum.exit OK 173 end 174 175 # exit values other than 0: 176 task.exit default 177 nights.md5sum.exit FAIL 178 showcommand failure 179 end 180 181 task.exit crash 182 nights.md5sum.exit CRASH 183 showcommand crash 184 end 185 186 # operation times out? 187 task.exit timeout 188 nights.md5sum.exit TIMEOUT 189 189 showcommand timeout 190 190 end … … 256 256 ######################### UTILITIES ################################# 257 257 258 macro nights.md sum.exit258 macro nights.md5sum.exit 259 259 if ($0 != 2) 260 echo "USAGE: nights.md sum.exit (quality)"260 echo "USAGE: nights.md5sum.exit (quality)" 261 261 break 262 262 end -
trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum_s2.pt
r42415 r42417 171 171 # dump stdout / stderr to a file on failure? 172 172 task.exit 0 173 nights.md sum.exit OK174 end 175 176 # exit values other than 0: 177 task.exit default 178 nights.md sum.exit FAIL179 showcommand failure 180 end 181 182 task.exit crash 183 nights.md sum.exit CRASH184 showcommand crash 185 end 186 187 # operation times out? 188 task.exit timeout 189 nights.md sum.exit TIMEOUT173 nights.md5sum_s2.exit OK 174 end 175 176 # exit values other than 0: 177 task.exit default 178 nights.md5sum_s2.exit FAIL 179 showcommand failure 180 end 181 182 task.exit crash 183 nights.md5sum_s2.exit CRASH 184 showcommand crash 185 end 186 187 # operation times out? 188 task.exit timeout 189 nights.md5sum_s2.exit TIMEOUT 190 190 showcommand timeout 191 191 end … … 257 257 ######################### UTILITIES ################################# 258 258 259 macro nights.md sum.exit259 macro nights.md5sum_s2.exit 260 260 if ($0 != 2) 261 echo "USAGE: nights.md sum.exit (quality)"261 echo "USAGE: nights.md5sum_s2.exit (quality)" 262 262 break 263 263 end -
trunk/tools/eam/rawfix.20230221/src/rawfix.pt
r42416 r42417 23 23 # order is this file is not determinative, only the 24 24 # change of state from STAGE1.new -> STAGE1.done -> STAGE2.new 25 #input rawfix.ckchip.pt26 #input rawfix.fixchip.pt27 #input rawfix.md5sum.pt28 #input rawfix.md5chk.pt29 #input rawfix.fixchip_s2.pt30 #input rawfix.md5sum_s2.pt31 #input rawfix.md5chk_s2.pt32 #input rawfix.fixchip_s3.pt25 input rawfix.ckchip.pt 26 input rawfix.fixchip.pt 27 input rawfix.md5sum.pt 28 input rawfix.md5chk.pt 29 input rawfix.fixchip_s2.pt 30 input rawfix.md5sum_s2.pt 31 input rawfix.md5chk_s2.pt 32 input rawfix.fixchip_s3.pt 33 33 34 34 # no need to run rsync if we use the b-node working directory:
Note:
See TracChangeset
for help on using the changeset viewer.
