[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: fix+harmonize punctation.
Holger Levsen
holger at moszumanska.debian.org
Thu Sep 10 10:39:47 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 64bf54e91d7b21248278c7e6416f731d71c62bb6
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Sep 10 12:39:07 2015 +0200
reproducible: fix+harmonize punctation.
---
bin/reproducible_remote_scheduler.py | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index c123745..25341f0 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -23,31 +23,31 @@ parser = argparse.ArgumentParser(
' in the package list.')
parser.add_argument('--dry-run', action='store_true')
parser.add_argument('--null', action='store_true', help='The arguments are '
- 'considered null-separated and coming from stdin')
+ 'considered null-separated and coming from stdin.')
parser.add_argument('-k', '--keep-artifacts', action='store_true',
- help='Save artifacts (for further offline study)')
+ help='Save artifacts (for further offline study).')
parser.add_argument('-n', '--notify', action='store_true',
- help='Notify the channel when the build finishes')
+ help='Notify the channel when the build finishes.')
parser.add_argument('--noisy', action='store_true', help='Also notify when ' +
'the build starts, linking to the build url.')
parser.add_argument('-m', '--message', default='',
help='A text to be sent to the IRC channel when notifying' +
- ' about the scheduling')
+ ' about the scheduling.')
parser.add_argument('-r', '--status', required=False,
- help='Schedule all package with this status')
+ help='Schedule all package with this status.')
parser.add_argument('-i', '--issue', required=False,
- help='Schedule all packages with this issue')
+ help='Schedule all packages with this issue.')
parser.add_argument('-t', '--after', required=False,
- help='Schedule all packages built after this date')
+ help='Schedule all packages built after this date.')
parser.add_argument('-b', '--before', required=False,
- help='Schedule all packages built before this date')
+ help='Schedule all packages built before this date.')
parser.add_argument('-a', '--architecture', required=False, default='amd64',
help='Specify the architecture to schedule for ' +
- '(defaults to amd64)')
+ '(defaults to amd64).')
parser.add_argument('-s', '--suite', required=False,
- help='Specify the suite to schedule in')
+ help='Specify the suite to schedule in.')
parser.add_argument('packages', metavar='package', nargs='*',
- help='list of packages to reschedule')
+ help='Space seperated list of packages to reschedule.')
scheduling_args = parser.parse_known_args()[0]
if scheduling_args.null:
scheduling_args = parser.parse_known_args(sys.stdin.read().split('\0'))[0]
--
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