[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fix warning message to include the name of the uncalculatable pkg set

Holger Levsen gitlab at salsa.debian.org
Sat Jan 19 15:13:19 GMT 2019


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
f281ec75 by Holger Levsen at 2019-01-19T15:12:55Z
reproducible Debian: fix warning message to include the name of the uncalculatable pkg set

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_create_meta_pkg_sets.sh


Changes:

=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2015-2018 Holger Levsen <holger at layer-acht.org>
+# Copyright 2015-2019 Holger Levsen <holger at 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



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f281ec7549d8e6d82f650791455cec35ef6fdc88

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f281ec7549d8e6d82f650791455cec35ef6fdc88
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190119/3069fd61/attachment.html>


More information about the Qa-jenkins-scm mailing list