Description of problem: I am currently working on a project to port fedpkg to pidora. We have set up a gitserver already, the second was to set the fedora package database modify it to contain pidora packages. However, I am having issues install fedora package database. - Downloaded the package from https://fedorahosted.org/releases/p/a/packagedb It comes with a README file, I was trying to follow it along but having issues where it says set up the cron jobs. For example it says set this up as a cron job "server-scripts/pkgdb-sync-yum update" first, the script's name is "pkgdb-sync-yum.in", so i renamed it to "pkgdb-syn-yum" then i tried to run it with "update" option and this is what I get: Traceback (most recent call last): File "./pkgdb-sync-yum", line 51, in <module> import pkg_resources File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2655, in <module> working_set.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 648, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 546, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: fedora-packagedb I ignored this, as this has to do with database update and moved on to set up the webserver, I do as I am asked in the README file, but I get a 403 forbidden when I try to access the page with "/pkgdb" Alias. Can I get some help please? Version-Release number of selected component (if applicable): 0.6.0 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
You are reporting a problem about packagedb to the component packagedb-cli which are two different things. I would encourage you to report your isse to the actual packagedb project: https://fedorahosted.org/packagedb or https://github.com/fedora-infra/packagedb Note that we also have a new(er) version of packagedb in progress: https://github.com/fedora-infra/packagedb2
Thank you. I did not know I could report the problem there and I did not find packagedb in the packages here that is why I put it in the packagedb-cli category.
No problem. But again, I would encourage you to have a look at packagedb2, newer version, newer framework, newer UI and this is the road forward for us, I am not sure we will maintain packagedb for long now. Closing this bug and looking forward to see you on the packagedb{,2} projects :)
Right now I am just trying to get it to work, if it fails or takes me a lot of time to figure out, then I probably would resort to packagedb2. The main goal is to actually get fedpkg to work on pidora for pidora packages, this was one step. Thanks to you, I am now communicating with the package maintainer on github.