From c504ae56f6ea2b4aea24e519e4656d7731a66280 Mon Sep 17 00:00:00 2001 From: Michael Mraka Date: Wed, 22 Jun 2016 16:25:22 +0200 Subject: [PATCH] reposync should keep packages (RhBug:1325350) Closes: #178 Approved by: ignatenkobrain --- plugins/reposync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/reposync.py b/plugins/reposync.py index 6bc5e5160..d1bf6f27f 100644 --- a/plugins/reposync.py +++ b/plugins/reposync.py @@ -64,5 +64,6 @@ def configure(self): def run(self): base = self.base + base.conf.keepcache = True pkgs = base.sack.query().available() base.download_packages(pkgs, self.base.output.progress)