For a while now, both web frontends were extincted. It's just logical to clean them up from the config file.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- global_config.ini | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/global_config.ini b/global_config.ini index 1f0a76a..805eb90 100644 --- a/global_config.ini +++ b/global_config.ini @@ -27,17 +27,6 @@ template_debug_mode: False # is too much verbosity for 'production' systems, hence turned off by default. sql_debug_mode: False -[TKO] -host: localhost -database: tko -db_type: mysql -user: autotest -password: please_set_this_password - -[PLANNER] -# 3 months -execution_engine_timeout: 2160 - [AUTOSERV] # Autotest potential install paths client_autodir_paths: /usr/local/autotest,/home/autotest -- 1.7.6 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
