bodhi: fix createrepo_c config for EPEL-NEXT
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
48215a4418
commit
291bf2570c
1 changed files with 18 additions and 0 deletions
|
@ -35,6 +35,16 @@ repodata-compress-type = gz
|
||||||
zchunk = False
|
zchunk = False
|
||||||
sqlite_enabled = True
|
sqlite_enabled = True
|
||||||
|
|
||||||
|
[prefix.FEDORA-EPEL-NEXT]
|
||||||
|
compatibility = True
|
||||||
|
updateinfo-compress-type = BZ2
|
||||||
|
drpms_enabled = True
|
||||||
|
general-compress = False
|
||||||
|
# The following should be superflous as they are overridden by compatibility flag
|
||||||
|
repodata-compress-type = gz
|
||||||
|
zchunk = False
|
||||||
|
sqlite_enabled = True
|
||||||
|
|
||||||
[release.EPEL-8]
|
[release.EPEL-8]
|
||||||
updateinfo-compress-type = BZ2
|
updateinfo-compress-type = BZ2
|
||||||
repodata-compress-type = xz
|
repodata-compress-type = xz
|
||||||
|
@ -43,6 +53,14 @@ zchunk = False
|
||||||
drpms_enabled = True
|
drpms_enabled = True
|
||||||
sqlite_enabled = True
|
sqlite_enabled = True
|
||||||
|
|
||||||
|
[release.EPEL-8N]
|
||||||
|
updateinfo-compress-type = BZ2
|
||||||
|
repodata-compress-type = xz
|
||||||
|
general-compress = True
|
||||||
|
zchunk = False
|
||||||
|
drpms_enabled = True
|
||||||
|
sqlite_enabled = True
|
||||||
|
|
||||||
[release.F40]
|
[release.F40]
|
||||||
compatibility = True
|
compatibility = True
|
||||||
updateinfo-compress-type = XZ
|
updateinfo-compress-type = XZ
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue