Read koji event from config file
This can be useful for archiving configuration to freeze the koji package set to a particular event. JIRA: COMPOSE-3278 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
42a8965e87
commit
fa47d9edba
2 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class Compose(kobo.log.LoggingBase):
|
|||
self.skip_phases = skip_phases or []
|
||||
self.just_phases = just_phases or []
|
||||
self.old_composes = old_composes or []
|
||||
self.koji_event = koji_event
|
||||
self.koji_event = koji_event or conf.get("koji_event")
|
||||
self.notifier = notifier
|
||||
|
||||
# intentionally upper-case (visible in the code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue