Rename freenas9 build profile to just "freenas" and

do the same with fn9_head -> fn_head

Change internal 9.10 strings to '11'
This commit is contained in:
Kris Moore
2017-04-19 10:52:05 -04:00
parent 8eb5962013
commit 564c871584
39 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ PROFILE_SETTING = ${BUILD_ROOT}/build/profiles/profile-setting
. if exists(${PROFILE_SETTING})
PROFILE != cat ${PROFILE_SETTING}
. else
PROFILE := freenas9
PROFILE := freenas
. endif
.endif

View File

@@ -2,7 +2,7 @@
pciconf -l | grep -q "chip=0x....1aed"
if [ $? = 0 ]; then # Fusion-I/O card has been found
echo "TrueNAS 9.10 does not support Fusion-I/O cards" 1>&2
echo "TrueNAS 11 does not support Fusion-I/O cards" 1>&2
exit 1
else
exit 0

View File

@@ -29,7 +29,7 @@ include("packages.pyd")
profile = {
"name": "freenas_head",
"description": "FreeNAS 9.10 with FreeBSD HEAD",
"description": "FreeNAS 11 with FreeBSD HEAD",
"owner": "dev@ixsystems.com",
"status": "active"
}

View File

@@ -1,10 +1,10 @@
MILESTONE = MILESTONE or "FREEBSD-HEAD"
FREEBSD_RELEASE_VERSION = "12.0-CURRENT"
VERSION_NUMBER = "9.10"
VERSION_NUMBER = "11"
FREENAS_ROOT = "${BE_ROOT}/freenas"
SRC_ROOT = "${FREENAS_ROOT}/src"
CHANGELOG = "${BUILD_ROOT}/release/FreeNAS/9.10/RELEASE/ChangeLog"
CHANGELOG = "${BUILD_ROOT}/release/FreeNAS/11/RELEASE/ChangeLog"
if exists("${FREENAS_ROOT}"):
GIT_REVISION = sh("git -C ${FREENAS_ROOT} rev-parse --verify --short HEAD")

View File

@@ -2,7 +2,7 @@
pciconf -l | grep -q "chip=0x....1aed"
if [ $? = 0 ]; then # Fusion-I/O card has been found
echo "TrueNAS 9.10 does not support Fusion-I/O cards" 1>&2
echo "TrueNAS 11 does not support Fusion-I/O cards" 1>&2
exit 1
else
exit 0

View File

@@ -28,8 +28,8 @@ include("ports.pyd")
include("packages.pyd")
profile = {
"name": "freenas9",
"description": "FreeNAS 9.10 with FreeBSD 11 stable",
"name": "freenas11",
"description": "FreeNAS 11",
"owner": "dev@ixsystems.com",
"status": "active"
}

View File

@@ -1,10 +1,10 @@
MILESTONE = MILESTONE or "MASTER"
FREEBSD_RELEASE_VERSION = "11.0-RELEASE"
VERSION_NUMBER = "9.10"
VERSION_NUMBER = "11"
FREENAS_ROOT = "${BE_ROOT}/freenas"
SRC_ROOT = "${FREENAS_ROOT}/src"
CHANGELOG = "${BUILD_ROOT}/release/FreeNAS/9.10/RELEASE/ChangeLog"
CHANGELOG = "${BUILD_ROOT}/release/FreeNAS/11/RELEASE/ChangeLog"
if exists("${FREENAS_ROOT}"):
GIT_REVISION = sh("git -C ${FREENAS_ROOT} rev-parse --verify --short HEAD")