diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-02-15 00:32:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-15 01:05:27 +0100 |
commit | 465f83ebfe3f1aaa2903a719e4509ac2fe66fe3b (patch) | |
tree | 53e3b73f0b303480182fd6dd9460d9a63b07d801 /job-cfg | |
parent | fb079fe36488f704df35abf2babdf49f2e035388 (diff) | |
download | jenkins.debian.net-465f83ebfe3f1aaa2903a719e4509ac2fe66fe3b.tar.xz |
reproducible debian: notify #debian-reproducible about mismatch in pypi<->debian archive versions
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index a7b10202..23c7662b 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -525,6 +525,7 @@ my_description: 'Test whether PyPI has the latest diffoscope.' my_timed: '23 23 * * *' my_shell: '/srv/jenkins/bin/diffoscope_distribution_test.sh PyPI' + my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' - 'diffoscope_freebsd': my_description: 'Test whether FreeBSD has the latest diffoscope.' my_timed: '25 23 1 * *' |