From 859c4dbe605ec46442e485f1d083cecd39429a6f Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Thu, 12 Apr 2018 15:36:00 +0000 Subject: [PATCH] Remove gather_source from Bodhi's pungi configs. Pungi's gather_source setting doesn't do anything, and using it causes Pungi to print this to stderr: WARNING: Config option gather_source was removed and has no effect; remove it. Signed-off-by: Randy Barlow --- roles/bodhi2/backend/templates/pungi.module.conf.j2 | 1 - roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index 974c933f6f..a31395f102 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -41,7 +41,6 @@ pkgset_koji_inherit = False filter_system_release_packages = False # GATHER -gather_source = 'module' gather_method = 'nodeps' gather_profiler = True check_deps = False diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 1561360d66..0672020204 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -48,7 +48,6 @@ pkgset_koji_inherit = False filter_system_release_packages = False # GATHER -gather_source = 'comps' gather_method = 'deps' gather_backend = 'dnf' check_deps = False