author | wenzelm |
Mon, 19 Feb 2018 18:12:28 +0100 | |
changeset 67669 | ad8ca85f13e2 |
parent 64538 | 5dd15fc22a53 |
child 67744 | 5c781dcd5864 |
permissions | -rwxr-xr-x |
64148 | 1 |
#!/bin/bash |
2 |
# |
|
3 |
# self-update of the administrative isabelle repository |
|
4 |
# |
|
5 |
# Need to copy this file manually to $HOME/cronjob in order to |
|
6 |
# avoid overwriting the running self_update by itself! |
|
7 |
||
8 |
source "$HOME/.bashrc" |
|
9 |
||
10 |
cd "$HOME/cronjob" |
|
11 |
mkdir -p run log |
|
12 |
||
64538 | 13 |
hg -R isabelle pull "http://isabelle.in.tum.de/repos/isabelle" -q || echo "self_update pull failed" |
64148 | 14 |
hg -R isabelle update -C -q || echo "self_update update failed" |