summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2017-05-12 06:00:15 +0000
committerParabola git <git@parabola.nu>2017-05-12 06:00:15 +0000
commit0ed4ea9a05d6ea5287cdb8266c3cb6e4a86c5244 (patch)
tree44171365a5a634dacac83c07f363b9793400cbb9
parentb1d91d3a0bd8572d85f9e263e45d4bf08daace42 (diff)
Update from cron
-rwxr-xr-xhackers.git/hooks/post-receive3
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