#164 Remove pdc queries from pagure-dist-git
Merged by humaton. Opened by lenkaseg.
lenkaseg/pagure-dist-git pdc-lstree  into  master

Download 164.patch

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

LGTM
Do you want me to merge it?

Thanks for the review!
Do not merge for the moment, I have to move the logic from pagure [0] here.
https://pagure.io/pagure/pull-request/5425

rebased onto df0ce6f8c00b0becc8a9e394912bec630dd973c5

The tests I added are passing, but it breaks some other. I'll have a look tomorrow.

rebased onto 1af42a72bf972bcc0f04d24719589d01f62b280e

Ready for review!

rebased onto 545840b5ef08576f4733e9d94ff0260a0ce1fb78

1 new commit added

  • Style changes to make distgit tests happy

rebased onto 226b81ea428f4e5da69454834d429075026f7b30

rebased onto 5b51f1823249a8410697a6363280dbddd9a8733f

1 new commit added

  • Remove pdc from plugin.py

Pull-Request has been merged by humaton

Metadata