Yuvipanda has uploaded a new change for review.

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


Change subject: Ensure that a matching version of JDK is present for the JRE
......................................................................

Ensure that a matching version of JDK is present for the JRE

Since we specify the Java 7 JRE on exec_environ, we should have
the equivalent Java 7 JDK on dev_environ.

Bug: 54444
Change-Id: I308a7a91397915613403e07b15b00f2a0ebd5357
---
M modules/toollabs/manifests/dev_environ.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/30/85630/1

diff --git a/modules/toollabs/manifests/dev_environ.pp 
b/modules/toollabs/manifests/dev_environ.pp
index d4ce803..6af594e 100644
--- a/modules/toollabs/manifests/dev_environ.pp
+++ b/modules/toollabs/manifests/dev_environ.pp
@@ -25,6 +25,7 @@
       'autoconf',
       'sqlite3',
       'python-dev',
+      'openjdk-7-jdk',
       'libboost-python1.48-dev',
       'libdmtx-dev',                 # Bug #53867.
       'libmariadbclient-dev',

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

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

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

Reply via email to