Mercurial Hosting > hghosting
comparison update.sh @ 0:dfc36e7ed22c
init
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 12 May 2022 13:51:59 +0400 |
parents | |
children | c560b4e2f056 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:dfc36e7ed22c |
---|---|
1 #!/bin/bash -e | |
2 | |
3 . common.sh; | |
4 | |
5 echo Updating hg | |
6 /usr/local/bin/hg pull -u | |
7 | |
8 ./stop.sh | |
9 | |
10 mkdir -p logs | |
11 rm -f logs/* | |
12 hg identify >logs/changeset.txt | |
13 | |
14 ${ROOTPWD}/luan.sh update_repositories.luan | |
15 | |
16 ./start.sh |