summaryrefslogtreecommitdiffstats
path: root/scripts/combo-layer
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/combo-layer')
-rwxr-xr-xscripts/combo-layer3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/combo-layer b/scripts/combo-layer
index 92525cac14..a0a737d6ee 100755
--- a/scripts/combo-layer
+++ b/scripts/combo-layer
@@ -641,8 +641,7 @@ def action_update(conf, args):
641 history = None 641 history = None
642 for name in repos: 642 for name in repos:
643 repo = conf.repos[name] 643 repo = conf.repos[name]
644 repo_history = repo.get('history', True) 644 repo_history = repo.get('history', False)
645 logger.error('%s: %s' % (name, repo_history))
646 if history is None: 645 if history is None:
647 history = repo_history 646 history = repo_history
648 elif history != repo_history: 647 elif history != repo_history: