]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
OpenVPN CCD: Fixes Bug when editing an IPsec Net, the ipcheck did not return a ipsecn...
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 049bc0e8fa13335173975db2b05e5e01c00ad709..21808c96897902bc304ec0642792c4365019023b 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,9 +24,9 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.13"                                                 # Version number
-CORE="64"                                                      # Core Level (Filename)
-PAKFIRE_CORE="64"                                              # Core Level (PAKFIRE)
+VERSION="2.13beta1"                                                    # Version number
+CORE="65"                                                      # Core Level (Filename)
+PAKFIRE_CORE="65"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
@@ -747,6 +747,9 @@ buildipfire() {
   ipfiremake gpgme
   ipfiremake pygpgme
   ipfiremake pakfire3
+  ipfiremake stress
+  ipfiremake libstatgrab
+  ipfiremake sarg
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild
@@ -757,7 +760,7 @@ buildipfire() {
   cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild
   echo $PAKFIRE_CORE > $BASEDIR/build/opt/pakfire/db/core/mine
   case "$GIT_BRANCH" in
-       core*)
+       core*|beta?|rc?)
            echo "$NAME $VERSION ($MACHINE) - $GIT_BRANCH" > $BASEDIR/build/etc/system-release
            ;;
        *)