pungi-rocky/shared/createrepo.conf

9 lines
274 B
Plaintext
Raw Permalink Normal View History

2023-01-17 22:23:13 +00:00
createrepo_deltas = False
createrepo_database = True
createrepo_c = True
createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
2023-09-07 19:25:00 +00:00
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.10']