Changeset 42459
- Timestamp:
- Apr 28, 2023, 10:35:29 AM (3 years ago)
- Location:
- trunk/tools/eam/rawfix.20230221
- Files:
-
- 2 edited
-
Makefile (modified) (2 diffs)
-
src/check.rawfix.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/Makefile
r42455 r42459 12 12 rawfix.fixchip.pt \ 13 13 rawfix.md5sum.pt \ 14 rawfix.md5chk.pt 14 rawfix.md5chk.pt \ 15 rawfix.burntool.pt 15 16 16 17 # interfaces with the rawfix database … … 28 29 get_hosts_md5s.sh \ 29 30 get_md5s_instances.pl \ 30 check_md5s_dateobs.pl 31 check_md5s_dateobs.pl \ 32 psvideostats.sh \ 33 ipp_apply_burntool_psvideo.pl 31 34 32 35 # user tools, but not used by the tasks -
trunk/tools/eam/rawfix.20230221/src/check.rawfix.sh
r42455 r42459 49 49 50 50 set mynight = $2 51 mysql -E $DBOPTS-e "select * from nights where (dateobs = '$mynight')"51 mysql $DBOPTS -E -e "select * from nights where (dateobs = '$mynight')" 52 52 exit 0 53 53 endif … … 61 61 set mystate = $2 62 62 63 if ($mystate == "ckchip.new") goto good_state 64 if ($mystate == "ckchip.done") goto good_state 65 if ($mystate == "ckchip.fail") goto good_state 66 if ($mystate == "fixchip.new") goto good_state 67 if ($mystate == "fixchip.done") goto good_state 68 if ($mystate == "fixchip.fail") goto good_state 69 if ($mystate == "md5sum.new") goto good_state 70 if ($mystate == "md5sum.done") goto good_state 71 if ($mystate == "md5sum.fail") goto good_state 72 if ($mystate == "md5chk.new") goto good_state 73 if ($mystate == "md5chk.done") goto good_state 74 if ($mystate == "md5chk.fail") goto good_state 63 if ($mystate == "ckchip.new") goto good_state 64 if ($mystate == "ckchip.done") goto good_state 65 if ($mystate == "ckchip.fail") goto good_state 66 if ($mystate == "fixchip.new") goto good_state 67 if ($mystate == "fixchip.done") goto good_state 68 if ($mystate == "fixchip.fail") goto good_state 69 if ($mystate == "md5sum.new") goto good_state 70 if ($mystate == "md5sum.done") goto good_state 71 if ($mystate == "md5sum.fail") goto good_state 72 if ($mystate == "md5chk.new") goto good_state 73 if ($mystate == "md5chk.done") goto good_state 74 if ($mystate == "md5chk.fail") goto good_state 75 if ($mystate == "burntool.new") goto good_state 76 if ($mystate == "burntool.done") goto good_state 77 if ($mystate == "burntool.fail") goto good_state 75 78 76 79 echo "ERROR: unknown mode $mystate"
Note:
See TracChangeset
for help on using the changeset viewer.
