[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: re-enable notifications on pkg status changes
Holger Levsen
holger at moszumanska.debian.org
Thu Mar 12 09:18:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d3941eaeb304498f9141d3eea7da97effd5be5db
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Mar 12 10:16:29 2015 +0100
reproducible: re-enable notifications on pkg status changes
---
TODO | 1 -
bin/reproducible_build.sh | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/TODO b/TODO
index f3fa989..7a088af 100644
--- a/TODO
+++ b/TODO
@@ -128,7 +128,6 @@ properties:
** include no js header in the css
** use one css for all, not two minimally different ones
** restore the "find packages which have been removed from sid" part of reproducible_maintainance.sh
-** re-enable the IRC notification for status changes, once the Pod::Man issue with timezone is fixed
* pkg sets related:
** new package set: kde/plasma
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 18badc7..f6b252f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -119,7 +119,7 @@ call_debbindiff() {
if [ "${OLD_STATUS}" = "reproducible" ]; then
MESSAGE="${SRCPACKAGE}: status changed from reproducible -> unreproducible. ${REPRODUCIBLE_URL}/${SRCPACKAGE}"
echo "\n$MESSAGE" | tee -a ${RBUILDLOG}
- #kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
+ kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
fi
calculate_build_duration
sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO results (package_id, version, status, build_date, build_duration) VALUES ('${SRCPKGID}', '${VERSION}', 'unreproducible', '$DATE', '$DURATION')"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list