diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-13 14:32:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-13 14:32:41 +0200 |
commit | 20625dae394c4dddf881d3e15ff9a26d5770f39d (patch) | |
tree | b8633e97cc2733ea28ef59bbff11b35c4de0c982 /job-cfg | |
parent | b9ec51b2982f279d88e8b6b5fbbf6cc66a5abff7 (diff) | |
download | jenkins.debian.net-20625dae394c4dddf881d3e15ff9a26d5770f39d.tar.xz |
reproducible: get rid of 2/3 irc notifications for broken notes.git
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index de971751..9fdc7778 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@lists.alioth.debian.org' + my_recipients: 'qa-jenkins-scm@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' |