Removed pdc query, which was checking if the branch is active and if the package is not retired on that branch.
Now
- active branches are checked on bodhi
- info about package (active/retired) is taken from a git ls-tree command ran from pagure, PR here: https://pagure.io/pagure/pull-request/5425 and BODHI_URL has to be added to ansible, PR here: https://pagure.io/fedora-infra/ansible/pull-request/1706#
Removed pdc query, which was checking if the branch is active and if the package is not retired on that branch.
Now
- active branches are checked on bodhi
- info about package (active/retired) is taken from a git ls-tree command ran from pagure, PR here: https://pagure.io/pagure/pull-request/5425 and BODHI_URL has to be added to ansible, PR here: https://pagure.io/fedora-infra/ansible/pull-request/1706#
Signed-off-by: Lenka Segura lsegura@redhat.com