I have created a local repo, set its priority highest, and populated it with xen-3.1.0-1.i386.rpm and kernel-xen-2.6.18-3.1.0.i386.rpm yet when I do a yum list *xen* I don't see those rpm's?
Can someone shed some light on this for me?
Thanks! jlc
On Dec 23, 2007 8:13 PM, Joseph L. Casale jcasale@activenetwerx.com wrote:
I have created a local repo, set its priority highest, and populated it with xen-3.1.0-1.i386.rpm and kernel-xen-2.6.18-3.1.0.i386.rpm yet when I do a yum list *xen* I don't see those rpm's?
Can someone shed some light on this for me?
Thanks! jlc
How about this wiki article?
http://wiki.centos.org/HowTos/CreateLocalRepos
Akemi
How about this wiki article?
So the ticket here is that the createrepo command has to be run each time files are added? That was my issue I suppose.
Thanks, jlc
On Dec 23, 2007 9:35 PM, Joseph L. Casale jcasale@activenetwerx.com wrote:
How about this wiki article?
So the ticket here is that the createrepo command has to be run each time files are added? That was my issue I suppose.
Yes. Whenever you add/delete/modify your rpm file(s), you must update the metadata files by running createrepo.
Akemi