Ori.livneh has submitted this change and it was merged.

Change subject: osmium: git-clone luasandbox and fss as well
......................................................................


osmium: git-clone luasandbox and fss as well

These are both PHP extensions required for a job runner to run.

Change-Id: I7b60fdca0f0afbb393cc71cc046d3918170c52c1
---
M modules/hhvm/manifests/dev.pp
1 file changed, 16 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/hhvm/manifests/dev.pp b/modules/hhvm/manifests/dev.pp
index f0b64d1..87a7fdd 100644
--- a/modules/hhvm/manifests/dev.pp
+++ b/modules/hhvm/manifests/dev.pp
@@ -31,4 +31,20 @@
         group              => 'mwdeploy',
         recurse_submodules => true,
     }
+
+    git::clone { 'mediawiki/php/luasandbox':
+        directory          => '/srv/luasandbox',
+        branch             => 'master',
+        owner              => 'mwdeploy',
+        group              => 'mwdeploy',
+        recurse_submodules => true,
+    }
+
+    git::clone { 'mediawiki/php/FastStringSearch':
+        directory          => '/srv/fss',
+        branch             => 'master',
+        owner              => 'mwdeploy',
+        group              => 'mwdeploy',
+        recurse_submodules => true,
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7b60fdca0f0afbb393cc71cc046d3918170c52c1
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to