From 0ed4ea9a05d6ea5287cdb8266c3cb6e4a86c5244 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 12 May 2017 06:00:15 +0000 Subject: Update from cron --- hackers.git/hooks/post-receive | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3