Skip to content
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

rmt-server 2.16: new metadata handling breaks repository detection #1136

Open
olafhering opened this issue May 3, 2024 · 1 comment
Open

Comments

@olafhering
Copy link
Member

A naive way to find available repositories is:

find /usr/share/rmt/public/repo/ -xdev -path '*/repodata/repomd.xml'

Such detection broke with 2.16. There is now a copy of repodata below repodata.
As a result both $path/ and $path/repodata are detected as potential repositories:

find /usr/share/rmt/public/repo/ -xdev -path '*/repodata/repodata/repomd.xml' | wc -l
1234
@digitaltom
Copy link
Member

We're looking into this with priority for the 2.17 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants