I’m getting an error when updating yum repo data:
Parsing primary.xml error: Start tag expected, '<' not found
I’ve isolated it to your repository, specifically the primary.xml file. It’s malformed. I can reproduce the issue by running this code:
curl http://pkg.cloudflare.com/dists/7/main/binary-x86_64/repodata/primary.xml.gz | gunzip -c primary.xml.gz | head -1
-e <?xml version="1.0" encoding="UTF-8"?>
The " -e " at the beginning of the line causes the xml to be malformed. I couldn’t find anywhere else to report this issue.