mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Revert "update photon paths to use their $releasever string string which includes .0"
This reverts commit 1d0b29c803
.
This commit is contained in:
parent
1d0b29c803
commit
e488ac1eec
1 changed files with 0 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue