author | wenzelm |
Tue, 02 Jul 2024 16:42:13 +0200 | |
changeset 80475 | c766be851bc2 |
parent 71297 | 9f2085c499a2 |
permissions | -rw-r--r-- |
64148 | 1 |
SHELL=/bin/bash |
71297 | 2 |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin |
67766
603334230303
consolidated main cronjob server on virtual machine together with build_log database;
wenzelm
parents:
64352
diff
changeset
|
3 |
MAILTO=makarius |
64148 | 4 |
|
5 |
03 00 * * * $HOME/cronjob/self_update |
|
64352 | 6 |
17 00 * * * $HOME/cronjob/isabelle/Admin/cronjob/main -f > $HOME/cronjob/run/main.out 2>&1 || cat $HOME/cronjob/run/main.out |