Commit 3e39e65e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian meta pkg sets: stop updating them for buster

parent 9b1773e1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -541,9 +541,8 @@ for SUITE in $SUITES ; do
	if [ "$SUITE" = "experimental" ] ; then
		# no pkg sets in experimental
		continue
	elif [ "$SUITE" = "stretch" ] ; then
		# let's not update the stretch pkg sets anymore
		# FIXME: once the reproducible_create_meta_pkg_sets job has been run succesful again, dont update package sets for buster anymore
	elif [ "$SUITE" = "stretch" ] || [ "$SUITE" = "buster" ] ; then
		# let's not update the stretch or buster pkg sets anymore
		continue
	fi
	echo "============================================================================="