[Git][qa/jenkins.debian.net][master] reproducible build: improve irc notification for artifacts
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Mar 20 16:54:38 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ad593890 by Holger Levsen at 2024-03-20T17:54:24+01:00
reproducible build: improve irc notification for artifacts
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_build.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
@@ -47,14 +47,14 @@ notification() {
save_artifacts debian ${SUITE}_${ARCH}_${SRCPACKAGE} $REPRODUCIBLE_URL/rb-pkg/${SUITE}/${ARCH}/${SRCPACKAGE}.html
# irc message
if [ -n "$NOTIFY" ] ; then
- local MESSAGE="Artifacts for ${SRCPACKAGE}, $STATUS in ${SUITE}/${ARCH}: $URL"
+ local MESSAGE="artifacts for ${SRCPACKAGE}, $STATUS in ${SUITE}/${ARCH}: $REPRODUCIBLE_URL/artifacts/"
if [ "$NOTIFY" = "diffoscope_err" ] ; then
irc_message debian-reproducible-changes "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE $STATUS and $DIFFOSCOPE failed"
irc_message debian-reproducible-changes "$MESSAGE (error running $DIFFOSCOPE)"
MESSAGE="$MESSAGE (error running $DIFFOSCOPE)"
else
# somebody explicitly asked for artifacts, so give them the artifacts
- irc_message debian-reproducible "$MESSAGE"
+ irc_message debian-reproducible "user requested $MESSAGE"
fi
fi
else
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ad5938903eef7c4dbb577857516540954156ef42
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ad5938903eef7c4dbb577857516540954156ef42
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/20240320/c2faeb6f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list