I ran pagure on Ubuntu Linux successfully, but when I try to create new repo then I see next error message:
return self.view_functions[rule.endpoint](**req.view_args) File "/home/git/pagure/pagure/__init__.py", line 199, in decorated_function return function(*args, **kwargs) File "/home/git/pagure/pagure/ui/app.py", line 385, in new_project requestfolder=APP.config['REQUESTS_FOLDER'], File "/home/git/pagure/pagure/lib/__init__.py", line 1002, in new_project mode=pygit2.C.GIT_REPOSITORY_INIT_SHARED_GROUP) AttributeError: 'module' object has no attribute 'C'
I have installed libgit2==0.19 but pagure required libgit2>=0.20
Once you installed pagure, try running the unit-tests, they should give us a good idea of if pagure will work fine or not :)
Btw, thanks for testing pagure on Ubuntu, this is really pretty cool :]