From cf6dc8a3487f7b75f0d7a0d07137519562c4ff48 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Mon, 22 Jan 2018 14:23:34 +0000 Subject: [PATCH] mbs: change REBUILD_STRATEGY from the default 'changed-and-after' to 'only-changed' --- roles/mbs/common/templates/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index a57a6351b1..97a909739e 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -96,6 +96,7 @@ class ProdConfiguration(BaseConfiguration): 'releng', ] + REBUILD_STRATEGY = 'only-changed' REBUILD_STRATEGY_ALLOW_OVERRIDE = True {% if env == 'staging' %}