Skip to content

Commit

Permalink
TOOL-21507 linux-pkg should fetch releases from new release dataset p…
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi authored and jleser committed Aug 23, 2023
1 parent e8d1eb9 commit a975ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}' \
Expand Down

0 comments on commit a975ec4

Please sign in to comment.