Fixes: https://pagure.io/koji/issue/1289
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
This changes the API
The downloadTaskOutput handler returns a string that contains base64 encoded data. It does not use the base64 tag in xmlrpc encoding. With this change, it returns binary data encoded in a base64 xmlrpc tag (so double base64 encoded), but only on a py3 hub.
updates here: https://github.com/mikem23/koji-playground/commits/pagure/pr/1290
@tkopecek how does that look to you?
yes, better
Commit 3a1e9a93 fixes this pull-request
Pull-Request has been merged by mikem
Fixes: https://pagure.io/koji/issue/1289