This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from a3fd2e7 Merge branch 'personal/sunweaver/x2gobrokersshmini' into 'master' new 7894875 mini/x2gobroker-ssh-mini: typo fix referencing PORT variable. new 3cd9419 Merge branch 'stefanbaur-master-patch-71681' into 'master' The 2 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 | 4 ++++ mini/x2gobroker-ssh-mini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) -- 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 3cd941939339620dbd883b02c554a9fe9ee5c4c5 Merge: a3fd2e7 7894875 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 28 18:52:55 2024 +0100 Merge branch 'stefanbaur-master-patch-71681' into 'master' mini/x2gobroker-ssh-mini: typo fix referencing PORT variable. Attributes GL MR !5: https://gitlab.x2go.org/x2go/broker/x2gobroker/-/merge_requests/5 debian/changelog | 4 ++++ mini/x2gobroker-ssh-mini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) -- 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 78948758930e2412d6411fb9dde9e5007e6dcafe Author: Stefan Baur <x2go-ml-1@baur-itcs.de> Date: Thu Mar 28 12:10:01 2024 +0000 mini/x2gobroker-ssh-mini: typo fix referencing PORT variable. --- debian/changelog | 4 ++++ mini/x2gobroker-ssh-mini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cf63589..3b07430 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,10 @@ x2gobroker (0.0.4.4-0x2go1) UNRELEASED; urgency=medium * debian/x2gobroker-ssh-mini.insall: + Pick files as installed by Makefile. + [ Stefan Baur ] + * New upstream version (0.0.4.4): + - mini/x2gobroker-ssh-mini: typo fix referencing PORT variable. + -- Mike Gabriel <sunweaver@debian.org> Mon, 15 Nov 2021 15:33:29 +0100 x2gobroker (0.0.4.3-0x2go1) unstable; urgency=medium diff --git a/mini/x2gobroker-ssh-mini b/mini/x2gobroker-ssh-mini index 72ae898..a839393 100644 --- a/mini/x2gobroker-ssh-mini +++ b/mini/x2gobroker-ssh-mini @@ -139,7 +139,7 @@ elif (echo -e "$PARAMLIST" | grep -q -- '--task selectsession'); then SERVER=$DEFAULTHOST fi - if [ -z "PORT" ]; then + if [ -z "${PORT}" ]; then PORT=22 fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git