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
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx