Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383161 )

Change subject: Switch database backed to sqlite
......................................................................

Switch database backed to sqlite

Save us from having to spawn mysql.

Change-Id: Ia30e738966c5ddd7ca9a6be572eff11cfc666496
---
M Dockerfile
M README.md
M quibble/cmd.py
3 files changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/quibble 
refs/changes/61/383161/1

diff --git a/Dockerfile b/Dockerfile
index a6f765a..835db9d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,8 +19,7 @@
         python3-setuptools \
     && : "MediaWiki related dependencies" \
     && apt-get install -y \
-        mysql-server \
-        php5 php5-mysql \
+        php5 php5-sqlite \
         php5-gd \
         php5-curl \
         djvulibre-bin \
diff --git a/README.md b/README.md
index e2755f6..841ca08 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@
 
 Then run the quibble command:
 
-       service mysql start
        ZUUL_URL=https://gerrit.wikimedia.org/r/p ZUUL_BRANCH=master 
ZUUL_REF=master quibble --packages-source vendor --workspace /workspace
 
 CACHING
diff --git a/quibble/cmd.py b/quibble/cmd.py
index 0116643..0abf0af 100644
--- a/quibble/cmd.py
+++ b/quibble/cmd.py
@@ -137,7 +137,7 @@
                 script, proc.returncode))
 
     def mw_install(self):
-        self.run_script('mw-install-mysql.sh')
+        self.run_script('mw-install-sqlite.sh')
         self.run_script('mw-apply-settings.sh')
         self.run_script('mw-run-update-script.sh')
 

-- 
To view, visit https://gerrit.wikimedia.org/r/383161
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia30e738966c5ddd7ca9a6be572eff11cfc666496
Gerrit-PatchSet: 1
Gerrit-Project: integration/quibble
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to