summaryrefslogtreecommitdiffstats
path: root/contrib/docker/bugzilla_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/docker/bugzilla_config.sh')
-rw-r--r--contrib/docker/bugzilla_config.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/docker/bugzilla_config.sh b/contrib/docker/bugzilla_config.sh
deleted file mode 100644
index dc7551ab7..000000000
--- a/contrib/docker/bugzilla_config.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Configure database
-/usr/bin/mysqld_safe &
-sleep 5
-mysql -u root mysql -e "GRANT ALL PRIVILEGES ON *.* TO bugs@localhost IDENTIFIED BY 'bugs'; FLUSH PRIVILEGES;"
-mysql -u root mysql -e "CREATE DATABASE bugs CHARACTER SET = 'utf8';"
-cd $BUGZILLA_HOME
-perl checksetup.pl /checksetup_answers.txt
-perl checksetup.pl /checksetup_answers.txt
-perl /generate_bmo_data.pl
-mysqladmin -u root shutdown