summaryrefslogtreecommitdiff
path: root/distbuild/build_controller.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-04-10 08:27:59 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-04-10 15:13:29 +0300
commite24d0a60fa04bdf847bbd41d7bc2fdb1b210aa3b (patch)
tree90be40a1170e581e670650080d253b3c41a56601 /distbuild/build_controller.py
parent8518071959d0ccc1f2cdc76925e83a28c1179818 (diff)
downloadmorph-e24d0a60fa04bdf847bbd41d7bc2fdb1b210aa3b.tar.gz
distbuild: Disable extra debugging by default
Diffstat (limited to 'distbuild/build_controller.py')
-rw-r--r--distbuild/build_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distbuild/build_controller.py b/distbuild/build_controller.py
index b00344f9..81b03039 100644
--- a/distbuild/build_controller.py
+++ b/distbuild/build_controller.py
@@ -158,7 +158,7 @@ class BuildController(distbuild.StateMachine):
self._artifact_cache_server = artifact_cache_server
self._morph_instance = morph_instance
self._helper_id = None
- self.debug_transitions = True
+ self.debug_transitions = False
def setup(self):
distbuild.crash_point()