[X2Go-Commits] x2gobroker.git - statusflag (branch) updated: 0.0.2.0-2-ga43eae3

X2Go dev team git-admin at x2go.org
Tue Jun 4 21:10:20 CEST 2013


The branch, statusflag has been updated
       via  a43eae3a35698c7e8f39a6a70fb159bfbaea3f61 (commit)
      from  a40d31fd015bb02c750866712b20574723cc3978 (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       |    3 ++-
 x2gobroker/uccsjson.py |    1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 6aa021a..aa10d08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x2gobroker (0.0.2.1-0~x2go1) UNRELEASED; urgency=low
 
-  * Continue development...
+  * New upstream version (0.0.2.0):
+    - Remove trainling slashes from ManagementServer URLs.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 01 May 2013 21:07:41 +0200
 
diff --git a/x2gobroker/uccsjson.py b/x2gobroker/uccsjson.py
index 8393a59..757dc67 100644
--- a/x2gobroker/uccsjson.py
+++ b/x2gobroker/uccsjson.py
@@ -49,6 +49,7 @@ class ManagementServer():
         self.RemoteDesktopServers = []
         self.AdditionalManagementServers = []
         self.URL = unicode(url)
+        self.URL = '{url}/'.format(url=self.URL.rstrip('/'))
         self.Name = unicode(name)
 
     def set_default(self, ts_name):


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