roles/bodhi2: Disable delta RPMs for EPEL 8
We previously disabled delta RPMs for EPEL 9 and 10. It looks like we should disable this for EPEL 8 as well, because Pulp 3 (part of Satellite 6.17) intentionally blocks mirror syncing of repos with delta RPMs. Related: https://pagure.io/fedora-infra/ansible/pull-request/2391 Related: https://community.theforeman.org/t/content-management-suse-drpm-files-not-syncing/25243 Resolves: https://pagure.io/releng/issue/12790
This commit is contained in:
parent
ae2432c684
commit
0f03b772e5
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ updateinfo-compress-type = BZ2
|
|||
repodata-compress-type = xz
|
||||
general-compress = True
|
||||
zchunk = False
|
||||
drpms_enabled = True
|
||||
drpms_enabled = False
|
||||
sqlite_enabled = True
|
||||
|
||||
[release.EPEL-8N]
|
||||
|
@ -72,7 +72,7 @@ updateinfo-compress-type = BZ2
|
|||
repodata-compress-type = xz
|
||||
general-compress = True
|
||||
zchunk = False
|
||||
drpms_enabled = True
|
||||
drpms_enabled = False
|
||||
sqlite_enabled = True
|
||||
|
||||
[release.F40]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue