[Git][qa/jenkins.debian.net][master] reproducible Debian: give better hint when blacklisting fails
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Oct 29 11:15:09 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8fdd35cf by Holger Levsen at 2023-10-29T12:14:51+01:00
reproducible Debian: give better hint when blacklisting fails
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_blacklist.sh
Changes:
=====================================
bin/reproducible_blacklist.sh
=====================================
@@ -78,6 +78,7 @@ case $SUITE in
for s in ${SUITES} ; do
if [ "$SUITE" = "$s" ] ; then
valid=true
+ break
fi
done
if ! $valid ; then
@@ -102,6 +103,7 @@ 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
exit 1
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8fdd35cff93246e7dc8e4b664cf3bde1755731ee
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8fdd35cff93246e7dc8e4b664cf3bde1755731ee
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/20231029/1ae8bccc/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list