-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add composed c10s repos #1383
Add composed c10s repos #1383
Conversation
I have tested this together with rpm-software-management/distribution-gpg-keys#119 and it works. |
Can you please bump the distribution-gpg-keys requirement to 1.104 and provide the towncrier snippet? |
Per this CI log:
|
I can do that later. Or you can amend my PR (I'm OK with that), if you want to merge sooner. |
This needs to be reworked to point to the mirrors instead of composes now that we have c10s published on the mirrors. It also needs an additional stanza for Extras (which provides SIG release packages), similar to the one we have in the c9s template. |
Not even the c10s centos-stream-release package has that yet. https://gitlab.com/redhat/centos-stream/rpms/centos-release/-/blob/c10s/centos.repo?ref_type=heads
Where do I find the repo URLs? I disagree this needs to be done. We can have gradual improvements. This has been tested and works. Once the centos-stream-release package is updated with mirrored repos, we can do the same. @praiskup changelog added, gpg-keys requirement bumped |
https://mirror.stream.centos.org/SIGs/10-stream/extras/x86_64/extras-common/
Totally agree, incremental improvements are the way to go. Re-reading my comment it came out stronger than I meant, sorry about that. |
Sorry for the changelog-change CI failure; the file clearly is there, but the changed-files addon doesn't detect it. |
- use metalinks instead of compose URLs, the same is happening in centos-release: https://gitlab.com/redhat/centos-stream/rpms/centos-release/-/merge_requests/54 - sync a bit with c9s (order of repositories, repo config options) - set metadata_expire=1 - drop repo_gpgcheck=0 which is the DNF default (and we don't use it in most of the other configs)
I'm for merging the current state. @hroncok @Conan-Kudo @davide125 wdyt? |
|
9e59629
into
rpm-software-management:main
Not all repos were converted to metalinks. See #1390 |
Fixes #1372
Depends on: rpm-software-management/distribution-gpg-keys#119