[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.2.2-10-g4070ad8
X2Go dev team
git-admin at x2go.org
Fri Jun 7 23:22:37 CEST 2013
The branch, build-main has been updated
via 4070ad82a71e5d6cc628dd4cc464c348db027b28 (commit)
from 1d5214de08f6716826ed311f1751bf58ebd8c66e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2gobroker/brokers/base_broker.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py
index d29714e..21ba225 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -846,7 +846,7 @@ class X2GoBroker(object):
if self.use_session_autologin(profile_id):
profile['autologin'] = True
- profile['key'] = 'key-comes-later'
+ profile['key'] = '<will-be-provided-later>'
# make sure that desktop sessions (that we know by name) do run with rootless=false
if profile['command'] in x2gobroker.defaults.X2GO_DESKTOP_SESSIONS:
@@ -864,7 +864,7 @@ class X2GoBroker(object):
if set(profile['host']).intersection(set(running_sessions)): profile['status'] = u'R'
if set(profile['host']).intersection(set(suspended_sessions)): profile['status'] = u'S'
- profile['host'] = []
+ profile['host'] = ['<will-be-provided-later>']
list_of_profiles.update({profile_id: profile, })
return list_of_profiles
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).
More information about the x2go-commits
mailing list