Admin/cronjob/crontab.server
author wenzelm
Wed, 06 Jan 2021 15:08:21 +0100
changeset 73087 198fe1e7ed32
parent 71297 9f2085c499a2
permissions -rw-r--r--
less verbose;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
64148
bbf43b7c4d0d basic setup for Isabelle cronjob;
wenzelm
parents:
diff changeset
     1
SHELL=/bin/bash
71297
9f2085c499a2 more robust: support /usr/local/bin/hg;
wenzelm
parents: 67766
diff changeset
     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
bbf43b7c4d0d basic setup for Isabelle cronjob;
wenzelm
parents:
diff changeset
     4
bbf43b7c4d0d basic setup for Isabelle cronjob;
wenzelm
parents:
diff changeset
     5
03 00 * * *       $HOME/cronjob/self_update
64352
74ece0e491b6 just one output file;
wenzelm
parents: 64349
diff changeset
     6
17 00 * * *       $HOME/cronjob/isabelle/Admin/cronjob/main -f > $HOME/cronjob/run/main.out 2>&1 || cat $HOME/cronjob/run/main.out