From 3a26a569822fbd3baf3763118a63fb8de37a4b96 Mon Sep 17 00:00:00 2001 From: Palash Gandhi <87093175+pgandhi-delphix@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:43:26 -0700 Subject: [PATCH] TOOL-21507 linux-pkg should fetch releases from new release dataset paths (#291) PR URL: https://www.github.com/delphix/linux-pkg/pull/291 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9881811..9be7405 100755 --- a/setup.sh +++ b/setup.sh @@ -33,7 +33,7 @@ function configure_apt_sources() { if [[ -z "$primary_url" ]] || [[ -z "$secondary_url" ]]; then local latest_url="http://linux-package-mirror.delphix.com/" if is_release_branch; then - package_mirror_url="${latest_url}${DEFAULT_GIT_BRANCH}" + package_mirror_url="${latest_url}releases/${DELPHIX_RELEASE_VERSION}" else latest_url+="${DEFAULT_GIT_BRANCH}/latest/" package_mirror_url=$(curl -LfSs -o /dev/null -w '%{url_effective}' \