From 505f98f6c11659187bdb1e68311764b4ff2f32e2 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Mon, 24 Apr 2017 18:00:05 +0000 Subject: Update from cron --- abslibre/blacklist.git/hooks/post-receive | 2 ++ hackers.git/hooks/post-receive | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100755 abslibre/blacklist.git/hooks/post-receive 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) -- cgit v1.2.3