summaryrefslogtreecommitdiffstats
path: root/.circleci/checksetup_answers.legacy.txt
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-17 19:48:51 +0200
committerDavid Walsh <davidwalsh83@gmail.com>2017-08-17 19:48:51 +0200
commite95705a941992f0d9fb59bdc5ec951c4ce204330 (patch)
tree7dcc5e8e08ab5dd5d489fc9745fa9b0ffad1b6a3 /.circleci/checksetup_answers.legacy.txt
parent0f06e232470fe9ba5400f72b725d7e685468e1b0 (diff)
downloadbugzilla-e95705a941992f0d9fb59bdc5ec951c4ce204330.tar.gz
bugzilla-e95705a941992f0d9fb59bdc5ec951c4ce204330.tar.xz
no bug - have the test runners start up the httpd (#203)
Diffstat (limited to '.circleci/checksetup_answers.legacy.txt')
-rw-r--r--.circleci/checksetup_answers.legacy.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/.circleci/checksetup_answers.legacy.txt b/.circleci/checksetup_answers.legacy.txt
new file mode 100644
index 000000000..6bcdd2dcc
--- /dev/null
+++ b/.circleci/checksetup_answers.legacy.txt
@@ -0,0 +1,11 @@
+$answer{'ADMIN_EMAIL'} = 'admin@mozilla.bugs';
+$answer{'ADMIN_OK'} = 'Y';
+$answer{'ADMIN_PASSWORD'} = 'password';
+$answer{'ADMIN_REALNAME'} = 'QA Admin';
+$answer{'NO_PAUSE'} = 1;
+$answer{'bugzilla_version'} = '1';
+$answer{'create_htaccess'} = '';
+$answer{'cvsbin'} = '/usr/bin/cvs';
+$answer{'diffpath'} = '/usr/bin';
+$answer{'interdiffbin'} = '/usr/bin/interdiff';
+$answer{'urlbase'} = 'http://<<HOSTNAME>>:8000/bmo/';