You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/07/21 01:57:17 UTC

[trafficserver] 01/01: Merge pull request #816 from strotyl/TS-4639

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

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

commit 0169c993df16b8ae8c834ac851095ae3838ef4a4
Merge: 49e6515 9893aa8
Author: James Peach <jp...@apache.org>
AuthorDate: Thu Jul 21 11:57:09 2016 +1000

    Merge pull request #816 from strotyl/TS-4639
    
    TS-4639: Add git to Vagrant builds

 contrib/vagrant-setup.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --cc contrib/vagrant-setup.sh
index 2d6749b,3b6767c..63218c0
--- a/contrib/vagrant-setup.sh
+++ b/contrib/vagrant-setup.sh
@@@ -38,9 -38,10 +38,10 @@@ trusty*|jessie*
          libxml2-dev \
          m4 \
          ncurses-dev \
+         git \
          tcl-dev
 -
  ;;
 +
  centos*)
      yum install -y \
          autoconf \
@@@ -60,33 -61,9 +61,34 @@@
          ncurses-devel \
          openssl-devel \
          pcre-devel \
+         git \
          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

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