From a676cd5da275b72457bb0e5ec1759ef67101c4c2 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Mon, 27 Oct 2014 13:44:59 +0100 Subject: [PATCH] Version 2014-10-27 13:44 --- src/mio/yum.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mio/yum.py b/src/mio/yum.py index cc92efb..dca98f9 100755 --- a/src/mio/yum.py +++ b/src/mio/yum.py @@ -59,7 +59,8 @@ def conf(path): "distroverpkg=fedora-release", "tolerant=1", "exactarch=1", - "obsoletes=1" ] + "obsoletes=1", + "installonly_limit=8" ] dir = yumdir(path) for m in mio.filecache.expand_mirror(dir): -- GitLab