mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CA-210984: XenCenter build fails in the secure environment while getting RPU hotfixes from artifactory
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
ed393b5800
commit
16270af4d4
@ -180,8 +180,8 @@ STORE_FILES=${BUILD_TOOLS}/scripts/storefiles.py
|
||||
|
||||
# this is where the build will find the RPU hotfixes
|
||||
WEB_HOTFIXES_ROOT=https://repo.citrite.net/builds/xs/hotfixes
|
||||
WEB_HOTFIXES=${WEB_HOTFIXES_ROOT}/${XS_BRANCH}
|
||||
WEB_HOTFIXES_TRUNK=${WEB_HOTFIXES_ROOT}/trunk
|
||||
WEB_HOTFIXES=${WEB_HOTFIXES_ROOT}/${XS_BRANCH}/
|
||||
WEB_HOTFIXES_TRUNK=${WEB_HOTFIXES_ROOT}/trunk/
|
||||
|
||||
WGET_OPT="-T 10 -N -q"
|
||||
WGET () { wget ${WGET_OPT} "${@}"; }
|
||||
|
@ -134,7 +134,7 @@ source ${REPO}/mk/re-branding.sh
|
||||
function get_hotfixes ()
|
||||
{
|
||||
local -r p="$1"
|
||||
_WGET -np -nH -r --cut-dirs 4 -R index.html -P ${p} ${WEB_HOTFIXES} || _WGET -np -nH -r --cut-dirs 4 -R index.html -P ${p} ${WEB_HOTFIXES_TRUNK}
|
||||
_WGET -L -np -nH -r --cut-dirs 4 -R index.html -P ${p} ${WEB_HOTFIXES} || _WGET -L -np -nH -r --cut-dirs 4 -R index.html -P ${p} ${WEB_HOTFIXES_TRUNK}
|
||||
}
|
||||
|
||||
#bring RPU hotfixes
|
||||
|
Loading…
Reference in New Issue
Block a user