[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: remote_scheduler: fix syntax

Holger Levsen holger at moszumanska.debian.org
Mon May 11 17:03:34 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 e6dcc3a23cc8ef9ed377ddc08e81ce730d2e5d52
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon May 11 19:03:00 2015 +0200

    reproducible: remote_scheduler: fix syntax
---
 bin/reproducible_remote_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 3cb1f7d..a124806 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -20,7 +20,7 @@ parser.add_argument('-a', '--artifacts', default=False, action='store_true',
                     help='Save artifacts (for further offline study)')
 parser.add_argument('-s', '--suite', required=True,
                     help='Specify the suite to schedule in')
-parser.add_argument('-m', '--message', default='', nargs='+'
+parser.add_argument('-m', '--message', default='', nargs='+',
                     help='A text to be sent to the IRC channel when notifying' +
                     ' about the scheduling')
 parser.add_argument('packages', metavar='package', nargs='+',

-- 
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