This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 9c64f84ec09a992ad2d4c39fdc1ae1e3225d223f Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 9 01:58:12 2015 +0100 git/misc/update-repository-posixacls: whitespace changes only. --- git/misc/update-repository-posixacls | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/git/misc/update-repository-posixacls b/git/misc/update-repository-posixacls index 0effc80..9a05009 100755 --- a/git/misc/update-repository-posixacls +++ b/git/misc/update-repository-posixacls @@ -11,47 +11,47 @@ pushd "${PACKAGE}.git" # hooks [ -f hooks/post-receive.tmp ] && { - cp hooks/post-receive.tmp hooks/post-receive - chmod 0755 hooks/post-receive - rm hooks/post-receive.tmp + cp hooks/post-receive.tmp hooks/post-receive + chmod 0755 hooks/post-receive + rm hooks/post-receive.tmp } [ -f hooks/update.tmp ] && { - cp hooks/update.tmp hooks/update - chmod 0755 hooks/update - rm hooks/update.tmp + cp hooks/update.tmp hooks/update + chmod 0755 hooks/update + rm hooks/update.tmp } # ACLs [ -f info/allowed-users.tmp ] && { - cp info/allowed-users.tmp info/allowed-users - chmod 0640 info/allowed-users - rm info/allowed-users.tmp + cp info/allowed-users.tmp info/allowed-users + chmod 0640 info/allowed-users + rm info/allowed-users.tmp } [ -f info/allowed-groups.tmp ] && { - cp info/allowed-groups.tmp info/allowed-groups - chmod 0640 info/allowed-groups - rm info/allowed-groups.tmp + cp info/allowed-groups.tmp info/allowed-groups + chmod 0640 info/allowed-groups + rm info/allowed-groups.tmp } # configuration [ -f config.tmp ] && { - cp config.tmp config - chmod 0644 config - rm config.tmp + cp config.tmp config + chmod 0644 config + rm config.tmp } [ -f description.tmp ] && { - cp description.tmp description - chmod 0644 description - rm description.tmp + cp description.tmp description + chmod 0644 description + rm description.tmp } [ -f info/exclude.tmp ] && { - cp info/exclude.tmp info/exclude - chmod 0644 info/exclude - rm info/exclude.tmp + cp info/exclude.tmp info/exclude + chmod 0644 info/exclude + rm info/exclude.tmp } # Go back to the parent directory popd -- Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git