From 02f53bb89cac507bbb07c031039c4ff3dce4e462 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Sat, 20 Dec 2014 09:00:01 +0000 Subject: Update from cron --- hackers.git/hooks/post-receive | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 hackers.git/hooks/post-receive diff --git a/hackers.git/hooks/post-receive b/hackers.git/hooks/post-receive new file mode 100755 index 0000000..2f24768 --- /dev/null +++ b/hackers.git/hooks/post-receive @@ -0,0 +1,7 @@ +#!/bin/bash + +unset GIT_DIR + +cd /var/cache/parabola-hackers && +git pull +make postfix-virtual-map -- cgit v1.2.3-54-g00ecf