Re: make yum repo when we build things in koji

2018-01-23 Thread Dusty Mabe
On 01/21/2018 02:46 PM, Lars Seipel wrote: > 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

Re: make yum repo when we build things in koji

2018-01-23 Thread Dusty Mabe
On 01/20/2018 06:53 PM, Stephen John Smoogen wrote: > On 19 January 2018 at 22:53, Dusty Mabe wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> >> >> On 01/19/2018 10:39 PM, Reindl Harald wrote: >>> >>> >>> [harry@srv-rhsoft:~]$ cat

Re: make yum repo when we build things in koji

2018-01-21 Thread Lars Seipel
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 > >

Re: make yum repo when we build things in koji

2018-01-20 Thread Stephen John Smoogen
On 19 January 2018 at 22:53, 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 >>

Re: make yum repo when we build things in koji

2018-01-20 Thread Michael Schwendt
Maybe create a solution based on "koji download-build --help"? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: make yum repo when we build things in koji

2018-01-20 Thread Michael Schwendt
On Fri, 19 Jan 2018 22:53:30 -0500, Dusty Mabe wrote: > On 01/19/2018 10:39 PM, Reindl Harald wrote: > 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

Re: make yum repo when we build things in koji

2018-01-19 Thread Dusty Mabe
-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 >

make yum repo when we build things in koji

2018-01-19 Thread Dusty Mabe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I often build an rpm in koji to make sure it builds but in order to consume that rpm using our tools most of the time it needs to be in a yum repo somewhere. I could create a repo locally and serve it locally or even push it to somehwere to