[X2go-Commits] x2gobroker.git - master (branch) updated: 0.0.0.5-8-g94323f6

X2Go dev team git-admin at x2go.org
Fri Mar 1 11:13:18 CET 2013


The branch, master has been updated
       via  94323f6767cc8f3258f03a4160dba4cf6e166d07 (commit)
       via  74481c6695dfabb5d98b3eba35956268854e0a0b (commit)
      from  a62fb92ed282ca25ded2e7782ee79386f9e68e7d (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 94323f6767cc8f3258f03a4160dba4cf6e166d07
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 1 11:13:10 2013 +0100

    /debian/*.default: Be more explanatory about the X2GOBROKER_DEBUG option and allow
     to enable debug mode for the different services independently. (Fixes: #126).

commit 74481c6695dfabb5d98b3eba35956268854e0a0b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 1 11:11:03 2013 +0100

    changelog entry for last commits

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                      |   10 +++++++++-
 debian/python-x2gobroker.default      |   13 +++++++++----
 debian/x2gobroker-authservice.default |    9 +++++++++
 debian/x2gobroker-daemon.default      |   11 +++++++++++
 4 files changed, 38 insertions(+), 5 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0cc4016..f74c242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
 x2gobroker (0.0.0.6-0~x2go1) UNRELEASED; urgency=low
 
-  * Continue development...
+  [ Mike Gabriel ]
+  * New upstream version (0.0.0.6):
+    - Continue development...
+  * /debian/*.default:
+    - Be more explanatory about the X2GOBROKER_DEBUG option and allow
+      to enable debug mode for the different services independently.
+      (Fixes: #126).
+  * /debian/x2gobroker-daemon.postinst:
+    - Fix home path for user x2gobroker. (Fixes: #127).
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 27 Feb 2013 23:04:10 +0100
 
diff --git a/debian/python-x2gobroker.default b/debian/python-x2gobroker.default
index 0907b79..67b93cb 100644
--- a/debian/python-x2gobroker.default
+++ b/debian/python-x2gobroker.default
@@ -11,10 +11,15 @@
 # remote X2Go Servers.
 #X2GOBROKER_AGENT_USER=x2gobroker
 
-# Run X2Go Session Broker in debug mode, this will make the broker
-# available through http GET method calls (otherwise: POST method
-# only) and you will be able to test the broker through your web
-# browser (0=disable, 1=enable).
+# Control debug mode (0=disable, 1=enable).
+#
+# Apart from verbose logging in /var/log/x2gobroker/*.log, this will
+# also make the broker available through http GET method requests
+# (otherwise: POST method requests only) and you will be able to test
+# the broker through your web browser
+#
+# This value has an effect on all (Python-based) X2Go Session Broker
+# services and can be overridden in /etc/default/x2gobroker-* files.
 #X2GOBROKER_DEBUG=0
 
 # Default X2Go Session Broker backend (available: zeroconf, inifile)
diff --git a/debian/x2gobroker-authservice.default b/debian/x2gobroker-authservice.default
index 017b75c..e8b5f7b 100644
--- a/debian/x2gobroker-authservice.default
+++ b/debian/x2gobroker-authservice.default
@@ -8,3 +8,12 @@
 # you can disable the authentication service here.
 START_AUTHSERVICE=true
 
+# Control debug mode (0=disable, 1=enable) of the X2Go Broker Authentication
+# Service.
+#
+# Logging is (by default) written to /var/log/x2gobroker/*log.
+#
+# This option can also be configured in /etc/default/python-x2go.
+# The value configured here overrides the value from python-x2go
+# defaults and only sets the x2gobroker-authservice into debug mode.
+#X2GOBROKER_DEBUG=0
diff --git a/debian/x2gobroker-daemon.default b/debian/x2gobroker-daemon.default
index eb76c1b..0eb0a81 100644
--- a/debian/x2gobroker-daemon.default
+++ b/debian/x2gobroker-daemon.default
@@ -6,6 +6,17 @@ START_BROKER=true
 # Bind standalone daemon to this address:port
 #DAEMON_BIND_ADDRESS=127.0.0.1:8080
 
+# Control debug mode (0=disable, 1=enable).
+#
+# Apart from verbose logging in /var/log/x2gobroker/*.log, this will
+# also make the broker available through http GET method requests
+# (otherwise: POST method requests only) and you will be able to
+# test the broker through your web browser.
+#
+# This option can also be configured in /etc/default/python-x2go.
+# The value configured here overrides the value from python-x2go
+# defaults and only sets the x2gobroker-daemon into debug mode.
+#X2GOBROKER_DEBUG=0
 
 ##########################################################
 ###                                                    ###


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