From ddba26edd74775b13319482f435376852c7710e6 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Thu, 23 Jul 2015 08:04:42 -0400 Subject: [PATCH] Don't run fulltree on packages added via fulltree. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- pungi/gather_dnf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pungi/gather_dnf.py b/pungi/gather_dnf.py index f57ffce0..b3873ab6 100644 --- a/pungi/gather_dnf.py +++ b/pungi/gather_dnf.py @@ -578,6 +578,9 @@ class Gather(GatherBase): self._set_flag(i, "fulltree") added.add(i) + # don't run fulltree on added packages + self.finished_add_fulltree_packages[i] = [] + self.finished_add_fulltree_packages[pkg] = fulltree_pkgs return added