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

Change subject: statistics::packages: Add libssl-dev and comments
......................................................................

statistics::packages: Add libssl-dev and comments

Bug: T152712
Change-Id: Ib6128332432aac498bdfa11923d090c4d09b27e2
---
M modules/statistics/manifests/packages.pp
1 file changed, 22 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/366107/1

diff --git a/modules/statistics/manifests/packages.pp 
b/modules/statistics/manifests/packages.pp
index 834f70f..ce74815 100644
--- a/modules/statistics/manifests/packages.pp
+++ b/modules/statistics/manifests/packages.pp
@@ -16,21 +16,22 @@
         'mercurial',
         'tofrodos',
         'git-review',
-        'make', # halfak wants make to manage dependencies
-        'libwww-perl', # For wikistats stuff
-        'sqlite3', # For storing and interacting with intermediate results
-        'libproj-dev', # Requested by lzia for rgdal
-        'libbz2-dev', # for compiling some python libs. T84378
-        'libboost-regex-dev', # Ironholds wants these
+        'make',                   # halfak wants make to manage dependencies
+        'libwww-perl',            # For wikistats stuff
+        'sqlite3',                # For storing and interacting with 
intermediate results
+        'libproj-dev',            # Requested by lzia for rgdal
+        'libbz2-dev',             # for compiling some python libs. T84378
+        'libboost-regex-dev',     # Ironholds wants these
         'libboost-system-dev',
-        'libyaml-cpp0.3-dev',
+        'libyaml-cpp-dev',        # Latest version of uaparser 
(https://github.com/ua-parser/uap-r) supports v0.5+
         'libgoogle-glog-dev',
         'libboost-iostreams-dev',
         'libmaxminddb-dev',
-        'build-essential', # Requested by halfak to install SciPy
+        'build-essential',        # Requested by halfak to install SciPy
         'nodejs',
         'openjdk-8-jdk',
-        'pandoc'           # Requested by bearloga (Mikhail); necessary for 
using RMarkdown and performing format conversions
+        'pandoc',                 # Requested by bearloga; necessary for using 
RMarkdown and performing format conversions
+        'libssl-dev',             # Requested by bearloga; necessary for an 
essential R package (openssl)
     ])
 
 
@@ -44,7 +45,7 @@
             'libgsl0-dev',
             'libgdal-dev', # Requested by lzia for rgdal
             'g++',
-            'libyaml-cpp0.3v5',
+            'libyaml-cpp', # Latest version of uaparser 
(https://github.com/ua-parser/uap-r) supports v0.5+
             'php-cli',
             'php-curl',
             'php-mysql',
@@ -58,16 +59,13 @@
             'libgsl0ldbl',
             'gsl-bin',
             'libgsl0-dev',
-            # Requested by bearloga (Mikhail) to ensure that there is a 
compiler with C++11
+            # Requested by bearloga to ensure that there is a compiler with 
C++11
             # support that can compile R package 'Boom'; see T147682 and
             # http://stackoverflow.com/a/36034866/1091835 for more info)
             'g++-4.8',
-            'libgdal1-dev', # Requested by lzia for rgdal
-
-            'libyaml-cpp0.3',
-            # Requested by bearloga (Mikhail); see T147682 and
-            # http://stackoverflow.com/a/36034866/1091835 for more info.
             'gfortran-4.8',
+            'libgdal1-dev',   # Requested by lzia for rgdal
+            'libyaml-cpp0.3', # Requested by Ironholds (old version of 
uaparser requires v0.3)
             'php5-cli',
             'php5-curl',
             'php5-mysql',
@@ -84,17 +82,17 @@
         'python-dateutil',
         'python-numpy',
         'python-scipy',
-        'python-boto',      # Amazon S3 access (needed to get zero sms logs)
-        'python-pandas',    # Pivot tables processing
-        'python-requests',  # Simple lib to make API calls
-        'python-unidecode', # Unicode simplification - converts everything to 
latin set
-        'python-ua-parser', # For parsing User Agents
-        'python-matplotlib',  # For generating plots of data
+        'python-boto',       # Amazon S3 access (needed to get zero sms logs)
+        'python-pandas',     # Pivot tables processing
+        'python-requests',   # Simple lib to make API calls
+        'python-unidecode',  # Unicode simplification - converts everything to 
latin set
+        'python-ua-parser',  # For parsing User Agents
+        'python-matplotlib', # For generating plots of data
         'python-netaddr',
         'python-virtualenv', # T84378
         # Aaron Halfaker (halfak) wants python{,3}-dev environments for module 
oursql
-        'python-dev',  # T83316
-        'python3-dev', # T83316
+        'python-dev',        # T83316
+        'python3-dev',       # T83316
         'python-kafka',
         'python-pymysql',
     ])

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

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

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

Reply via email to