From: Automatic source maintenance Date: Thu, 21 Nov 2013 22:12:03 +0000 (-0700) Subject: Source Maintenance: move 3.HEAD snapshot build to website scripts X-Git-Tag: SQUID_3_5_0_1~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cad6419d1876f2e5f6c1d03f3b8d976bce42ed;p=thirdparty%2Fsquid.git Source Maintenance: move 3.HEAD snapshot build to website scripts --- diff --git a/mksnapshot-cron.sh b/mksnapshot-cron.sh index ed793e0c06..a052247eac 100755 --- a/mksnapshot-cron.sh +++ b/mksnapshot-cron.sh @@ -96,18 +96,18 @@ make_snapshot() set +e # autotool derived files not kept in trunk, but still need to bootstrap for make dist -../commit/bootstrap squid-3 -make_snapshot ../commit/squid-3/mksnapshot.sh trunk v3 3.HEAD 6 - -rm -f /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/content/CONTRIBUTORS.txt - -rm -f /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/content/SPONSORS.txt +#../commit/bootstrap squid-3 +#make_snapshot ../commit/squid-3/mksnapshot.sh trunk v3 3.HEAD 6 + +#rm -f /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/content/CONTRIBUTORS.txt +# +#rm -f /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/content/SPONSORS.txt ../commit/bootstrap squid-3.4 make_snapshot ../commit/squid-3/mksnapshot.sh 3.4 v3 3.4 30