2 Feb 2013 10:22
x2gobroker.git - master (branch) updated: f4ee02eef0a15e605c4ff80641470f8267b5a06e
The branch, master has been updated
via f4ee02eef0a15e605c4ff80641470f8267b5a06e (commit)
from 88bf826ab2efbc3f23da9a42280cad0ee8928aa1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f4ee02eef0a15e605c4ff80641470f8267b5a06e
Author: Mike Gabriel <mike.gabriel@...>
Date: Sat Feb 2 10:23:43 2013 +0100
be more tolerant about the value found in env var X2GOBROKER_DEBUG
-----------------------------------------------------------------------
Summary of changes:
x2gobroker/defaults.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py
index a285938..cb1bf67 100644
--- a/x2gobroker/defaults.py
+++ b/x2gobroker/defaults.py
<at> <at> -37,7 +37,7 <at> <at> else:
X2GOBROKER_SESSIONPROFILES="/etc/x2go/broker/x2gobroker-sessionprofiles.conf"
if os.environ.has_key('X2GOBROKER_DEBUG'):
- X2GOBROKER_DEBUG=bool(os.environ['X2GOBROKER_DEBUG'])
+ X2GOBROKER_DEBUG=( os.environ['X2GOBROKER_DEBUG'].lower() in ('1', 'on', 'true', 'yes', ) )
else:
X2GOBROKER_DEBUG=False
hooks/post-receive
RSS Feed