Commit f281ec75 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: fix warning message to include the name of the uncalculatable pkg set

parent 30fca3c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/bin/bash

# Copyright 2015-2018 Holger Levsen <holger@layer-acht.org>
# Copyright 2015-2019 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2

DEBUG=false
@@ -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 $1"
		MESSAGE="Warning: dose-deb-coinstall cannot calculate the installable set for ${META_PKGSET[$index]}"
		irc_message debian-reproducible $MESSAGE
		dose-deb-coinstall --explain --failures --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2}
		ABORT=true