[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: default suite is unstable
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 08:40: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 3f9d9454156fd411888df86550b739bac171b76a
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 10:40:23 2015 +0200
reproducible: default suite is unstable
---
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 115afa9..5f9a646 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -44,8 +44,8 @@ parser.add_argument('-b', '--before', required=False,
parser.add_argument('-a', '--architecture', required=False, default='amd64',
help='Specify the architecture to schedule for ' +
'(defaults to amd64).')
-parser.add_argument('-s', '--suite', required=False,
- help='Specify the suite to schedule in.')
+parser.add_argument('-s', '--suite', required=False, default='unstable',
+ help='Specify the suite to schedule in (defaults to unstable).')
parser.add_argument('packages', metavar='package', nargs='*',
help='Space seperated 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