diff options
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 |