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

Change subject: dib: attempt to fix dependency hell
......................................................................

dib: attempt to fix dependency hell

puppet.git equivalent https://gerrit.wikimedia.org/r/382429

Change-Id: I024ef0f1fd27f315b8270545688bf70567c48024
---
M dib/puppet/ciimage.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/31/382431/1

diff --git a/dib/puppet/ciimage.pp b/dib/puppet/ciimage.pp
index 656272f..5d57c4d 100644
--- a/dib/puppet/ciimage.pp
+++ b/dib/puppet/ciimage.pp
@@ -38,6 +38,8 @@
 include contint::packages::apt
 include contint::packages::php
 
+Exec['apt-get update'] -> Package['php5.5-mysql']
+
 # MediaWiki PHPunit under Zend 5.5 can uses 2GBytes. An attempt to proc_open()
 # invokes fork() which clone the Virtual Memory. Although it is copy-on-write,
 # Linux still check whether the system will be able to honor a full allocation.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I024ef0f1fd27f315b8270545688bf70567c48024
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
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