From 9b6ec1f545da1cc4088ddf9cc117747954e58e65 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 26 Feb 2016 17:57:55 +0000 Subject: Bug 1069799 - move the QA repository into the main repository r=LpSolit --- xt/config/checksetup_answers.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 xt/config/checksetup_answers.txt (limited to 'xt/config/checksetup_answers.txt') diff --git a/xt/config/checksetup_answers.txt b/xt/config/checksetup_answers.txt new file mode 100644 index 000000000..54473d3ed --- /dev/null +++ b/xt/config/checksetup_answers.txt @@ -0,0 +1,25 @@ + $answer{'db_host'} = 'localhost'; + $answer{'db_driver'} = '%DB%'; + $answer{'db_port'} = 0; + $answer{'db_name'} = 'bugs_test', + $answer{'db_user'} = 'bugs'; + $answer{'db_pass'} = 'bugs'; + $answer{'db_sock'} = ''; + $answer{'db_check'} = 1; + $answer{'db_mysql_ssl_ca_file'} = ''; + $answer{'db_mysql_ssl_ca_path'} = ''; + $answer{'db_mysql_ssl_client_cert'} = ''; + $answer{'db_mysql_ssl_client_key'} = ''; + $answer{'urlbase'} = 'http://localhost/bugzilla/'; + $answer{'create_htaccess'} = ''; + $answer{'use_suexec'} = ''; + $answer{'index_html'} = 0; + $answer{'cvsbin'} = '/usr/bin/cvs'; + $answer{'interdiffbin'} = '/usr/bin/interdiff'; + $answer{'diffpath'} = '/usr/bin'; + $answer{'webservergroup'} = 'bugzilla'; + $answer{'ADMIN_OK'} = 'Y'; + $answer{'ADMIN_EMAIL'} = 'admin@bugzilla.org'; + $answer{'ADMIN_PASSWORD'} = 'password'; + $answer{'ADMIN_REALNAME'} = 'QA Admin'; + $answer{'NO_PAUSE'} = 1; -- cgit v1.2.3-24-g4f1b