| author | wenzelm |
| Tue, 26 Mar 2024 11:45:49 +0100 | |
| changeset 80004 | 31ebb6be32b0 |
| 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 |