Check module branch EOL before building.
This commit is contained in:
parent
dc4ea520c9
commit
76db07fe67
1 changed files with 4 additions and 0 deletions
|
@ -197,3 +197,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
|
|
||||||
# Set the priority to 4 to have higher priority than F27 mass rebuild.
|
# Set the priority to 4 to have higher priority than F27 mass rebuild.
|
||||||
KOJI_BUILD_PRIORITY = 4
|
KOJI_BUILD_PRIORITY = 4
|
||||||
|
|
||||||
|
# Check branch EOL before building. Block EOL modules from building.
|
||||||
|
# https://pagure.io/fm-orchestrator/issue/960
|
||||||
|
CHECK_FOR_EOL = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue