From ddba26edd74775b13319482f435376852c7710e6 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Mar 24 2017 08:12:23 +0000 Subject: Don't run fulltree on packages added via fulltree. Signed-off-by: Lubomír Sedlář --- diff --git a/pungi/gather_dnf.py b/pungi/gather_dnf.py index f57ffce..b3873ab 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