Problem: After synchronization of Ubuntu repositories ( eg: Ubuntu22 main ) I don’t have metadata. Miss InRelease and Release.gpg
Pulpcore + plugin version:
“deb”: “3.2.0”,
“rpm”: “3.25.2”,
“core”: “3.50.2”
Operating system - distribution and version:
k8s
When I create a deb repo for example Ubuntu 22 main, it miss the medata. I see only Release file in the root directory. It miss the inRelease and Release.gpg file.
I have seen in the documentation it is possible to do it ( Feature Overview — Pulp deb Support 3.2.0 documentation )
I have also followed a documentation explaining that we have to change a parameter called :
- allowed_content_checksums
( Content Checksums - Pulp Operator )
I have changed this parameter and a migration of the DB has been done.
But I see any changes in my Ubuntu repositories.
Do you have an idea on how to do it ?
Thanks