Mercurial Hosting > hghosting
comparison update.sh @ 13:94b5c7b54978
rm only logs
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 28 Jul 2022 16:23:57 +0300 |
parents | c560b4e2f056 |
children | 49461857ed79 |
comparison
equal
deleted
inserted
replaced
12:c560b4e2f056 | 13:94b5c7b54978 |
---|---|
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/repos | 10 mkdir -p logs/repos |
11 rm -f logs/* | 11 rm -f logs/*.log |
12 rm -f logs/repos/* | 12 rm -f logs/repos/*.log |
13 hg identify >logs/changeset.txt | 13 hg identify >logs/changeset.txt |
14 | 14 |
15 ${ROOTPWD}/luan.sh update_repositories.luan | 15 ${ROOTPWD}/luan.sh update_repositories.luan |
16 | 16 |
17 ./start.sh | 17 ./start.sh |