diff options
author | Parabola git <git@parabola.nu> | 2017-05-12 06:00:15 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2017-05-12 06:00:15 +0000 |
commit | 0ed4ea9a05d6ea5287cdb8266c3cb6e4a86c5244 (patch) | |
tree | 44171365a5a634dacac83c07f363b9793400cbb9 | |
parent | b1d91d3a0bd8572d85f9e263e45d4bf08daace42 (diff) |
Update from cron
-rwxr-xr-x | hackers.git/hooks/post-receive | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hackers.git/hooks/post-receive b/hackers.git/hooks/post-receive index 0797a13..229d99a 100755 --- a/hackers.git/hooks/post-receive +++ b/hackers.git/hooks/post-receive @@ -2,6 +2,7 @@ set -e # Update the system checkout of hackers.git +echo '==> Updating system checkout...' ( unset GIT_DIR cd /var/lib/hackers-git @@ -9,9 +10,11 @@ set -e ) # tell nshd +echo '==> Reloading nshd...' sudo systemctl reload nshd.service # tell autobuilder +echo '==> Updating libre/parabola-kerying ...' ~autobuilder/.local/bin/autobuild libre/parabola-keyring users # TODO: tell postfix |