You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2016/07/18 14:05:04 UTC

[trafficserver] branch master updated: Updated to install packages for Fedora boxes

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  58386b2   Updated to install packages for Fedora boxes
58386b2 is described below

commit 58386b2c256d0da22854cc25ea85559a96e73590
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Jul 18 16:04:27 2016 +0200

    Updated to install packages for Fedora boxes
---
 contrib/vagrant-setup.sh | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/contrib/vagrant-setup.sh b/contrib/vagrant-setup.sh
index 018e53c..2d6749b 100644
--- a/contrib/vagrant-setup.sh
+++ b/contrib/vagrant-setup.sh
@@ -39,8 +39,8 @@ trusty*|jessie*)
         m4 \
         ncurses-dev \
         tcl-dev
-
 ;;
+
 centos*)
     yum install -y \
         autoconf \
@@ -62,6 +62,31 @@ centos*)
         pcre-devel \
         tcl-devel
 ;;
+
+fedora*)
+    dnf install -y \
+        autoconf \
+        automake \
+        clang \
+        expat-devel \
+        flex \
+        gcc \
+        gcc-c++ \
+        hwloc-devel \
+        libcap-devel \
+        libcurl-devel \
+        libtool \
+        libxml2-devel \
+        lua-devel \
+        m4 \
+        ncurses-devel \
+        openssl-devel \
+        pcre-devel \
+        tcl-devel \
+        git \
+        make
+;;
+
 omnios)
     export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:/opt/gcc-4.8.1/bin
     echo "export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:/opt/gcc-4.8.1/bin" >> /root/.profile
@@ -93,6 +118,7 @@ omnios)
         exit 1
     fi
 ;;
+
 *)
     echo "no config for ${1}"
     exit 1

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].