#8032 Cannot push to mingw-uriparser
Closed: Fixed by smani. Opened by smani.

Following happens when attempting to push to mingw-uriparser (re-cloned via fedpkg clone to be sure, origin is ssh://smani@pkgs.fedoraproject.org/rpms/mingw-uriparser):

$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 8 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 597 bytes | 597.00 KiB/s, done.
Total 5 (delta 2), reused 0 (delta 0)
remote: Traceback (most recent call last):
remote:   File "hooks/pre-receive", line 36, in <module>
remote:     run_hook_file(hooktype)
remote:   File "/usr/lib/python2.7/site-packages/pagure/hooks/__init__.py", line 545, in run_hook_file
remote:     pull_request,
remote:   File "/usr/lib/python2.7/site-packages/pagure/hooks/__init__.py", line 321, in run_project_hooks
remote:     authbackend = get_git_auth_helper()
remote:   File "/usr/lib/python2.7/site-packages/pagure/lib/git_auth.py", line 76, in get_git_auth_helper
remote:     cls = classes[backend].load()
remote:   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
remote:     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
remote:   File "/usr/lib/python2.7/site-packages/dist_git_auth.py", line 32, in <module>
remote:     from pagure.lib import model, get_user
remote: ImportError: cannot import name get_user
To ssh://pkgs.fedoraproject.org/rpms/mingw-uriparser

I was able to successfully push to two other repos just before.


I just saw and I believe fixed this issue, could you try again?

Works now, thanks!

Metadata Update from @smani:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata