fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Revert namespace change - this breaks namespace aware xml parsers #214

Closed puiterwijk closed 6 years ago

puiterwijk commented 6 years ago

This reverts a small part of dad4e76899b28755c39d4f494f618a5a4037ebf7. Changing the XML namespace needs to be more coordinated.

Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org

adrianreber commented 6 years ago

I guess there were problems when this was deployed in production. Changing it back seems correct. 👍

puiterwijk commented 6 years ago

@adrianreber yes there were :). Yum suddenly started shouting it was missing the timestamp, which is in the mirrormanager namespace :). Thanks!