mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Send RELEASE to internal server
This commit is contained in:
parent
286ec1c74c
commit
433a54edde
@ -326,9 +326,15 @@ export VARIANTIMAGES=""
|
||||
export VARIANTUPDATES=""
|
||||
|
||||
# Rsync data to send snapshots
|
||||
export RSYNCIP=${RSYNCIP:-"nfs1.nyi.netgate.com"}
|
||||
export RSYNCUSER=${RSYNCUSER:-"wwwsync"}
|
||||
export RSYNCPATH=${RSYNCPATH:-"/storage/files/snapshots/${TARGET}/${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}"}
|
||||
if [ -n "${_IS_RELEASE}" ]; then
|
||||
export RSYNCIP=${RSYNCIP:-"release-staging.netgate.com"}
|
||||
export RSYNCUSER=${RSYNCUSER:-"wwwsync"}
|
||||
export RSYNCPATH=${RSYNCPATH:-"/storage/ce"}
|
||||
else
|
||||
export RSYNCIP=${RSYNCIP:-"nfs1.nyi.netgate.com"}
|
||||
export RSYNCUSER=${RSYNCUSER:-"wwwsync"}
|
||||
export RSYNCPATH=${RSYNCPATH:-"/storage/files/snapshots/${TARGET}/${PRODUCT_NAME}_${GIT_REPO_BRANCH_OR_TAG}"}
|
||||
fi
|
||||
|
||||
export SNAPSHOTSLOGFILE=${SNAPSHOTSLOGFILE:-"${SCRATCHDIR}/snapshots-build.log"}
|
||||
export SNAPSHOTSLASTUPDATE=${SNAPSHOTSLASTUPDATE:-"${SCRATCHDIR}/snapshots-lastupdate.log"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user