Commit 7ed55344 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: also temporarily disable upgrading/bootstraping...


reproducible Debian: also temporarily disable upgrading/bootstraping experimental as it's broken atm too

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 252598e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -592,7 +592,7 @@ if [ -n "$http_proxy" ] ; then
	pbuilder_http_proxy="--http-proxy $http_proxy"
fi
for s in $SUITES ; do
	if [ "$s" = "unstable" ] ; then
	if [ "$s" = "unstable" ] || [ "$s" = "experimental" ] ; then
		echo temporarly skipping $s
		continue
	fi
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ else
	SUITE="$1"
fi

if [ "$SUITE" = "unstable" ] ; then
	echo temporarly skipping $s
if [ "$SUITE" = "unstable" ] || [ "$SUITE" = "experimental" ] ; then
	echo temporarly skipping $SUITE
	exit 0
fi