From: Amos Jeffries Date: Sun, 16 Nov 2008 02:28:49 +0000 (-0700) Subject: Change snapshots build location X-Git-Tag: SQUID_3_2_0_1~1329 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f45f0c0ebfe3665feabef990833c2fc530482cc7;p=thirdparty%2Fsquid.git Change snapshots build location /tmp is no longer large enough for the snapshot and test build data moving to the maintenance account. --- diff --git a/mksnapshot-cron.sh b/mksnapshot-cron.sh index 4780b54453..f8641c4535 100755 --- a/mksnapshot-cron.sh +++ b/mksnapshot-cron.sh @@ -2,7 +2,7 @@ # Nightly cron job to generate snapshot releases top=$PWD versions=/server/httpd/htdocs/squid-cache.org/Versions/ -TMPDIR=/tmp/$LOGNAME.cron +TMPDIR=/home/squidadm/$LOGNAME.cron export TMPDIR if [ -d $TMPDIR ]; then chmod -R +w $TMPDIR