Commit d9a93513 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: fix typo and avoid gendering maintainers

parent 74a55c64
...@@ -171,7 +171,7 @@ Installation tests inside chroot environments. ...@@ -171,7 +171,7 @@ Installation tests inside chroot environments.
jenkins@jenkins:~$ /srv/jenkins/bin/reproducible_blacklist.sh $suite $package1 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 jenkins@jenkins:~$ /srv/jenkins/bin/reproducible_setup_notify.py -h
...@@ -182,7 +182,7 @@ usage: reproducible_setup_notify.py [-h] [-o] [-p PACKAGES [PACKAGES ...]] ...@@ -182,7 +182,7 @@ usage: reproducible_setup_notify.py [-h] [-o] [-p PACKAGES [PACKAGES ...]]
-p PACKAGES [PACKAGES ...], --packages PACKAGES [PACKAGES ...] -p PACKAGES [PACKAGES ...], --packages PACKAGES [PACKAGES ...]
list of packages for which activate notifications list of packages for which activate notifications
-m MAINTAINER, --maintainer MAINTAINER -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'. * 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'.
......
...@@ -21,7 +21,7 @@ parser.add_argument('-o', '--deactivate', action='store_true', ...@@ -21,7 +21,7 @@ parser.add_argument('-o', '--deactivate', action='store_true',
parser.add_argument('-p', '--packages', default='', nargs='+', parser.add_argument('-p', '--packages', default='', nargs='+',
help='list of packages for which activate notifications') help='list of packages for which activate notifications')
parser.add_argument('-m', '--maintainer', default='', 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] local_args = parser.parse_known_args()[0]
# these are here as an hack to be able to parse the command line # these are here as an hack to be able to parse the command line
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment