On Fri, Jan 19, 2018 at 10:53:30PM -0500, Dusty Mabe wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > > > On 01/19/2018 10:39 PM, Reindl Harald wrote: > > > > > > [harry@srv-rhsoft:~]$ cat /etc/yum.repos.d/koji.repo > > [koji] > > name=Koji Repo > > baseurl=https://koji.fedoraproject.org/repos/f$releasever-build/latest/$basearch/ > > enabled=0 > > skip_if_unavailable=1 > > gpgcheck=0 > > sslverify=0 > > Thanks! > I didn't know about this, but it's not exactly what I'm looking for because that seems > to includ everything that has been built. I'm looking more specifically for just a repo > with a particular rpm in it. Use includepkgs in the repo definition? > includepkgs Inverse of exclude, yum will exclude any package in the repo. that doesn't match this > list. This works in conjunction with exclude and doesn't override it, so if you exclude=*.i386 and > includepkgs=python* then only packages starting with python that do not have an i386 arch. will be > seen by yum in this repo. See yum.conf(5). _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx