Dzahn has uploaded a new change for review.

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

Change subject: install phpunit on release server
......................................................................

install phpunit on release server

phpunit is requested on T94486 to be installed on release servers
to build mediawiki tarballs there (caesium).

Unless we want to use a decicated build machine, this would imply
installing the package here in the role class for release machines.

Bug:T94486
Change-Id: I15153c97c98754802aa1424df51222fd3004a130
---
M modules/releases/manifests/init.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/72/200872/1

diff --git a/modules/releases/manifests/init.pp 
b/modules/releases/manifests/init.pp
index f16c99d..fafa3f2 100644
--- a/modules/releases/manifests/init.pp
+++ b/modules/releases/manifests/init.pp
@@ -55,4 +55,9 @@
             File['/srv/org/wikimedia/releases']
         ],
     }
+
+    # T94486
+    package { 'phpunit':
+        ensure => present,
+    }
 }

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

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

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

Reply via email to