Update from upstream #11

Closed
soksanichenko wants to merge 158 commits from a8_updated into a8
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 894cce6a5a - Show all commits

View File

@ -195,6 +195,8 @@ class CreateisoPhase(PhaseLoggerMixin, PhaseBase):
"pkgset_koji_module_builds",
]
)
# Skip irrelevant options
config_whitelist.update(["osbs", "osbuild"])
if opt in config_whitelist:
continue

View File

@ -216,6 +216,8 @@ class ExtraIsosThread(WorkerThread):
"pkgset_koji_module_builds",
]
)
# Skip irrelevant options
config_whitelist.update(["osbs", "osbuild"])
if opt in config_whitelist:
continue