Add dependency of 'runroot' config option on 'koji_profile'.
This commit is contained in:
parent
72302bd98e
commit
63c631a99b
@ -132,7 +132,7 @@ class InitPhase(PhaseBase):
|
|||||||
"name": "runroot",
|
"name": "runroot",
|
||||||
"expected_types": [bool],
|
"expected_types": [bool],
|
||||||
"requires": (
|
"requires": (
|
||||||
(lambda x: bool(x), ["runroot_tag", "runroot_channel"]),
|
(lambda x: bool(x), ["koji_profile", "runroot_tag", "runroot_channel"]),
|
||||||
),
|
),
|
||||||
"conflicts": (
|
"conflicts": (
|
||||||
(lambda x: not bool(x), ["runroot_tag", "runroot_channel"]),
|
(lambda x: not bool(x), ["runroot_tag", "runroot_channel"]),
|
||||||
|
Loading…
Reference in New Issue
Block a user