The branch, master has been updated via 1cecebabde5d02107ce23e458c04cafcda730714 (commit) from 5c2dd05becbaf578d58817189ec687a519c6a37e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1cecebabde5d02107ce23e458c04cafcda730714 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 20 16:57:15 2011 +0100 permission fix ----------------------------------------------------------------------- Summary of changes: bin/x2go-build-package | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/bin/x2go-build-package b/bin/x2go-build-package index ec22b88..bb7bcc5 100755 --- a/bin/x2go-build-package +++ b/bin/x2go-build-package @@ -137,6 +137,7 @@ build_packages() { for l_CODENAME in $CODENAMES; do TEMP_DIR="$(mktemp -d --tmpdir=$TEMP_BASE)" mkdir -p $TEMP_DIR/$PROJECT + chmod 27550 "$TEMP_DIR" -Rf git clone --local $PROJECT_DIR $TEMP_DIR/$PROJECT/ cd $TEMP_DIR/$PROJECT git checkout $CHECKOUT || git checkout master hooks/post-receive -- buildscripts.git (buildscripts upstream project) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (buildscripts upstream project).