summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-05-23 20:13:46 +0200
committerwartung <wartung@vm-staticweb.spline.inf.fu-berlin.de>2015-05-23 20:13:46 +0200
commit627fe71cf4428dd2b8d4a9527c52341e4f2d96b5 (patch)
tree5a30099d8e77517ae858637a9fe36b9616af3da4
parentbec57cd3c9de052693b2bbeff6676b45415db610 (diff)
downloadhooks-627fe71cf4428dd2b8d4a9527c52341e4f2d96b5.tar.gz
hooks-627fe71cf4428dd2b8d4a9527c52341e4f2d96b5.tar.bz2
hooks-627fe71cf4428dd2b8d4a9527c52341e4f2d96b5.zip
cyrax-build: Do not use /tmp, but /var/tmp as TMPDIR
-rwxr-xr-xpost-receive.cyrax-build1
1 files changed, 1 insertions, 0 deletions
diff --git a/post-receive.cyrax-build b/post-receive.cyrax-build
index 524d79d..376d799 100755
--- a/post-receive.cyrax-build
+++ b/post-receive.cyrax-build
@@ -1,6 +1,7 @@
#/bin/bash
WEB_BASE="/var/www/"
+export TMPDIR="/var/tmp/www/"
while read old new ref ; do
BRANCH="${ref#refs/heads/}"