Baptiste Agasse wrote: > Thanks for your response Michael, I've seen this option but I want to > exclude a little number of packages and this will be very hard to list all > packages needed by my machines than exclude 4 or 5 groups of packages that > I'm sure that I never use (gnome-*, openoffice-*...) > > Any other possibility to make that ? > > And for old update package cleaning, cobbler include this functionality or I > have to make a cron job ? > > Thanks for yours answers. > > Baptiste. > > PS : sorry for my bad english. >
Well, --rpm-list will pull in the dependencies automatically. Reposync in yum has no blacklist that I'm aware of. rsync does if you are copying form a rsync mirror, though cobbler doesn't yet have a way to relay the usage of an excludes file along for repos (it does for imports). However, most people will be accessing yum mirrors over http/ftp anyway. Anyway, your english is fine, if you can avoid top-posting to the list that would be good though as it makes threads much easier to read when comments are in chronological order :) --Michael > -----Message d'origine----- > De : [email protected] > [mailto:[email protected]] De la part de Michael DeHaan > Envoyé : mercredi 28 janvier 2009 15:04 > À : cobbler mailing list > Objet : Re: Exclude packages > > Baptiste Agasse wrote: > >> Hello everybody, >> >> I’ve two little questions for you. >> >> Can I exclude packages from mirrored repositories to limit space used >> on disk with cobbler ? >> >> (for example, I don’t use, OOo, gnome… and I don’t want them on my >> local repo) >> >> Can I clean old packages in mirrored repositories to limit space used >> on disk with cobbler ? >> >> Thanks a lot for yours answers. >> >> Regards. >> >> Baptiste. >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> cobbler mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/cobbler >> >> > > cobbler repo add with "--rpm-list" will use yumdownloader to only > download those RPMs and their dependencies. > > This is most likely want you want. > > --Michael > > > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
