This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 2099b47 bin/slave-start-prepare.sh: add ugly su hack to re-initialize groups after a schroot operation. new 1445030 bin/slave-start-connect.sh: force pseudo-tty allocation to allow su usage. 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 1445030e678b8d75ca6a744261c2d9eb9cb19489 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 25 06:29:11 2017 +0100 bin/slave-start-connect.sh: force pseudo-tty allocation to allow su usage. --- 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 b791bf8..5be18dc 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 "${user}@${host}" "bin/${prefix}-slave-start-chroot.sh" +ssh -t "${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