[PATCH 4/8] Reset dnf package sack

Ales Kozumplik akozumpl at redhat.com
Thu Jul 10 07:48:25 UTC 2014


On 07/10/2014 02:06 AM, Brian C. Lane wrote:
> -        self._base.reset(goal=True)
> +        self._base.reset(sack=True, goal=True)
> +        self.gatherRepoMetadata()

This shouldn't be necessary. checkSoftwareSelection() gets called upon 
applying the sw spoke and at that point

1) what Anaconda calls the "base" repo was initialized from setup()
2) additional repos were initialized when applying the source spokes.

So I'm wondering what sequence of UI actions can bring us to a different 
state.

Ales



More information about the anaconda-patches mailing list