diff options
author | Camil Staps | 2017-02-07 17:53:52 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-07 22:30:40 +0100 |
commit | 54cfe6311134dd78da1c748425436f6acce88874 (patch) | |
tree | 7c6608d0366908acc7af8a6f9a15b02f8a74295d /buildslave | |
parent | buildslave (diff) |
Buildslave update log; run every 10 minutes
Diffstat (limited to 'buildslave')
-rwxr-xr-x | buildslave/entrypoint.sh | 4 | ||||
-rw-r--r-- | buildslave/update.log | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/buildslave/entrypoint.sh b/buildslave/entrypoint.sh index 7a7f526..ad981d1 100755 --- a/buildslave/entrypoint.sh +++ b/buildslave/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash while :; do - ./update.py >> update.log - sleep 10 + ./update.py 2>&1 >> /var/log/update.log + sleep 600 done diff --git a/buildslave/update.log b/buildslave/update.log new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/buildslave/update.log @@ -0,0 +1 @@ + |