This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 1445030 bin/slave-start-connect.sh: force pseudo-tty allocation to allow su usage. new 5428f33 bin/slave-start-connect.sh: and then force PTY allocation even harder. 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: bin/slave-start-connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 5428f33eb718a6e7f0cdf976417ead77a542785b Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 25 06:31:35 2017 +0100 bin/slave-start-connect.sh: and then force PTY allocation even harder. --- bin/slave-start-connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slave-start-connect.sh b/bin/slave-start-connect.sh index 5be18dc..db39c78 100755 --- a/bin/slave-start-connect.sh +++ b/bin/slave-start-connect.sh @@ -34,4 +34,4 @@ if [ "x$(basename "${0}")" = "x${prefix}-slave-start-connect.sh" ]; then esac fi -ssh -t "${user}@${host}" "bin/${prefix}-slave-start-chroot.sh" +ssh -tt "${user}@${host}" "bin/${prefix}-slave-start-chroot.sh" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git