[Qa-jenkins-scm] [jenkins.debian.net] 03/08: reproducible: common.py: set DEBUG=True when debug is active

Holger Levsen holger at moszumanska.debian.org
Fri May 29 14:25:24 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 39ba6b7ee28c4b72e776b843f6fd5aefbef97960
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu May 28 22:09:43 2015 +0200

    reproducible: common.py: set DEBUG=True when debug is active
---
 bin/reproducible_common.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index cc7789b..bce5aca 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -64,6 +64,7 @@ group.add_argument("-q", "--quiet", action="store_true")
 args, unknown_args = parser.parse_known_args()
 log_level = logging.INFO
 if args.debug or DEBUG:
+    DEBUG = True
     log_level = logging.DEBUG
 if args.quiet or QUIET:
     log_level = logging.ERROR

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