The branch, master has been updated via 851439d5d8a8f2235957dbf45955dc2f68c193dc (commit) from 650012f7f71d2e983369fd826d716be8a77da109 (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 851439d5d8a8f2235957dbf45955dc2f68c193dc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 4 17:20:42 2013 +0200 typo fix ----------------------------------------------------------------------- Summary of changes: x2gobroker/brokers/base_broker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index def2d50..efa164e 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -801,7 +801,7 @@ class X2GoBroker(object): # make sure that desktop sessions (that we know by name) do run with rootless=false if profile['command'] in x2gobroker.defaults.X2GO_DESKTOP_SESSIONS: - profile['rootless'] = false + profile['rootless'] = False acls = self.get_profile_acls(profile_id) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).