Skip to content

Commit 9a46bca

Browse files
authored
add CRB for CentOS Stream 9+
1 parent eaf5d43 commit 9a46bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def ff(_pkg):
6767
packages = defaultdict(list)
6868

6969
if repos is None:
70-
repos = ['BaseOS', 'AppStream']
70+
repos = ['BaseOS', 'AppStream', 'CRB']
7171

7272
for repo in repos:
7373
repo_url = f'{mirror}/{release}/{repo}/{arch}/{subdir}'
@@ -214,7 +214,7 @@ def add_suse_data(release: str, distro_packages: list):
214214
add_ubuntu_data(release, debian_packages)
215215

216216
add_centos_data('7', fetch_centos_packages('7', ['os'], subdir='', mirror='https://vault.centos.org/centos/'))
217-
add_centos_data('8', fetch_centos_packages('8-stream', mirror='https://vault.centos.org/'))
217+
add_centos_data('8', fetch_centos_packages('8-stream', ['BaseOS', 'AppStream'], mirror='https://vault.centos.org/'))
218218
add_centos_data('9', fetch_centos_packages('9-stream', mirror='https://mirror.stream.centos.org/'))
219219
add_centos_data('10', fetch_centos_packages('10-stream', mirror='https://mirror.stream.centos.org/'))
220220

0 commit comments

Comments
 (0)