[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.1.0-54-ga23c56a

X2Go dev team git-admin at x2go.org
Fri Apr 26 00:53:19 CEST 2013


The branch, master 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list