mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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")
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user