Skip to content

TOOL-27516 LTS 24.04: Bump os-upgrade version to 9999.0 #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ function configure_apt_sources() {
if [[ -z "$primary_url" ]] || [[ -z "$secondary_url" ]]; then
local latest_url
local delphix_version="$DELPHIX_RELEASE_VERSION"
# TODO: Remove the first condition & set the version of os-upgrade in dlpx.version.mapping to
# 9999.0.0.0 when https://perforce.atlassian.net/browse/SUP-5179 is done.
if compare_versions "$delphix_version" eq "999.0.0.0" || compare_versions "$delphix_version" gt "2025.2"; then
if compare_versions "$delphix_version" eq "9999.0.0.0" || compare_versions "$delphix_version" gt "2025.3"; then
latest_url="http://linux-package-mirror-v2.delphix.com/"
else
latest_url="http://linux-package-mirror.delphix.com/"
Expand Down