[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.1.0-8-ge341bd8

X2Go dev team git-admin at x2go.org
Sun May 19 13:03:28 CEST 2013


The branch, build-main has been updated
       via  e341bd86111730b2919697a74ac18d759d2a9e74 (commit)
      from  c9c92dbff6b4e9ee872eb738121dbd51da94d329 (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                     |    4 ++--
 x2gobroker/defaults.py               |    1 +
 x2gobroker/tests/test_broker_base.py |    1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index b460d0d..9c77984 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 x2gobroker (0.0.1.1-0~x2go1) UNRELEASED; urgency=low
 
-  * New upstream version (0.0.1.0):
-    - Continue development...
+  * New upstream version (0.0.1.1):
+    - Add cmd and directrdp session profile parameters to defaults.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 10 Mar 2013 13:00:32 +0100
 
diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py
index 8a930dc..0cc2058 100644
--- a/x2gobroker/defaults.py
+++ b/x2gobroker/defaults.py
@@ -161,6 +161,7 @@ X2GOBROKER_CONFIG_DEFAULTS = {
 # defaults for X2Go Sessino Broker session profiles file
 X2GOBROKER_SESSIONPROFILE_DEFAULTS = {
     u'DEFAULT': {
+        u'cmd': u'TERMINAL',
         u'defsndport': True,
         u'useiconv': False,
         u'iconvfrom': u'UTF-8',
diff --git a/x2gobroker/tests/test_broker_base.py b/x2gobroker/tests/test_broker_base.py
index 8eebce7..fbef0ca 100644
--- a/x2gobroker/tests/test_broker_base.py
+++ b/x2gobroker/tests/test_broker_base.py
@@ -274,6 +274,7 @@ check-credentials = false
     def test_getdefaultprofile(self):
         base_backend = self._init_base_backend()
         _expected_profile = {
+            'cmd': 'TERMINAL',
             'defsndport': True,
             'useiconv': False,
             'iconvfrom': 'UTF-8',


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