On Wednesday, September 19, 2018 11:27:04 AM CEST Richard W.M. Jones wrote: > I don't know if this is a problem with this specific version of koji, > or our Koji builders, but: > > $ koji download-build nbdkit-1.7.3-1.fc30 --arch=x86_64 --arch=noarch > Downloading: nbdkit-ext2-plugin-1.7.3-1.fc30.x86_64.rpm > 2018-09-19 10:14:21,056 [ERROR] koji: PermissionError: [Errno 13] Permission > denied: 'nbdkit-ext2-plugin-1.7.3-1.fc30.x86_64.rpm' > $ rpm -q koji > koji-1.16.0-1.fc29.noarch > > This happens with other fc30 builds I have tried to download too. > > Rich. Do you have write access to your $PWD ? The error can be easily reproduced with: $ install -m0555 -d dir && cd dir && koji download-build nbdkit-1.7.3-1.fc30 --arch=x86_64 --arch=noarch Downloading: nbdkit-ext2-plugin-1.7.3-1.fc30.x86_64.rpm PermissionError: [Errno 13] Permission denied: 'nbdkit-ext2-plugin-1.7.3-1.fc30.x86_64.rpm' _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx