mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
set version to IPFire 2.17 core87.
This commit is contained in:
4
make.sh
4
make.sh
@@ -25,8 +25,8 @@
|
|||||||
NAME="IPFire" # Software name
|
NAME="IPFire" # Software name
|
||||||
SNAME="ipfire" # Short name
|
SNAME="ipfire" # Short name
|
||||||
VERSION="2.17" # Version number
|
VERSION="2.17" # Version number
|
||||||
CORE="87-rc1" # Core Level (Filename)
|
CORE="87" # Core Level (Filename)
|
||||||
PAKFIRE_CORE="86" # Core Level (PAKFIRE)
|
PAKFIRE_CORE="87" # Core Level (PAKFIRE)
|
||||||
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch
|
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch
|
||||||
SLOGAN="www.ipfire.org" # Software slogan
|
SLOGAN="www.ipfire.org" # Software slogan
|
||||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
COREVER=$(cat /opt/pakfire/db/core/mine)
|
COREVER=$(cat /opt/pakfire/db/core/mine)
|
||||||
# FIXME: edit this lines before release
|
# FIXME: edit this lines before release
|
||||||
URL="http://download.ipfire.org/releases/ipfire-2.x/2.15-core$COREVER/"
|
URL="http://download.ipfire.org/releases/ipfire-2.x/2.17-core$COREVER/"
|
||||||
ISO="ipfire-2.15.i586-full-core$COREVER.iso"
|
ISO="ipfire-2.17.i586-full-core$COREVER.iso"
|
||||||
|
|
||||||
if [ -z $1 ]; then
|
if [ -z $1 ]; then
|
||||||
echo usage: $0 backup-file
|
echo usage: $0 backup-file
|
||||||
|
|||||||
Reference in New Issue
Block a user