From 627fe71cf4428dd2b8d4a9527c52341e4f2d96b5 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 23 May 2015 20:13:46 +0200 Subject: cyrax-build: Do not use /tmp, but /var/tmp as TMPDIR --- post-receive.cyrax-build | 1 + 1 file changed, 1 insertion(+) 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/}" -- cgit v1.2.3-1-g7c22