]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Merge branch 'master' into next
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 7 Sep 2011 12:01:27 +0000 (14:01 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 7 Sep 2011 12:01:27 +0000 (14:01 +0200)
Conflicts:
make.sh

1  2 
make.sh

diff --combined make.sh
index af884716983617250e1aeb4f7b4d594a960e1838,82a671ae403d3bb5010292af8177fb1060e2aa8b..c986ec80eb09bdbb40099fadf063a0af173d780f
+++ b/make.sh
@@@ -24,9 -24,9 +24,9 @@@
  
  NAME="IPFire"                                                 # Software name
  SNAME="ipfire"                                                        # Short name
 -VERSION="2.9"                                                 # Version number
 +VERSION="2.10"                                                        # Version number
- CORE="52"                                                     # Core Level (Filename)
- PAKFIRE_CORE="51"                                             # Core Level (PAKFIRE)
+ CORE="53"                                                     # Core Level (Filename)
+ PAKFIRE_CORE="52"                                             # 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
@@@ -693,7 -693,8 +693,7 @@@ buildipfire() 
    ipfiremake python-m2crypto
    ipfiremake wireless-regdb
    ipfiremake crda
 -  ipfiremake libsatsolver
 -  ipfiremake python-satsolver
 +  ipfiremake libsolv
    ipfiremake python-distutils-extra
    ipfiremake python-lzma
    ipfiremake python-progressbar
    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