[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: common: --skip-database-connection doesn't need to be mutually exclusive with -q and -d
Holger Levsen
holger at layer-acht.org
Sun Nov 27 16:07:47 UTC 2016
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 30df688617dd7a7b0e6f8b1e1d7d596c5743604f
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Nov 27 16:58:31 2016 +0100
reproducible debian: common: --skip-database-connection doesn't need to be mutually exclusive with -q and -d
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_common.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 9cb17bb..1879a52 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..")
--
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