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

rpmmd: switch from yum.repoMDObject pyrpmmd #254

Closed adrianreber closed 5 years ago

adrianreber commented 5 years ago

With the coming deprecation of yum in Fedora this changes MirrorManager to use rpmmd instead of yum to read the repomd.xml files.

Fixes: #251

Signed-off-by: Adrian Reber adrian@lisas.de

adrianreber commented 5 years ago

@bowlofeggs : Thanks!