Skip to content

Commit 4ec42a1

Browse files
TOOL-21507 linux-pkg should fetch releases from new release dataset paths (#291)
PR URL: https://www.github.com/delphix/linux-pkg/pull/291
1 parent 0df5c13 commit 4ec42a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function configure_apt_sources() {
3333
if [[ -z "$primary_url" ]] || [[ -z "$secondary_url" ]]; then
3434
local latest_url="http://linux-package-mirror.delphix.com/"
3535
if is_release_branch; then
36-
package_mirror_url="${latest_url}${DEFAULT_GIT_BRANCH}"
36+
package_mirror_url="${latest_url}releases/${DELPHIX_RELEASE_VERSION}"
3737
else
3838
latest_url+="${DEFAULT_GIT_BRANCH}/latest/"
3939
package_mirror_url=$(curl -LfSs -o /dev/null -w '%{url_effective}' \

0 commit comments

Comments
 (0)