This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 4b910c2 Continue development new 237e9b4 etc/x2gobroker.conf: Fix typo in command example." The 1 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: debian/changelog | 3 ++- etc/x2gobroker.conf | 2 +- 2 files changed, 3 insertions(+), 2 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 237e9b431f02171d5afb913a26eda95359634c02 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 12 08:41:44 2019 +0200 etc/x2gobroker.conf: Fix typo in command example." --- debian/changelog | 3 ++- etc/x2gobroker.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c9a681..8ae93b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ x2gobroker (0.0.4.2-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mike Gabriel ] + * etc/x2gobroker.conf: Fix typo in command example." -- X2Go Release Manager <git-admin@x2go.org> Mon, 22 Apr 2019 12:31:49 +0200 diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf index c913efa..4d3c1d7 100644 --- a/etc/x2gobroker.conf +++ b/etc/x2gobroker.conf @@ -257,7 +257,7 @@ # # There are two simple ways to create this known_hosts file: # -# (a) su - x2gobroker -c "ssh ssh -o HostKeyAlgorithms=ssh-rsa <x2goserver>" +# (a) su - x2gobroker -c "ssh -o HostKeyAlgorithms=ssh-rsa <x2goserver>" # # On the command line, you get prompted to confirm the remote # X2Go server's Follow OpenSSH interactive dialog for accepting -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git