GWicke has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/204684

Change subject: Add sqlite3 and pixz utilities on html dumps host
......................................................................

Add sqlite3 and pixz utilities on html dumps host

- The sqlite3 commandline tool is useful to inspect dump databases / verify
  correctness.
- pixz is used for multi-threaded lzma compression

Change-Id: I9ca5273261e08c4f75d1ec46747303b75c2337b1
---
M modules/dumps/manifests/zim.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/84/204684/1

diff --git a/modules/dumps/manifests/zim.pp b/modules/dumps/manifests/zim.pp
index 08ecd25..ece8c67 100644
--- a/modules/dumps/manifests/zim.pp
+++ b/modules/dumps/manifests/zim.pp
@@ -5,7 +5,7 @@
         ensure => present,
     }
 
-    package { [ 'nodejs', 'nodejs-legacy', 'libsqlite3-0' ]:
+    package { [ 'nodejs', 'nodejs-legacy', 'libsqlite3-0', 'sqlite3', 'pixz' ]:
         ensure => present,
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ca5273261e08c4f75d1ec46747303b75c2337b1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: GWicke <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to