This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from c13179d bin/slave-start-prepare.sh: sg does not support "-" as the group name, pass in ${USER} directly. new 0cb3b3f bin/slave-start-prepare.sh: don't use special array-like splitting when calling sg. 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-prepare.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 0cb3b3f36a82582a812587f3050d9f1f84aee66d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 25 10:10:23 2017 +0100 bin/slave-start-prepare.sh: don't use special array-like splitting when calling sg. Fixes skipped parameters. --- bin/slave-start-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/slave-start-prepare.sh b/bin/slave-start-prepare.sh index 53be85b..db6ece6 100755 --- a/bin/slave-start-prepare.sh +++ b/bin/slave-start-prepare.sh @@ -25,7 +25,7 @@ else typeset cur_group="${1}" shift - exec sg "${cur_group}" "${0} --set-groups ${@}" + exec sg "${cur_group}" "${0} --set-groups ${*}" else # No more groups in list, make the primary group actually primary. # Note that while the sg man page says that it supports the "-" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git