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 "IPFire 2.x development tree".
The branch, master has been updated via bfc35ba280e0beb8b7129049ef14e18c2d32588d (commit) from 12eba2296f2efc3fb54a9b062aa3c35f2b0f197d (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 bfc35ba280e0beb8b7129049ef14e18c2d32588d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun May 2 18:43:20 2010 +0200
Set "development branch" to master.
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/make.sh b/make.sh index 693a818..9aa1aca 100755 --- a/make.sh +++ b/make.sh @@ -650,7 +650,7 @@ buildipfire() { echo >> $BASEDIR/build/var/ipfire/firebuild cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild echo $PAKFIRE_CORE > $BASEDIR/build/opt/pakfire/db/core/mine - if [ "$GIT_BRANCH" = "next" ]; then + if [ "$GIT_BRANCH" = "master" ]; then echo "$NAME $VERSION - (Development Build: $GIT_LASTCOMMIT)" > $BASEDIR/build/etc/system-release else echo "$NAME $VERSION - $GIT_BRANCH" > $BASEDIR/build/etc/system-release
hooks/post-receive -- IPFire 2.x development tree