]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove layer-00-bootstrap from snapshot script (#569)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sun, 15 Mar 2020 09:16:15 +0000 (09:16 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 15 Mar 2020 10:43:43 +0000 (10:43 +0000)
Bootstrap has been integrated and the layer removed since 395d284.

mksnapshot.sh

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