[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-build-common] 20/50: debug logs.
From: |
gnunet |
Subject: |
[taler-build-common] 20/50: debug logs. |
Date: |
Sat, 02 Nov 2019 16:38:39 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository build-common.
commit 6ed0bb52a46a4912c9c91b4f28838a1ccd48462b
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 16:53:37 2019 +0000
debug logs.
---
configure.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure.py b/configure.py
index b0849db..bd1b081 100644
--- a/configure.py
+++ b/configure.py
@@ -125,8 +125,12 @@ def _read_prefix():
logger.debug('PREFIX from environment: %s', p_myprefix)
myprefix = p_myprefix
elif args.prefix:
+ if 'DEBUG' in os.environ:
+ logger.debug('PREFIX from args.prefix')
myprefix = args.prefix
else:
+ if 'DEBUG' in os.environ:
+ logger.debug('PREFIX from args.prefix default value')
myprefix = parser.get_default('prefix')
if args.yarn is not None:
yarnexe = args.yarn
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [taler-build-common] 09/50: should print debug, (continued)
- [taler-build-common] 09/50: should print debug, gnunet, 2019/11/02
- [taler-build-common] 19/50: fix prefix., gnunet, 2019/11/02
- [taler-build-common] 14/50: fix node version check., gnunet, 2019/11/02
- [taler-build-common] 15/50: fix reference before assignment, gnunet, 2019/11/02
- [taler-build-common] 17/50: print, gnunet, 2019/11/02
- [taler-build-common] 12/50: actually make it f-strings., gnunet, 2019/11/02
- [taler-build-common] 18/50: attempt to fix argparse, gnunet, 2019/11/02
- [taler-build-common] 21/50: prefix, gnunet, 2019/11/02
- [taler-build-common] 07/50: env DEBUG shows log statements., gnunet, 2019/11/02
- [taler-build-common] 13/50: move most of the shell functionality to the python script., gnunet, 2019/11/02
- [taler-build-common] 20/50: debug logs.,
gnunet <=
- [taler-build-common] 23/50: fix conditions, gnunet, 2019/11/02
- [taler-build-common] 24/50: fix output, gnunet, 2019/11/02
- [taler-build-common] 30/50: babel not bable, gnunet, 2019/11/02
- [taler-build-common] 22/50: maybe fix, gnunet, 2019/11/02
- [taler-build-common] 31/50: remove Makefile, gnunet, 2019/11/02
- [taler-build-common] 26/50: Merge branch 'master' of git.taler.net:taler-build-scripts, gnunet, 2019/11/02
- [taler-build-common] 34/50: template should not be executable, gnunet, 2019/11/02
- [taler-build-common] 36/50: allow configure.py to be simpler, gnunet, 2019/11/02
- [taler-build-common] 29/50: drop old imports, gnunet, 2019/11/02
- [taler-build-common] 40/50: syntax fix, gnunet, 2019/11/02