]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Change snapshots build location
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 16 Nov 2008 02:28:49 +0000 (19:28 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 16 Nov 2008 02:28:49 +0000 (19:28 -0700)
/tmp is no longer large enough for the snapshot and test build data
moving to the maintenance account.

mksnapshot-cron.sh

index 4780b54453497f8fcb9a15f4987cc5025ac5d11d..f8641c453573c854117a1d83986e6f53194d3fb1 100755 (executable)
@@ -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