We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a348b2 commit e289cd2Copy full SHA for e289cd2
setup.sh
@@ -33,9 +33,7 @@ function configure_apt_sources() {
33
if [[ -z "$primary_url" ]] || [[ -z "$secondary_url" ]]; then
34
local latest_url
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
+ if compare_versions "$delphix_version" eq "9999.0.0.0" || compare_versions "$delphix_version" gt "2025.3"; then
39
latest_url="http://linux-package-mirror-v2.delphix.com/"
40
else
41
latest_url="http://linux-package-mirror.delphix.com/"
0 commit comments