[Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: be more verbose when blacklisting fails
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Oct 29 11:24:15 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
987448ab by Holger Levsen at 2023-10-29T12:22:09+01:00
reproducible Debian: be more verbose when blacklisting fails
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
07bd72f4 by Holger Levsen at 2023-10-29T12:23:58+01:00
reproducible Debian: send blacklisting notifications to #debian-reproducible-changes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_blacklist.sh
Changes:
=====================================
bin/reproducible_blacklist.sh
=====================================
@@ -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
@@ -120,7 +121,7 @@ done
echo
# notify
echo "$MESSAGE"
-kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE"
+kgb-client --conf /srv/jenkins/kgb/debian-reproducible-changes.conf --relay-msg "$MESSAGE"
echo
echo "============================================================================="
echo "The following $TOTAL source packages from $SUITE/$ARCH have been $ACTION: $PACKAGES"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8fdd35cff93246e7dc8e4b664cf3bde1755731ee...07bd72f4549d22a91477ad5df45cde3ec28999f1
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8fdd35cff93246e7dc8e4b664cf3bde1755731ee...07bd72f4549d22a91477ad5df45cde3ec28999f1
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/01d967a3/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list