Signed-off-by: Bill Nottingham <[email protected]>
---
src/pypungi/__init__.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py
index e084054..cc3928f 100644
--- a/src/pypungi/__init__.py
+++ b/src/pypungi/__init__.py
@@ -201,6 +201,8 @@ class Pungi(pypungi.PungiBase):
thisrepo.includepkgs = repo.includepkgs
if repo.cost:
thisrepo.cost = repo.cost
+ if repo.ignoregroups:
+ thisrepo.enablegroups = 0
self.ayum.repos.add(thisrepo)
self.ayum.repos.enableRepo(thisrepo.id)
self.ayum._getRepos(thisrepo=thisrepo.id, doSetup = True)
--
1.6.2
--
Fedora-buildsys-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list