]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/cron.sh
Do not send emails from every cron job
[can-benchmark.git] / continuous / cron.sh
index 97243b46e3b5c2842708c1c6b49ecf92ae66e061..a65b9aa06f4a24d9f9530c0e6d3a96a154073dd2 100755 (executable)
@@ -6,6 +6,11 @@ set -e
 
 cd $(dirname $0)
 
+# Wakeup glab
+sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46
+chronic timeout 2m sh -c 'while ! ssh sojka@glab true; do sleep 1; done'
+sleep 30 # Wait a bit to finish all boot jobs etc.
+
 mkdir -p logs
 
 NOW=$(date +%F_%R:%S)
@@ -19,3 +24,5 @@ fi
 make -C www --silent publish
 
 ( cd logs && git add $LOG && git commit --quiet -m 'Automatic commit' && git push --quiet )
+
+ssh -f sojka@glab 'sudo /sbin/poweroff'