]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Test before building snapshot
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 28 Oct 2008 11:22:17 +0000 (00:22 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 28 Oct 2008 11:22:17 +0000 (00:22 +1300)
To ensure that no snapshot goes out with known build errors.
The snapshot daily report is expected to contain error message if any.

mksnapshot.sh

index 6c2bf985e9fb1ab93f7f557e5972a5fedf7fdaa8..f8cd7f561e9c4369b4186728201e0634db02b616 100755 (executable)
@@ -44,6 +44,7 @@ g/${VERSION}-[A-Z]*/ s//${VERSION}-${date}/
 w
 EOS
 
+./test-build.sh --cleanup || exit 1
 ./configure --silent
 make -s dist-all