#3740: fix critpath generation to be per branch and properly import into pkgdb ----------------------+----------------------------------------------------- Reporter: notting | Owner: rel-eng@lists.fedoraproject.org Type: task | Status: new Milestone: | Component: koji Resolution: | Keywords: ----------------------+----------------------------------------------------- Comment (by toshio):
PackageDB is ready to go -- it has an API for setting critpath:
https://fedorahosted.org/releases/p/y/python- fedora/doc/existing.html#fedora.client.PackageDB.set_critpath
and retrieving critpath:
https://fedorahosted.org/releases/p/y/python- fedora/doc/existing.html#fedora.client.PackageDB.get_critpath_pkgs
in the current server and python-fedora. Note that these are operating on SRPM level package names.