Hi,
Sorry if this the wrong mailing list for this. Or should I create an issue on github?
I'm trying to setup my own MirrorManager [1]. The README gives two simple methods, but none of them work for me. The Vagrant method only works when there is an IPA server (ipa.tinystage.test) around. The other method (native, virtualenv) has lots of issues. The setup description is close to useless.
Problems encountered so far: * no example or description for client_secrets.json * pip requirements needs itsdangerous==2.0.1 * flaskext is not ready for Python3 File "/home/keesb/src/mirrormanager2/.env/lib64/python3.10/site-packages/flaskext/xmlrpc.py", line 252 except Fault, fault: ^^^^^^^^^^^^ SyntaxError: multiple exception types must be parenthesized
So, the question is: how can I setup my own MirrorManager? Did anyone try this recently?
[1] https://github.com/fedora-infra/mirrormanager2/