mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
MILESTONE = MILESTONE or "MASTER"
|
|
FREEBSD_RELEASE_VERSION = "13.3-RELEASE"
|
|
VERSION_NUMBER = "13.3"
|
|
FREENAS_ROOT = "${BE_ROOT}/freenas"
|
|
SRC_ROOT = "${FREENAS_ROOT}/src"
|
|
|
|
CHANGELOG = CHANGELOG or "${BUILD_ROOT}/release/FreeNAS/11/RELEASE/ChangeLog"
|
|
|
|
if exists("${FREENAS_ROOT}"):
|
|
GIT_REVISION = sh("git -C ${FREENAS_ROOT} rev-parse --verify --short HEAD")
|
|
|
|
FREENAS_KEYFILE = FREENAS_KEYFILE or "Keys/ix-nightly-key.key"
|