diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-07 14:23:03 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-07 16:24:18 +0200 |
commit | de3bcfc7c7c13cd2a2a53e4773baf0a16e11919f (patch) | |
tree | 2da7b2b94fb8e745c6a37f084387a082ef4a91ec | |
parent | a9439e8e0590132d1950ff6a1ca2d075bcfbfeba (diff) | |
download | jenkins.debian.net-de3bcfc7c7c13cd2a2a53e4773baf0a16e11919f.tar.xz |
add to README how to enable/disable mail notification for reproducibly status changes
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -171,6 +171,20 @@ Installation tests inside chroot environments. jenkins@jenkins:~$ /srv/jenkins/bin/reproducible_blacklist.sh $suite $package1 ---- +* We support sending automatic link:https://reproducible.debian.net/index_notify.html[email notification] for status changes to maintainers. Enabling/disabling suchnotifications can be done by people with shell access to jenkins: + +---- +jenkins@jenkins:~$ /srv/jenkins/bin/reproducible_setup_notify.py -h +usage: reproducible_setup_notify.py [-h] [-o] [-p PACKAGES [PACKAGES ...]] + [-m MAINTAINER] + -h, --help show this help message and exit + -o, --deactivate Deactivate the notifications + -p PACKAGES [PACKAGES ...], --packages PACKAGES [PACKAGES ...] + list of packages for which activate notifications + -m MAINTAINER, --maintainer MAINTAINER + email of a maintainer interested in his packages +---- + * Job configuration is at the usual location for 'jenkins.debian.net' - there's a 'job-cfg/reproducible.yaml' defining all the jobs and lots of scripts in 'bin/reproducible_*.(sh|py)', plus a few config files like for 'sudo' or 'apache2'. * Finally, there are also three jobs testing the link:http://www.coreboot.org/[coreboot], link:https://openwrt.org/[OpenWrt] and link:http://www.netbsd.org/[NetBSD] projects. The results of the tests can be seen respectively at https://reproducible.debian.net/coreboot/, https://reproducible.debian.net/openwrt/ and https://reproducible.debian.net/netbsd/. |