On Fri, 2007-09-07 at 11:33 -0400, Jeremy Katz wrote: > When we switched around how the repos worked in the YumBase object, the > handling of delete wasn't adjusted accordingly. We should definitely be > resetting to a clean RepoStorage() object rather than setting to None. > But then should we also set it back up with the repos from the config? > > Patch doing so attached, could also be convinced that callers need to > explicitly reset repos from config if they want it. Other opinions? >
shouldn't be setting them back up that way - b/c we won't always be using the config repos. an example - a caller of yum which sets up the repos, does whatever, shuts everything back down and then wants to run again using the same yum base object with repos it made on its own. but yes to making it a Repostorage() object. -sv _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
