This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 2cf5746 Continue development new c05a26f Makefile.docupload: Ignore clean failures. Helpful to Debian package build chain. new 3cf6428 Fix some man page typos. new d2280f5 x2gobroker/defaults.py: Support offline builds with no DNS or other means of hostname resolution.. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile.docupload | 2 +- debian/changelog | 8 +++++++- man/man1/x2gobroker.1 | 2 +- man/man8/x2gobroker-testagent.8 | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit c05a26f58566d4e1f3e5a5ec6ef07421641ca097 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 3 23:31:51 2019 +0100 Makefile.docupload: Ignore clean failures. Helpful to Debian package build chain. --- Makefile.docupload | 2 +- debian/changelog | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index 976ca16..1c3fda3 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -10,7 +10,7 @@ DOC_USER=x2go-admin doc: docbuild docupload clean: - ${MAKE} -C docs/ clean + -${MAKE} -C docs/ clean apidoc: sphinx-apidoc -f -e -o docs/source/ x2gobroker x2gobroker/tests/ diff --git a/debian/changelog b/debian/changelog index 6e399d1..98b8394 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mike Gabriel ] + * New upstream version (0.0.4.1): + - Makefile.docupload: Ignore clean failures. Helpful to Debian package + build chain. -- X2Go Release Manager <git-admin@x2go.org> Sun, 03 Feb 2019 03:57:46 +0100 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 3cf6428b6300680f69e883c4d80fd48d3f0e397f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 3 23:35:24 2019 +0100 Fix some man page typos. --- debian/changelog | 1 + man/man1/x2gobroker.1 | 2 +- man/man8/x2gobroker-testagent.8 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98b8394..46d3651 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.0.4.1): - Makefile.docupload: Ignore clean failures. Helpful to Debian package build chain. + - Fix some man page typos. -- X2Go Release Manager <git-admin@x2go.org> Sun, 03 Feb 2019 03:57:46 +0100 diff --git a/man/man1/x2gobroker.1 b/man/man1/x2gobroker.1 index 6933728..f79ed6b 100644 --- a/man/man1/x2gobroker.1 +++ b/man/man1/x2gobroker.1 @@ -110,7 +110,7 @@ If started as root, drop privileges to uid X2GO_DAEMON_USER and gid X2GO_DAEMON_ in \fI/etc/x2go/broker/defaults.conf\fR on systemd systems or \fI/etc/defaults/python-x2gobroker\fR on SystemV systems). .SH SECURITY NOTICE / DISCLAIMER -Users are advised to not misinterpret X2Go Session Broker's capabilites as a +Users are advised to not misinterpret X2Go Session Broker's capabilities as a security feature. Even when using X2Go Session Broker, it is still possible for users to locally configure an X2Go Client with any settings they want, and use that to connect. So if you're trying to keep users from running a diff --git a/man/man8/x2gobroker-testagent.8 b/man/man8/x2gobroker-testagent.8 index 999e094..b1ee549 100644 --- a/man/man8/x2gobroker-testagent.8 +++ b/man/man8/x2gobroker-testagent.8 @@ -41,7 +41,7 @@ The broker agent tries to switch to the given user's context and runs the given \*(T<\fB\-h, \-\-help\fR\*(T> Display a help with all available command line options and exit. .SH REQUIRED OPTIONS -You can either list the broker agent's tasks that are avilable for testing: +You can either list the broker agent's tasks that are available for testing: .TP \*(T<\fB\-\-list\-tasks\fR\*(T> Render a list of available broker agent tasks. This list shows what can be tested. The capabilities -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit d2280f5d143fd18f6a112b1c54fdc244d4989a61 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 3 23:39:16 2019 +0100 x2gobroker/defaults.py: Support offline builds with no DNS or other means of hostname resolution.. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 46d3651..b7afa9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium - Makefile.docupload: Ignore clean failures. Helpful to Debian package build chain. - Fix some man page typos. + - x2gobroker/defaults.py: Support offline builds with no DNS or other + means of hostname resolution.. -- X2Go Release Manager <git-admin@x2go.org> Sun, 03 Feb 2019 03:57:46 +0100 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git