mbs: change REBUILD_STRATEGY from the default 'changed-and-after' to 'only-changed'

This commit is contained in:
Filip Valder 2018-01-22 14:23:34 +00:00
parent ead8042cfd
commit cf6dc8a348

View file

@ -96,6 +96,7 @@ class ProdConfiguration(BaseConfiguration):
'releng',
]
REBUILD_STRATEGY = 'only-changed'
REBUILD_STRATEGY_ALLOW_OVERRIDE = True
{% if env == 'staging' %}