summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-07 16:26:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-07 16:26:33 +0200
commitd9a935133fd959278916d3ffaaf775d835b76821 (patch)
treee02897b71a85b777ade60e09507b8b41783ade61 /README
parent74a55c6432aa140b94af4ad3e4256ee22d5981cd (diff)
downloadjenkins.debian.net-d9a935133fd959278916d3ffaaf775d835b76821.tar.xz
reproducible: fix typo and avoid gendering maintainers
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8158ab2f..04c504c6 100644
--- a/README
+++ b/README
@@ -171,7 +171,7 @@ 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:
+* We support sending automatic link:https://reproducible.debian.net/index_notify.html[email notification] for status changes to maintainers. Enabling/disabling these notifications can be done by people with shell access to jenkins:
----
jenkins@jenkins:~$ /srv/jenkins/bin/reproducible_setup_notify.py -h
@@ -182,7 +182,7 @@ usage: reproducible_setup_notify.py [-h] [-o] [-p PACKAGES [PACKAGES ...]]
-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
+ email address of a maintainer
----
* 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'.