Commit 01ade2fe authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: include suite in dose warning message

parent 90da004f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ get_installable_set() {
	RESULT=$?
	if [ $RESULT -ne 0 ] ; then
		rm -f $TMPFILE
		MESSAGE="Warning: dose-deb-coinstall cannot calculate the installable set for ${META_PKGSET[$index]}"
		MESSAGE="Warning: dose-deb-coinstall cannot calculate the installable set for ${META_PKGSET[$index]} in $SUITE."
		irc_message debian-reproducible $MESSAGE
		dose-deb-coinstall --explain --failures --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2}
		ABORT=true