From f45f0c0ebfe3665feabef990833c2fc530482cc7 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 15 Nov 2008 19:28:49 -0700 Subject: [PATCH] Change snapshots build location /tmp is no longer large enough for the snapshot and test build data moving to the maintenance account. --- mksnapshot-cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3