mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Adoptium: change centos to rhel for long term support rpm (#149)
* adoptium: use rhel rpm for LTS rhel and variants adoptium: use rhel rpm for LTS rhel and variants https://github.com/adoptium/installer/issues/499#issuecomment-1183208458 * adoptium: keep centos 7, add rhel 7,8,9
This commit is contained in:
parent
67a946d9bc
commit
35b397de81
13
adoptium.py
13
adoptium.py
@ -130,5 +130,18 @@ if __name__ == "__main__":
|
|||||||
f"{BASE_PATH}/rpm"
|
f"{BASE_PATH}/rpm"
|
||||||
],
|
],
|
||||||
check=True)
|
check=True)
|
||||||
|
|
||||||
|
# =================== YUM repos ==========================
|
||||||
|
# "$yum_sync" "${BASE_URL}/rpm/rhel/@{os_ver}/@{arch}" 7 Adopitum x86_64,aarch64 "rhel@{os_ver}-@{arch}" "$BASE_PATH/rpm"
|
||||||
|
sp.run([str(here/"yum-sync.py"),
|
||||||
|
BASE_URL+'/rpm/rhel/@{os_ver}/@{arch}',
|
||||||
|
"--download-repodata",
|
||||||
|
'7,8,9',
|
||||||
|
'Adoptium',
|
||||||
|
'x86_64,aarch64',
|
||||||
|
"rhel@{os_ver}-@{arch}",
|
||||||
|
f"{BASE_PATH}/rpm"
|
||||||
|
],
|
||||||
|
check=True)
|
||||||
print("YUM finished", flush=True)
|
print("YUM finished", flush=True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user