Re: local repository

2015-12-08 Thread arnaud gaboury
On Tue, Dec 8, 2015 at 2:54 PM, Richard Shaw wrote: > On Tue, Dec 8, 2015 at 3:26 AM, arnaud gaboury > wrote: > >> I have some rpm packages I have built myself. I need to create a local >> repo in order to reference these packages and solve dependency issues. >> >> What I did: >> - put all my .r

Re: local repository

2015-12-08 Thread Richard Shaw
On Tue, Dec 8, 2015 at 3:26 AM, arnaud gaboury wrote: > I have some rpm packages I have built myself. I need to create a local > repo in order to reference these packages and solve dependency issues. > > What I did: > - put all my .rpm in one folder > - # createrepo /my/path/to/rpm > > The last c

local repository

2015-12-08 Thread arnaud gaboury
I have some rpm packages I have built myself. I need to create a local repo in order to reference these packages and solve dependency issues. What I did: - put all my .rpm in one folder - # createrepo /my/path/to/rpm The last command create and populate a subdir repodata then: # dnf config-manag