[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: rescheduler: improve help text

Holger Levsen holger at moszumanska.debian.org
Fri Jul 17 08:32:55 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 932ef2dc6d22ae739e689cc7cc2330af8a122152
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Jul 17 00:00:35 2015 +0000

    reproducible: rescheduler: improve help text
---
 bin/reproducible_remote_scheduler.py | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 0d20219..9658de3 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -14,9 +14,12 @@ import argparse
 
 parser = argparse.ArgumentParser(
     description='Reschedule packages to re-test their reproducibility',
-    epilog='The build results will be announced on the #debian-reproducible' +
-           ' IRC channel if -n is provided.\nSpecifying both -r and -i ' +
-           'means "all packages with that issue AND that status"')
+    epilog='The build results will be announced on the #debian-reproducible'
+           ' IRC channel if -n is provided. Specifying two or more filters'
+           ' (namely two or more -r/-i/-t/-b) means "all packages with that'
+           ' issue AND that status AND that date". Blacklisted package '
+           "can't be selected by a filter, but needs to be explitely listed"
+           'in the package list.')
 group = parser.add_mutually_exclusive_group()
 parser.add_argument('--dry-run', action='store_true')
 group.add_argument('-a', '--artifacts', default=False, action='store_true',

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