From cfa6de787ae0b26b8203f6262e602a050302693e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 12 Aug 2015 16:24:09 +0200 Subject: [PATCH] Hide output of all commands --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 591a0b3..c077d77 100644 --- a/conf.py +++ b/conf.py @@ -75,9 +75,9 @@ git_commit_cmd = ['git', 'rev-parse', '--verify', 'HEAD'] # What ever are these settings, output is always written to files in folder log. parse_kconfig_output = False picosat_output = False -kernel_config_output = True -kernel_make_output = True -boot_output = True +kernel_config_output = False +kernel_make_output = False +boot_output = False parse_output = False ## Configs for debugging -- 2.39.2