#7482 Make Bodhi composes create the sqlite files in repodata
Closed: Fixed 5 years ago by kevin. Opened 5 years ago by cverna.

  • Describe what you need us to do:

Mdapi needs the sqlite files to be generated in https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/29/Everything/SRPMS/repodata/.

The following patch should make sure that pungi generates these files.

diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
index ed241fa15..c35d9e3f9 100644
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
@@ -63,6 +63,7 @@ createrepo_checksum = 'sha256'
 createrepo_deltas = [
     ('^Everything$', {'*': True})
 ]
+createrepo_database = True

 # CHECKSUMS
 media_checksums = ['sha256']

I can apply this diff myself this ticket is mostly for visibility and communication before making the change.

  • When do you need this? (YYYY/MM/DD)

  • When is this no longer needed or useful? (YYYY/MM/DD)

  • If we cannot complete your request, what is the impact?


+1 to just apply. Just make sure it's well before 00:00UTC (when the updates pushes fire off).

:thumbsup: Also, as Kevin said, please apply it before 00:00 UTC and check bodhi is not composing the updates. https://bodhi.fedoraproject.org/composes/

Done.

:negative_squared_cross_mark:

Metadata Update from @kevin:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata