This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 79aec4b Fix task ping when tested via the x2gobroker-testagent script. new 4c002d3 fix for f2cb22f The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gobroker/brokers/base_broker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 4c002d3ad3a5f7bc18305e328f4bc878446784fb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 13 13:23:36 2015 +0200 fix for f2cb22f --- x2gobroker/brokers/base_broker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index d613109..9325b8c 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -1239,7 +1239,7 @@ class X2GoBroker(object): if key == 'user' and profile[key] == 'BROKER_USER': profile[key] = unicode(username) - if profile[key] = "not-set": + if profile[key] == "not-set": del profile[key] if self.get_session_autologin(profile_id): -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git