Fixes: https://pagure.io/koji/issue/2719
It should be part of download_rpm. To not break compatibility, we now needs to pass in session. In case if session is present, check it, otherwise behave as until now.
rebased onto 6aabe9479ffe52c100b7362dee1a91a79e9df60b
@tkopecek fixed
It is interfering with iterator approach - it will delete some items and zip will return wrong/empty records. Simplest workaround is to enforce list(zip(...
list(zip(...
please. add "%(nvr)s-%(arch)s.rpm" % rpm instead of id here, so it is more human-readable.
"%(nvr)s-%(arch)s.rpm" % rpm
rebased onto 584816a33f362614cf174a5ff26802d650191fe2
rebased onto 68e5e735ccacc3582abef9e31411b742f31f37e3
rebased onto 6d08d3f1d312d5028f152d99696d63c0dbedf691
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit 58fe3930 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/2719