diff options
-rwxr-xr-x | hackers.git/hooks/post-receive | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hackers.git/hooks/post-receive b/hackers.git/hooks/post-receive index 0cbf28a..0797a13 100755 --- a/hackers.git/hooks/post-receive +++ b/hackers.git/hooks/post-receive @@ -12,8 +12,7 @@ set -e sudo systemctl reload nshd.service # tell autobuilder -exit 0 -~autobuilder/.local/bin/autobuild libre/parabola-keyring $(git ls-tree -r --name-only master users) +~autobuilder/.local/bin/autobuild libre/parabola-keyring users # TODO: tell postfix #/usr/lib/parabola-hackers/postfix-show-virtual-map > /etc/postfix/virtual-parabola.nu |