[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: swap order of arguments

Holger Levsen holger at moszumanska.debian.org
Tue Jun 16 20:04:37 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 b54feba51cb2fdac0c5ce99ed0c49a48310a7963
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jun 16 22:03:59 2015 +0200

    reproducible: swap order of arguments
---
 bin/reproducible_remote_scheduler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index cbcc7aa..86f235b 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -21,11 +21,11 @@ group.add_argument('-a', '--artifacts', default=False, action='store_true',
                    help='Save artifacts (for further offline study)')
 group.add_argument('-n', '--no-notify', default=False, action='store_true',
                    help='Do not notify the channel when the build finish')
-parser.add_argument('-s', '--suite', required=True,
-                    help='Specify the suite to schedule in')
 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('-s', '--suite', required=True,
+                    help='Specify the suite to schedule in')
 parser.add_argument('packages', metavar='package', nargs='+',
                     help='list of packages to reschedule')
 scheduling_args = parser.parse_known_args()[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