On 29/07/2020 14:47, Richard Shaw wrote:
I couldn't find the capability within fedpkg or koji so for posterity I came up with this:

$ for rpm in $(lynx -dump -listonly "https://koji.fedoraproject.org/koji/taskinfo?taskID=48063412" | grep "rpm$"); do curl -LO $rpm; done

Thanks,
RIchard


koji download-task 48063412

Greetings,
Christian