The branch, master has been updated via 0374acf263de19a8e68c7dd4c31769fabaa46159 (commit) from 364bbade16751d9574f0a5da4d09450f1ed39f6e (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 0374acf263de19a8e68c7dd4c31769fabaa46159 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 4 18:14:05 2011 +0200 wrong option order ----------------------------------------------------------------------- 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 fb50d5e..3492f50 100755 --- a/bin/x2go-build-package +++ b/bin/x2go-build-package @@ -112,7 +112,7 @@ prepare_workspace() { cd $(dirname $PROJECT_DIR) git clone git://code.x2go.org/$PROJECT.git cd $PROJECT - git checkout --force $CHECKOUT || git --force checkout -b $CHECKOUT; + git checkout --force $CHECKOUT || git checkout --force -b $CHECKOUT; fi cd $PROJECT_DIR 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).