Re: createrepo layout bug ?
Pierre Wieser <[email protected]> Fri, 02 Dec 2011 23:12:34 +0100 (CET)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
----- Original Message ----- > On Sun, 2011-11-13 at 09:30 +0100, Pierre Wieser wrote: > > Hi all, > > > > I have searched in the mailing-list archives (and much google'd) > > without finding any suitable pointer on my issue. So I ask this > > list. > > > > I would have a yum layout as: > > my_repo/ > > +- RPMS/ > > +- repodata/ > > > > So, I do: > > [pierre my_repo]$ createrepo -o . RPMS > > Just run: > > createrepo . > > ...what you are telling it to do is act like the repo. is > RPMS/repodata > but to actually store it somewhere else. This can be useful when > creating a repo. from data where you don't have write permission. > Well, it works! Amazing! I really didn't understood the command line. Thanks for your help. Regards Pierre