diff options
author | Parabola git <git@parabola.nu> | 2014-12-20 09:00:01 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2014-12-20 09:00:01 +0000 |
commit | 02f53bb89cac507bbb07c031039c4ff3dce4e462 (patch) | |
tree | 4c384fc635c080777b497b0dcf5cd6b47442bfc6 | |
parent | 38dde52df8a7a5c0aa95b1d9639b353d0d0a3907 (diff) |
Update from cron
-rwxr-xr-x | hackers.git/hooks/post-receive | 7 |
1 files changed, 7 insertions, 0 deletions
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 |