This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 82dbcf3 bin/slave-start-{chroot,prepare}: move su invocation up the chain. new 6e534e7 bin/slave-start-chroot.sh: need to pass file path directly, no shell search. 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-chroot.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 6e534e75323b6788a3c89548b0c755d39f8d5ea2 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 25 07:00:58 2017 +0100 bin/slave-start-chroot.sh: need to pass file path directly, no shell search. --- bin/slave-start-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slave-start-chroot.sh b/bin/slave-start-chroot.sh index f60b5f0..a3b3f1b 100755 --- a/bin/slave-start-chroot.sh +++ b/bin/slave-start-chroot.sh @@ -22,4 +22,4 @@ fi "${HOME}/bin/slave-sync.sh" -schroot -c "${chroot}" -- python -c "import pty; pty.spawn('su - \"${USER}\" -c \"bin/${prefix}-slave-start-prepare.sh\"')" +schroot -c "${chroot}" -- python -c "import pty; pty.spawn('/bin/su - \"${USER}\" -c \"bin/${prefix}-slave-start-prepare.sh\"')" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git