Mercurial Hosting > hghosting
comparison update.sh @ 12:c560b4e2f056
subdir for repos logs
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 28 Jul 2022 16:16:22 +0300 |
parents | dfc36e7ed22c |
children | 94b5c7b54978 |
comparison
equal
deleted
inserted
replaced
11:bbafc54bbd26 | 12:c560b4e2f056 |
---|---|
5 echo Updating hg | 5 echo Updating hg |
6 /usr/local/bin/hg pull -u | 6 /usr/local/bin/hg pull -u |
7 | 7 |
8 ./stop.sh | 8 ./stop.sh |
9 | 9 |
10 mkdir -p logs | 10 mkdir -p logs/repos |
11 rm -f logs/* | 11 rm -f logs/* |
12 rm -f logs/repos/* | |
12 hg identify >logs/changeset.txt | 13 hg identify >logs/changeset.txt |
13 | 14 |
14 ${ROOTPWD}/luan.sh update_repositories.luan | 15 ${ROOTPWD}/luan.sh update_repositories.luan |
15 | 16 |
16 ./start.sh | 17 ./start.sh |