Add a missing config option for scratch builds in MBS

This commit is contained in:
mprahl 2019-05-15 01:53:19 +00:00
parent cabcaf9946
commit d46ba7fbbe

View file

@ -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.