File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ def delete_old_files(ver: int, alive_files: Set[str]):
119
119
check = True )
120
120
print ("APT finished" , flush = True )
121
121
# =================== YUM repos ==========================
122
- # "$yum_sync" "${BASE_URL}/rpm/centos /@{os_ver}/@{arch}" 7 Adopitum x86_64,aarch64 "centos @{os_ver}-@{arch}" "$BASE_PATH/rpm"
122
+ # "$yum_sync" "${BASE_URL}/rpm/rhel /@{os_ver}/@{arch}" 7 Adopitum x86_64,aarch64 "rhel @{os_ver}-@{arch}" "$BASE_PATH/rpm"
123
123
sp .run ([str (here / "yum-sync.py" ),
124
- BASE_URL + '/rpm/centos /@{os_ver}/@{arch}' ,
124
+ BASE_URL + '/rpm/rhel /@{os_ver}/@{arch}' ,
125
125
"--download-repodata" ,
126
- '7' ,
126
+ '7,8,9 ' ,
127
127
'Adoptium' ,
128
128
'x86_64,aarch64' ,
129
- "centos @{os_ver}-@{arch}" ,
129
+ "rhel @{os_ver}-@{arch}" ,
130
130
f"{ BASE_PATH } /rpm"
131
131
],
132
132
check = True )
You can’t perform that action at this time.
0 commit comments