Jolynn Schmidt wrote: > I imported centOS 5.2 with the following commands a couple of months ago: > > cobbler import > --path=rsync://pubmirrors.reflected.net/centos/5.2/updates/x86_64 > --name=CentOS5.2updates > cobbler import > --path=rsync://pubmirrors.reflected.net/centos/5.2/os/x86_64 > --name=CentOS5.2os > cobbler import > --path=rsync://pubmirrors.reflected.net/centos/5.2/centosplus/x86_64 > --name=CentOS5.2osplus >
> > Now I want to update CentOS5.2updates with the latest set of RPMS from > the mirror. Reposync does not work since it is not considered a repo, > what is the proper cobbler way of doing this? Yeah, You've gotten commands mixed up a bit. You should first import the distribution (rsync://pubmirrors.reflected.net/centos/5.2/os/x86_64) as you have done, but the CentosPlus content and updates should not be dealt with using Cobbler import. Use "cobbler repo add" and "cobbler reposync" for those. > > Thanks > > Jolynn > > > _ ________________________________ _ > This e-mail and its attachments are intended only for the individual > or entity to whom it is addressed and may contain information that is > confidential, privileged, inside information, or subject to other > restrictions on use or disclosure. Any unauthorized use, dissemination > or copying of this transmission or the information in it is prohibited > and may be unlawful. If you have received this transmission in error, > please notify the sender immediately by return e-mail, and permanently > delete or destroy this e-mail, any attachments, and all copies > (digital or paper). Unless expressly stated in this e-mail, nothing in > this message should be construed as a digital or electronic signature. > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
