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

comps.xml has doctype with invalid dtd reference #62

Closed
bmbouter opened this issue Jun 29, 2016 · 1 comment
Closed

comps.xml has doctype with invalid dtd reference #62

bmbouter opened this issue Jun 29, 2016 · 1 comment

Comments

@bmbouter
Copy link

Consider the latest Fedora compose which uses createrepo_c. Look at the comps.xml file. you'll see something like this:

<!DOCTYPE comps PUBLIC "-//Red Hat, Inc.//DTD Comps info//EN" "comps.dtd">

It would be more correct to use this one: https://pagure.io/fedora-comps/blob/master/f/comps.dtd

I've also written some about other options here: https://pulp.plan.io/issues/1786#note-4

@kontura
Copy link
Contributor

kontura commented Jun 10, 2019

This problem seems to be still present even on current comps.xml. However createrepo_c is not generating these group files. It is only able to add it to repodata, either when creating them with createrepo_c -g /path/to/comps.xml . or later with modifyrepo_c /path/to/comps.xml ..

Repodata xml files created by createrepo_c are missing dtd references altogether, but that is probably a separate issue.

@kontura kontura closed this as completed Jul 10, 2019
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