diff --git a/mk/declarations.sh b/mk/declarations.sh index daf56d68a..949ef2c16 100644 --- a/mk/declarations.sh +++ b/mk/declarations.sh @@ -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} "${@}"; } diff --git a/mk/xenadmin-build.sh b/mk/xenadmin-build.sh index d0cea6708..a24ee5487 100755 --- a/mk/xenadmin-build.sh +++ b/mk/xenadmin-build.sh @@ -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