summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2017-04-24 18:00:05 +0000
committerParabola git <git@parabola.nu>2017-04-24 18:00:05 +0000
commit505f98f6c11659187bdb1e68311764b4ff2f32e2 (patch)
tree04fcde6e10ad9973c6db75b2a89a8f2d4fa8e4b2
parent472dbf235e4baf39edda140c74d1b1de354ff696 (diff)
Update from cron
-rwxr-xr-xabslibre/blacklist.git/hooks/post-receive2
-rwxr-xr-xhackers.git/hooks/post-receive7
2 files changed, 6 insertions, 3 deletions
diff --git a/abslibre/blacklist.git/hooks/post-receive b/abslibre/blacklist.git/hooks/post-receive
new file mode 100755
index 0000000..e9effc0
--- /dev/null
+++ b/abslibre/blacklist.git/hooks/post-receive
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+~autobuilder/.local/bin/autobuild libre/your-freedom blacklist.txt
diff --git a/hackers.git/hooks/post-receive b/hackers.git/hooks/post-receive
index a328541..0cbf28a 100755
--- a/hackers.git/hooks/post-receive
+++ b/hackers.git/hooks/post-receive
@@ -11,10 +11,11 @@ set -e
# tell nshd
sudo systemctl reload nshd.service
+# tell autobuilder
+exit 0
+~autobuilder/.local/bin/autobuild libre/parabola-keyring $(git ls-tree -r --name-only master users)
+
# TODO: tell postfix
#/usr/lib/parabola-hackers/postfix-show-virtual-map > /etc/postfix/virtual-parabola.nu
#postmap hash:/etc/postfix/virtual-parabola.nu
-# TODO: tell autobuilder
-exit 0
-~autobuilder/.local/bin/autobuild libre/parabola-keyring $(git ls-tree -r --name-only master users)