On 05/20/2017 11:22 AM, Rex Dieter wrote: > Kevin Fenzi wrote: > >> On 05/19/2017 02:18 PM, Mikolaj Izdebski wrote: >>> For f26-build it's easy. >>> >>> cat >/etc/yum.repos.d/koji.repo <<"EOF" >>> [koji-f26-build] >>> name=koji-f26-build >>> baseurl=https://kojipkgs.fedoraproject.org/repos/f26-build/latest/$basearch/ >>> enabled=0 >>> EOF >>> >>> dnf --enablerepo koji-f26-build install firefox >>> dnf --enablerepo koji-f26-build update >>> >>> etc. >> >> Yes, but that does not get you signed packages, a plugin could look for >> and get those. > > You sure? My experience now is that the automatic package signing happens > *before* it it get's tagged anywhere else (like buildroot). yeah, they are signed by the time they land in the buildroot but koji does not use signed packages in it's build repos (or any repos it makes), so it would get you the unsigned ones to just get them from the buildroot. I suppose its possible to approach this from the koji side and have it use signed packages, but it would need to know what key for what repo. kevin
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx