------------------------------------------------------------ revno: 11848 revision-id: squid3@treenet.co.nz-20111107092051-e4x31x7lbb69ays2 parent: squid3@treenet.co.nz-20111106225218-rdtv6dyhpy1a23xk committer: Amos Jeffries branch nick: trunk timestamp: Mon 2011-11-07 02:20:51 -0700 message: Maintenance: Reduce snapshot build test cycle to the basic tests ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20111107092051-e4x31x7lbb69ays2 # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: b1abbc51dbd75439eda157975790f6d540d9a7ab # timestamp: 2011-11-07 10:02:23 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20111106225218-\ # rdtv6dyhpy1a23xk # # Begin patch === modified file 'mksnapshot.sh' --- mksnapshot.sh 2011-09-15 14:07:43 +0000 +++ mksnapshot.sh 2011-11-07 09:20:51 +0000 @@ -54,7 +54,8 @@ 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