Physikerwelt has uploaded a new change for review.

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

Change subject: Add texlive-lang-greek
......................................................................

Add texlive-lang-greek

For the unit tests for the math extension
teubner.sty is required for some tests.
Without this package Jenkins fails to render test
that include command like e.g. $\Coppa$.

Bug: 61900
Change-Id: I78d9f4b6fcf42b66d3dc27c037cb5578a678e2d7
---
M modules/contint/manifests/packages.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/115102/1

diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index 8a3b6d2..efe71de 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -193,6 +193,12 @@
         ]:
         ensure => present;
     }
+
+    package { [
+        'texlive-lang-greek',
+        ]:
+        ensure => present;
+    }
 }
 
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78d9f4b6fcf42b66d3dc27c037cb5578a678e2d7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

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

Reply via email to