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 <randy@electronsweatshop.com>
This commit is contained in:
parent
4909fecbe2
commit
859c4dbe60
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue