= bug description = Click on "package source" link points to gitweb url while it should point to cgit url.
= bug analysis = For example I am on Ruby's pkgdb page [1] points to [2] and there I get just "Invalid request" instead of the repository.
= fix recommendation = The link should point to cgit [3] instead of gitweb [2]
[1] https://admin.fedoraproject.org/pkgdb/acls/name/ruby [2] http://pkgs.fedoraproject.org/gitweb/?p=ruby.git [3] http://pkgs.fedoraproject.org/cgit/ruby.git/
Technically, I believe this belongs on the [https://fedorahosted.org/packagedb/report pkgdb trac] but I've checked out the pkgdb stable source and am going to try and find all instances of gitweb to write a patch here.
bzr "patch bundle" that fixes pkgdb git links cgit.bzr
I have attached a bzr patch bundle (made with bzr send) that should fix this issue.
Additionally, I have setup redirects. ;) So the old gitweb url should work now.
Thanks for the patch!
Thank you guys.