The branch, uccsoutput has been updated via a23c56abf93b0f641589132105e52e9105cbbab8 (commit) from e0ab1116e6f665674ac57a2b80a2be5f640bd593 (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 a23c56abf93b0f641589132105e52e9105cbbab8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Apr 18 17:16:14 2013 +0200 Fix name of get() for /pubkeys/ URL path. (Fixes: #176). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2gobroker/web/extras.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 07bd960..b8bd4ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2gobroker (0.0.1.1-0~x2go1) UNRELEASED; urgency=low the logging in x2gobroker. (Fixes: #172). - x2gobroker-pubkeyauthorizer: no logging-to-file support anymore. (Fixes: #175). + - Fix name of get() for /pubkeys/ URL path. (Fixes: #176). * /debian/control: + Fix --root parameter in DEB_PYTHON_INSTALL_ARGS. + Let bin:package x2gobroker-authservice depend on python-x2gobroker (of the diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py index e1adf2a..f61c676 100644 --- a/x2gobroker/web/extras.py +++ b/x2gobroker/web/extras.py @@ -42,7 +42,7 @@ class X2GoBrokerPubKeyService(tornado.web.RequestHandler): for http_header_item in self.http_header_items.keys(): self.set_header(http_header_item, self.http_header_items[http_header_item]) - def GET(self): + def get(self): output = "" 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).