diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-14 22:04:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-14 22:04:55 +0100 |
commit | dfbbb0a47a251a8d17ba68cd845801f205520965 (patch) | |
tree | d1a819cb55085db00ad8c13baba271cc23f0aefc | |
parent | 31dab7e08c51c134b0d6ed0f9e449cef61b5d586 (diff) | |
download | jenkins.debian.net-dfbbb0a47a251a8d17ba68cd845801f205520965.tar.xz |
reproducible builds specs jobs: only notify #reproducible-builds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8e7e5d7b..37cb722f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -571,12 +571,12 @@ my_description: 'Generate the HTML of the reproducible builds SOURCE_DATE_EPOCH specification, triggered by changes to the <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.' my_timed: '' my_shell: '/srv/jenkins/bin/reproducible_html_specs.sh {my_reponame}' - my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' + my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org' - 'build-path-prefix-map-spec': my_description: 'Generate the HTML of the reproducible builds BUILD_PATH_PREFIX_MAP specification, triggered by changes to the <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.' my_timed: '' my_shell: '/srv/jenkins/bin/reproducible_html_specs.sh {my_reponame}' - my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' + my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org' my_gitrepo: 'git://git.debian.org/git/reproducible/{my_reponame}.git' my_hname: '' |