From 30df688617dd7a7b0e6f8b1e1d7d596c5743604f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 27 Nov 2016 16:58:31 +0100 Subject: reproducible debian: common: --skip-database-connection doesn't need to be mutually exclusive with -q and -d Signed-off-by: Holger Levsen --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 9cb17bbb..1879a52c 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -98,7 +98,7 @@ parser = argparse.ArgumentParser() group = parser.add_mutually_exclusive_group() group.add_argument("-d", "--debug", action="store_true") group.add_argument("-q", "--quiet", action="store_true") -group.add_argument("--skip-database-connection", action="store_true", +parser.add_argument("--skip-database-connection", action="store_true", help="skip connecting to database") parser.add_argument("--ignore-missing-files", action="store_true", help="useful for local testing, where you don't have all the build logs, etc..") -- cgit v1.2.3-54-g00ecf