diff options
author | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2015-07-14 06:58:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-18 13:40:25 +0200 |
commit | 8a962710371d3159ddc072ce8a7f6defc86ccdd8 (patch) | |
tree | f62e923cc951c7108699ff658f8f939b95fc9933 /bin | |
parent | ee7170df348b3ef55b4478e55876482e4b4cb082 (diff) | |
download | jenkins.debian.net-8a962710371d3159ddc072ce8a7f6defc86ccdd8.tar.xz |
give verbose reason why dose-deb-coinstall fails
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 1 |
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 |