]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Adjust snapshot paths to be consistent
authorHenrik Nordstrom <hno@squid-cache.org>
Sat, 8 Mar 2008 13:05:35 +0000 (06:05 -0700)
committerHenrik Nordstrom <hno@squid-cache.org>
Sat, 8 Mar 2008 13:05:35 +0000 (06:05 -0700)
mksnapshot-cron.sh

index aa812d32991d5a9df4b788342561cbe6798b095d..c5d9c64743329c558b6c10c15466c59c9a5a2a0e 100755 (executable)
@@ -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