summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2015-07-14 06:58:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-18 13:40:25 +0200
commit8a962710371d3159ddc072ce8a7f6defc86ccdd8 (patch)
treef62e923cc951c7108699ff658f8f939b95fc9933 /bin/reproducible_create_meta_pkg_sets.sh
parentee7170df348b3ef55b4478e55876482e4b4cb082 (diff)
downloadjenkins.debian.net-8a962710371d3159ddc072ce8a7f6defc86ccdd8.tar.xz
give verbose reason why dose-deb-coinstall fails
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index c7d13770..99b45ab8 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -84,6 +84,7 @@ get_installable_set() {
if [ $RESULT -ne 0 ] ; then
rm -f $TMPFILE
echo "Warning: dose-deb-coinstall cannot calculate the installable set for $1"
+ dose-deb-coinstall --explain --failures --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2}
fi
rm -f ${TMPFILE2}
set -e