Description of problem: report_mirror script from Fedora 30 has been ported to use python3 instead of python2. This is good, but looks like script content requires changes too. xmlrpclib is not present in python3. Please, fix this. This causes problems to report my mirror to Fedora infrastructure. As a partial solution it's still possible to run report_mirror under python2 using: python2 /usr/bin/report_mirror Version-Release number of selected component (if applicable): mirrormanager2-client-0.9.0-2.fc30.noarch How reproducible: always Steps to Reproduce: 1. /usr/bin/report_mirror Actual results: Traceback (most recent call last): File "/usr/bin/report_mirror", line 11, in <module> import xmlrpclib ModuleNotFoundError: No module named 'xmlrpclib'
Fixed in https://github.com/fedora-infra/mirrormanager2/pull/269, will provide a F30 build once the patch is merged.
(In reply to Adrian Reber from comment #1) > Fixed in https://github.com/fedora-infra/mirrormanager2/pull/269, will > provide a F30 build once the patch is merged. Could you also push an update to bodhi for Fedora 30? Currently there's only a recent version for rawhide and EL7: https://bodhi.fedoraproject.org/updates/?packages=mirrormanager2 Cheers!
FEDORA-2019-3875b99527 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-3875b99527
FEDORA-2019-d0b0570ccf has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-d0b0570ccf
mirrormanager2-0.11-1.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-3875b99527
mirrormanager2-0.11-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-d0b0570ccf
mirrormanager2-0.11-1.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.
mirrormanager2-0.11-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.