diff options
-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 |