]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Set next for development build string.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 16 Nov 2010 23:53:38 +0000 (00:53 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 16 Nov 2010 23:53:38 +0000 (00:53 +0100)
make.sh

diff --git a/make.sh b/make.sh
index 36211fec68bb14a19402f2fd703c758e7f75f438..110d926dec3197d4feaa8fa51a2d5f0b033ef993 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,7 +25,7 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.8test"                                              # Version number
-CORE="42"                                                      # Core Level (Filename)
+CORE="43"                                                      # Core Level (Filename)
 PAKFIRE_CORE="42"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
@@ -690,7 +690,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" = "master" ]; then
+  if [ "$GIT_BRANCH" = "next" ]; then
        echo "$NAME $VERSION - (Development Build: $GIT_LASTCOMMIT)" > $BASEDIR/build/etc/system-release
   else
        echo "$NAME $VERSION - $GIT_BRANCH" > $BASEDIR/build/etc/system-release