[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: fix typo and avoid gendering maintainers
Holger Levsen
holger at moszumanska.debian.org
Fri Aug 7 14:27:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d9a935133fd959278916d3ffaaf775d835b76821
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Aug 7 16:26:33 2015 +0200
reproducible: fix typo and avoid gendering maintainers
---
README | 4 ++--
bin/reproducible_setup_notify.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 8158ab2..04c504c 100644
--- a/README
+++ b/README
@@ -171,7 +171,7 @@ Installation tests inside chroot environments.
jenkins at 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 at 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'.
diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py
index 0c85305..0648744 100755
--- a/bin/reproducible_setup_notify.py
+++ b/bin/reproducible_setup_notify.py
@@ -21,7 +21,7 @@ parser.add_argument('-o', '--deactivate', action='store_true',
parser.add_argument('-p', '--packages', default='', nargs='+',
help='list of packages for which activate notifications')
parser.add_argument('-m', '--maintainer', default='',
- help='email of a maintainer interested in his packages')
+ help='email address of a maintainer')
local_args = parser.parse_known_args()[0]
# these are here as an hack to be able to parse the command line
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list