The branch, master has been updated via eca903fceb335913fa641b30cdf7973daa4ee93a (commit) via 8ce1824780bb0c77df4e351009bdb5d1a5610651 (commit) from 28dea91c42a72f04cb8e5c727626bc6b29895706 (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 eca903fceb335913fa641b30cdf7973daa4ee93a Merge: 8ce1824780bb0c77df4e351009bdb5d1a5610651 28dea91c42a72f04cb8e5c727626bc6b29895706 Author: X2go Administrator <x2go-admin@minobo.das-netzwerkteam.de> Date: Wed Jan 18 22:11:31 2012 +0100 Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/buildscripts commit 8ce1824780bb0c77df4e351009bdb5d1a5610651 Author: X2go Administrator <x2go-admin@minobo.das-netzwerkteam.de> Date: Wed Jan 18 22:11:13 2012 +0100 add orig.tar.gz file support, if exists... ----------------------------------------------------------------------- Summary of changes: bin/build-package | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/bin/build-package b/bin/build-package index dbf3293..5acf585 100755 --- a/bin/build-package +++ b/bin/build-package @@ -172,11 +172,12 @@ build_packages() { git clone --local "$PROJECT_DIR" "$TEMP_DIR/$PROJECT/" cd "$TEMP_DIR/$PROJECT" git checkout $CHECKOUT || git checkout master + find $PROJECT_DIR/../ -type f -maxdepth 0 -mindepth 0 | grep $PROJECT_*.orig.tar.gz &>/dev/null && cp $PROJECT_DIR/../$PROJECT_*.orig.tar.gz .. GITREV=$(gitrevno) # we always build native packages for our repos test -f debian/source/format && cat debian/source/format | egrep '^3.0.*\(quilt\)$' >/dev/null && { echo "3.0 (native)" > debian/source/format - } + } # for Ubuntu version is the codename of the distribution release VERSION=$l_CODENAME 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).