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() {
33
33
if [[ -z " $primary_url " ]] || [[ -z " $secondary_url " ]]; then
34
34
local latest_url
35
35
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
39
37
latest_url=" http://linux-package-mirror-v2.delphix.com/"
40
38
else
41
39
latest_url=" http://linux-package-mirror.delphix.com/"
You can’t perform that action at this time.
0 commit comments