diff options
-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: '.' |