summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)