author | desharna |
Fri, 11 Mar 2022 09:22:13 +0100 | |
changeset 75274 | e89709b80b6e |
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 |