The branch, master has been updated via b08d45e3794cb76270ba289fe2e73d1d73dec772 (commit) from e4a28490a4ffaec45afeb6c9db9f16e2cd7ec008 (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 b08d45e3794cb76270ba289fe2e73d1d73dec772 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 4 15:01:25 2011 +0200 make sure we check out new branches from origin ----------------------------------------------------------------------- Summary of changes: bin/x2go-build-package | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/bin/x2go-build-package b/bin/x2go-build-package index cbf3411..3cb6100 100755 --- a/bin/x2go-build-package +++ b/bin/x2go-build-package @@ -107,7 +107,7 @@ prepare_workspace() { if [ -d $PROJECT_DIR/.git ]; then cd $PROJECT_DIR && git reset --hard git pull origin $CHECKOUT - git checkout $CHECKOUT || git checkout -b $CHECKOUT + git checkout origin $CHECKOUT || git checkout -b $CHECKOUT else cd $(dirname $PROJECT_DIR) git clone git://code.x2go.org/$PROJECT.git 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).