Revert "update photon paths to use their $releasever string string which includes .0"

This reverts commit 1d0b29c803.
This commit is contained in:
Felippe Burk 2023-12-15 13:14:23 -07:00
parent 1d0b29c803
commit e488ac1eec

View file

@ -256,9 +256,6 @@ def setup_redhat_family(
):
arch = os.environ.get("SALT_REPO_ARCH") or "x86_64"
if os_name == "photon":
os_version = f"{os_version}.0"
if repo_subpath == "minor":
repo_url_base = (
f"{root_url}/{os_name}/{os_version}/{arch}/{repo_subpath}/{salt_release}"