diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-03-06 01:14:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-06 01:18:41 +0100 |
commit | b9c092d2d0717764bb374620da96da42add11dc8 (patch) | |
tree | d5493cf72009e2c1cf7b4856cb4e679c2cf44abc | |
parent | 500581ff50596cac7f7ec00d05ee4cf374c215b2 (diff) | |
download | jenkins.debian.net-b9c092d2d0717764bb374620da96da42add11dc8.tar.xz |
remove myself from the email recipients, I'm subscribe to the mail list now
-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 3c21f264..54d9c5b7 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -239,7 +239,7 @@ my_description: 'Schedule packages to be tested for reproducibility.' my_timed: '42 * * * *' my_shell: '/srv/jenkins/bin/reproducible_scheduler.py' - my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org mattia@mapreri.org' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_graphs': my_description: 'Generate HTML results (stats with graphs) for reproducible builds.' my_timed: '0 * * * *' @@ -265,7 +265,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 mattia@mapreri.org' + my_recipients: 'jenkins+debian-reproducible 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 normally not needed and only run once a year.' my_timed: '12 12 30 12 *' |