From: Henrik Nordstrom Date: Sat, 8 Mar 2008 13:05:35 +0000 (-0700) Subject: Adjust snapshot paths to be consistent X-Git-Tag: BASIC_TPROXY4~38 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=720e7b9c9f07b2b5deb4e0b2f6e80e2dafeddd8a;p=thirdparty%2Fsquid.git Adjust snapshot paths to be consistent --- diff --git a/mksnapshot-cron.sh b/mksnapshot-cron.sh index aa812d3299..c5d9c64743 100755 --- a/mksnapshot-cron.sh +++ b/mksnapshot-cron.sh @@ -82,15 +82,15 @@ make_snapshot() set +e ../commit/bootstrap squid -make_snapshot ../commit/squid/mksnapshot.sh HEAD v3 HEAD 6 +make_snapshot ../commit/squid-3/mksnapshot.sh HEAD v3 HEAD 6 rm -f /server/httpd/htdocs/squid-cache.org/CONTRIBUTORS.new -cp ../commit/squid/CONTRIBUTORS /server/httpd/htdocs/squid-cache.org/CONTRIBUTORS.new +cp ../commit/squid-3/CONTRIBUTORS /server/httpd/htdocs/squid-cache.org/CONTRIBUTORS.new chmod 444 /server/httpd/htdocs/squid-cache.org/CONTRIBUTORS.new mv -f /server/httpd/htdocs/squid-cache.org/CONTRIBUTORS.new /server/httpd/htdocs/squid-cache.org/CONTRIBUTORS.txt rm -f /server/httpd/htdocs/squid-cache.org/SPONSORS.new -cp ../commit/squid/SPONSORS /server/httpd/htdocs/squid-cache.org/SPONSORS.new +cp ../commit/squid-3/SPONSORS /server/httpd/htdocs/squid-cache.org/SPONSORS.new chmod 444 /server/httpd/htdocs/squid-cache.org/SPONSORS.new mv -f /server/httpd/htdocs/squid-cache.org/SPONSORS.new /server/httpd/htdocs/squid-cache.org/SPONSORS.txt