diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-30 19:28:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-30 19:28:04 +0200 |
commit | c64a0e0ca68299aa0713cd148f539b22a4b0366d (patch) | |
tree | 660ab42f56d57094fee2a8c2c0ce19ca7c3d5736 /job-cfg | |
parent | 036c9afd3ae7d40a95cda030e6e7b968e9fee1c7 (diff) | |
download | jenkins.debian.net-c64a0e0ca68299aa0713cd148f539b22a4b0366d.tar.xz |
reproducible: remove the commit-mailinglist from email recipients
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 4f52cc0f..6541667a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -36,7 +36,7 @@ - shell: '{my_shell} {my_packages}' publishers: - email: - recipients: 'jenkins+debian-reproducible holger@layer-acht.org reproducible-commits@lists.alioth.debian.org' + recipients: 'jenkins+debian-reproducible holger@layer-acht.org' - archive: artifacts: 'results/*.*' latest_only: false @@ -76,7 +76,7 @@ - shell: '{my_shell}' publishers: - email: - recipients: 'jenkins+debian-reproducible holger@layer-acht.org reproducible-commits@lists.alioth.debian.org' + recipients: 'jenkins+debian-reproducible holger@layer-acht.org' - defaults: name: reproducible_stats @@ -106,7 +106,7 @@ - shell: '{my_shell}' publishers: - email: - recipients: 'jenkins+debian-reproducible holger@layer-acht.org reproducible-commits@lists.alioth.debian.org' + recipients: 'jenkins+debian-reproducible holger@layer-acht.org' - htmlpublisher: name: 'Reproducible builds statistics' directory: '.' |