[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: get rid of 2/3 irc notifications for broken notes.git
Holger Levsen
holger at moszumanska.debian.org
Sat Jun 13 12:33:16 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 20625dae394c4dddf881d3e15ff9a26d5770f39d
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jun 13 14:32:41 2015 +0200
reproducible: get rid of 2/3 irc notifications for broken notes.git
---
bin/reproducible_notes.py | 3 ++-
job-cfg/reproducible.yaml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 307774a..744b8de 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -13,6 +13,7 @@ import json
import yaml
from apt_pkg import version_compare
from reproducible_common import *
+import os
NOTES = 'packages.yml'
ISSUES = 'issues.yml'
@@ -50,7 +51,7 @@ def load_notes():
+ '\nThis means there is no tested ' +
'package with the name ' + pkg)
irc_msg('There is problem with the note for ' + pkg +
- ' - please investigate')
+ ' - please have a look at ' + os.environ['BUILD_URL'])
else:
notes[pkg] = []
for suite in result:
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index de97175..9fdc777 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -343,7 +343,7 @@
my_timed: '57 0 * * *'
my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git'
my_shell: '/srv/jenkins/bin/reproducible_html_notes.py'
- my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
+ my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
- '{name}_html_all_packages':
my_description: 'Generate HTML results (for all packages) for reproducible builds. This job is rather redudant and just run to give a fuzzy warm feeling all pages are good.'
my_timed: '37 13 * * 1'
--
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