Add a missing config option for scratch builds in MBS
This commit is contained in:
parent
cabcaf9946
commit
d46ba7fbbe
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ class ProdConfiguration(BaseConfiguration):
|
|||
'module',
|
||||
# Our very first manually bootstrapped tag has this name.
|
||||
'f26-modularity',
|
||||
# Scratch module builds have this prefix
|
||||
'scrmod',
|
||||
]
|
||||
|
||||
# If this is too long, we could change it to 'fm_' some day.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue