From 932ef2dc6d22ae739e689cc7cc2330af8a122152 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 17 Jul 2015 00:00:35 +0000 Subject: 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 0d202191..9658de3d 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', -- cgit v1.2.3-70-g09d2