Skip to content

Commit e289cd2

Browse files
TOOL-27516 LTS 24.04: Bump os-upgrade version to 9999.0 (#338)
PR URL: https://www.github.com/delphix/linux-pkg/pull/338
1 parent 7a348b2 commit e289cd2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ function configure_apt_sources() {
3333
if [[ -z "$primary_url" ]] || [[ -z "$secondary_url" ]]; then
3434
local latest_url
3535
local delphix_version="$DELPHIX_RELEASE_VERSION"
36-
# TODO: Remove the first condition & set the version of os-upgrade in dlpx.version.mapping to
37-
# 9999.0.0.0 when https://perforce.atlassian.net/browse/SUP-5179 is done.
38-
if compare_versions "$delphix_version" eq "999.0.0.0" || compare_versions "$delphix_version" gt "2025.2"; then
36+
if compare_versions "$delphix_version" eq "9999.0.0.0" || compare_versions "$delphix_version" gt "2025.3"; then
3937
latest_url="http://linux-package-mirror-v2.delphix.com/"
4038
else
4139
latest_url="http://linux-package-mirror.delphix.com/"

0 commit comments

Comments
 (0)