mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Define PKG_REPO_SERVER_RELEASE, used to create pfSense-repo package accordingly
This commit is contained in:
parent
53f190f739
commit
e1cd8fd7f4
@ -305,6 +305,12 @@ case "${PRODUCT_VERSION##*-}" in
|
||||
exit 1
|
||||
esac
|
||||
|
||||
if [ -z "${_IS_RELEASE}" ]; then
|
||||
export PKG_REPO_SERVER_RELEASE=${PKG_REPO_SERVER_RELEASE:-$PKG_REPO_SERVER}
|
||||
else
|
||||
export PKG_REPO_SERVER_RELEASE=${PKG_REPO_SERVER_RELEASE:-"pkg+http://pkg.pfsense.org/packages"}
|
||||
fi
|
||||
|
||||
# Define base package version, based on date for snaps
|
||||
export CORE_PKG_VERSION="${PRODUCT_VERSION%%-*}${CORE_PKG_DATESTRING}"
|
||||
export CORE_PKG_PATH=${CORE_PKG_PATH:-"${SCRATCHDIR}/${PRODUCT_NAME}_${POUDRIERE_BRANCH}_${TARGET_ARCH}-core"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user