Commit 05ce02f4 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: also temporarily stop updating experimental pbuilder.tgz due to #1050784

parent 17867daf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ for s in $SUITES ; do
	# pbuilder aint used on jenkins anymore
	if [ "$HOSTNAME" = "$MAINNODE" ] ; then
		continue
	elif [ "$s" = "unstable" ] ; then
	elif [ "$s" = "unstable" ] || [ "$s" = "experimental" ] ; then
		echo "NOT UPDATING pbuilder for $s/$ARCH now because of #1050784."
		continue
	else