]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Maintenance: Reduce snapshot build test cycle to the basic tests
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 7 Nov 2011 09:20:51 +0000 (02:20 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 7 Nov 2011 09:20:51 +0000 (02:20 -0700)
mksnapshot.sh

index 563b4b39d52bd735579c82e607f89eca8dcf1822..53a77c31b981f0bf59b5285e7da7fde455f58878 100755 (executable)
@@ -54,7 +54,8 @@ echo "REVISION: ${revision}"
 echo "STARTDIR: ${startdir}"
 echo "TMPDIR: ${tmpdir}"
 
-./test-builds.sh --cleanup || exit 1
+## Ignore extra build layers. General features building is sufficient for snapshot release.
+./test-builds.sh --cleanup layer-00-default layer-01-maximus layer-01-minimal || exit 1
 ./configure --silent --enable-build-info="DATE: ${date} REVISION: ${revision}"
 make -s dist-all