Skip to content

Commit

Permalink
reposync should keep packages (RhBug:1325350)
Browse files Browse the repository at this point in the history
Closes: #178
Approved by: ignatenkobrain
  • Loading branch information
MichaelMraka authored and dnf-bot committed Jun 30, 2016
1 parent c2965d8 commit c504ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/reposync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c504ae5

Please sign in to comment.