diff --git a/gather/gather.py b/gather/gather.py index c3736e28..425f42f0 100755 --- a/gather/gather.py +++ b/gather/gather.py @@ -21,6 +21,7 @@ class Gather(yum.YumBase): # Create a yum object to use yum.YumBase.__init__(self) self.doConfigSetup(fn=opts.yumconf) + self.cleanMetadata() # clean metadata that might be in the cache from previous runs self.doRepoSetup() arches = yum.rpmUtils.arch.getArchList(opts.arch) self.doSackSetup(arches)