The branch, master has been updated via 93bd345a6cf4618b87d243c86988062c22ece0b4 (commit) from 2813264ea2724e15c3bd82722fb2eb5dc1447553 (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 93bd345a6cf4618b87d243c86988062c22ece0b4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 21 18:50:58 2013 +0100 fix typo ----------------------------------------------------------------------- Summary of changes: sbin/x2gobroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/sbin/x2gobroker b/sbin/x2gobroker index 3b847bd..846a7e5 100755 --- a/sbin/x2gobroker +++ b/sbin/x2gobroker @@ -111,7 +111,7 @@ if x2gobroker.defaults.X2GOBROKER_SSL_CERTFILE and x2gobroker.defaults.X2GOBROKE CherryPyWSGIServer.ssl_private_key = x2gobroker.defaults.X2GOBROKER_SSL_KEYFILE # define the web.py URLs -urls = ( '/plain/(.*)', 'x2gobroker.web.plainX2Go.BrokerWeb', +urls = ( '/plain/(.*)', 'x2gobroker.web.plain.X2GoBrokerWeb', # '/json/(.*)', 'x2gobroker.web.json.X2GoBrokerWeb', # '/html/(.*)', 'x2gobroker.web.html.X2GoBrokerWeb', '/pubkeys/', 'x2gobroker.web.extras.X2GoBrokerPubKeyService', 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).