File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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/"
You can’t perform that action at this time.
0 commit comments