Skip to content
Snippets Groups Projects
Commit 987448ab authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: be more verbose when blacklisting fails


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 8fdd35cf
No related branches found
No related tags found
No related merge requests found
......@@ -101,11 +101,12 @@ fi
CANDIDATES="$@"
check_candidates
PACKAGES=$(echo $PACKAGES)
MESSAGE="$TOTAL package(s) $ACTION in $SUITE/$ARCH: ${PACKAGES}"
if [ $TOTAL -lt 1 ] ; then
rmadison -a $ARCH -s $SUITE $PACKAGES
echo "Failed to blacklist any packages, maybe rmadison can explain why:"
rmadison -a $ARCH -s $SUITE $CANDIDATES
exit 1
fi
MESSAGE="$TOTAL package(s) $ACTION in $SUITE/$ARCH: ${PACKAGES}"
# main
if ! $REVERT ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment