This removes the use of pkgdb from the retirement process.
That will instead be handled by this server side component: https://github.com/fedora-infra/pdc-updater/blob/develop/pdcupdater/handlers/retirement.py
Signed-off-by: Ralph Bean rbean@redhat.com
namespace is not used anymore, which is detected by flake8, and it needs to be removed.
namespace
Looks good to me. The flake8 complaint can be fixed in a follow up PR.
@lsedlar Is it possible for us to push another commit to this pr?
@cqi, I don't think so, since it would require pushing to Ralph's fork. I think neither of us has access.
Pull-Request has been merged by cqi
This removes the use of pkgdb from the retirement process.
That will instead be handled by this server side component:
https://github.com/fedora-infra/pdc-updater/blob/develop/pdcupdater/handlers/retirement.py
Signed-off-by: Ralph Bean rbean@redhat.com