roles/bodhi2: Turn SQLite metadata back on for EPEL
This is still needed for MDAPI. Signed-off-by: Neal Gompa <ngompa@fedoraproject.org>
This commit is contained in:
parent
1ce3e36f76
commit
c6d2371874
1 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ drpms_enabled = False
|
||||||
general-compress = True
|
general-compress = True
|
||||||
repodata-compress-type = zstd
|
repodata-compress-type = zstd
|
||||||
zchunk = False
|
zchunk = False
|
||||||
sqlite_enabled = False
|
sqlite_enabled = True
|
||||||
|
|
||||||
[prefix.FEDORA-EPEL-NEXT]
|
[prefix.FEDORA-EPEL-NEXT]
|
||||||
compatibility = False
|
compatibility = False
|
||||||
|
@ -41,7 +41,7 @@ drpms_enabled = False
|
||||||
general-compress = True
|
general-compress = True
|
||||||
repodata-compress-type = zstd
|
repodata-compress-type = zstd
|
||||||
zchunk = False
|
zchunk = False
|
||||||
sqlite_enabled = False
|
sqlite_enabled = True
|
||||||
|
|
||||||
[release.EPEL-9]
|
[release.EPEL-9]
|
||||||
updateinfo-compress-type = BZ2
|
updateinfo-compress-type = BZ2
|
||||||
|
@ -49,7 +49,7 @@ repodata-compress-type = xz
|
||||||
general-compress = True
|
general-compress = True
|
||||||
zchunk = False
|
zchunk = False
|
||||||
drpms_enabled = False
|
drpms_enabled = False
|
||||||
sqlite_enabled = False
|
sqlite_enabled = True
|
||||||
|
|
||||||
[release.EPEL-9N]
|
[release.EPEL-9N]
|
||||||
updateinfo-compress-type = BZ2
|
updateinfo-compress-type = BZ2
|
||||||
|
@ -57,7 +57,7 @@ repodata-compress-type = xz
|
||||||
general-compress = True
|
general-compress = True
|
||||||
zchunk = False
|
zchunk = False
|
||||||
drpms_enabled = False
|
drpms_enabled = False
|
||||||
sqlite_enabled = False
|
sqlite_enabled = True
|
||||||
|
|
||||||
[release.EPEL-8]
|
[release.EPEL-8]
|
||||||
updateinfo-compress-type = BZ2
|
updateinfo-compress-type = BZ2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue