X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=09349098aa467848bbcba8bb0ddd5d952b0c4ef9;hb=91b20d84de68c80e230838e81a470c7bf5d3457b;hp=049bc0e8fa13335173975db2b05e5e01c00ad709;hpb=1c5473366c149f5154aa27cd9fbe27085605a455;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/make.sh b/make.sh index 049bc0e8fa..09349098aa 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.13" # Version number -CORE="64" # Core Level (Filename) -PAKFIRE_CORE="64" # Core Level (PAKFIRE) +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