[1/2] incubator-trafficcontrol git commit: accounts for missing dependency that centos 7.3 doesn't provide. when centos 7.4 is available this dependency will be provided with the distro.

2017-08-17 Thread smalenfant
Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/2.1.x 6aae6f47f -> 53345aa1b


accounts for missing dependency that centos 7.3 doesn't provide. when centos 
7.4 is available this dependency will be provided with the distro.

(cherry picked from commit 15901255c1847800bbd871e33c757017ec23f74f)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/fa18c96e
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/fa18c96e
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/fa18c96e

Branch: refs/heads/2.1.x
Commit: fa18c96ed18d4caabf743cd1ee2a02e008a7
Parents: 6aae6f4
Author: Jeremy Mitchell 
Authored: Tue Aug 15 10:44:56 2017 -0600
Committer: Steve Malenfant 
Committed: Thu Aug 17 10:13:54 2017 -0400

--
 infrastructure/docker/build/Dockerfile-traffic_portal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/fa18c96e/infrastructure/docker/build/Dockerfile-traffic_portal
--
diff --git a/infrastructure/docker/build/Dockerfile-traffic_portal 
b/infrastructure/docker/build/Dockerfile-traffic_portal
index 978d836..19e35f9 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_portal
+++ b/infrastructure/docker/build/Dockerfile-traffic_portal
@@ -30,7 +30,8 @@ RUN   yum -y install \
yum -y clean all
 
 # traffic_portal specific
-RUNyum -y install \
+RUNrpm -ivh 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
 && \
+   yum -y install \
gcc \
libffi-devel \
make \



[1/2] incubator-trafficcontrol git commit: accounts for missing dependency that centos 7.3 doesn't provide. when centos 7.4 is available this dependency will be provided with the distro.

2017-08-15 Thread dangogh
Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master a823e1452 -> 3503745bb


accounts for missing dependency that centos 7.3 doesn't provide. when centos 
7.4 is available this dependency will be provided with the distro.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/d7cd7cc5
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/d7cd7cc5
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/d7cd7cc5

Branch: refs/heads/master
Commit: d7cd7cc5d54ed80b04dd50624824f25ebb260a22
Parents: a823e14
Author: Jeremy Mitchell 
Authored: Tue Aug 15 10:44:56 2017 -0600
Committer: Dan Kirkwood 
Committed: Tue Aug 15 12:13:47 2017 -0600

--
 infrastructure/docker/build/Dockerfile-traffic_portal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d7cd7cc5/infrastructure/docker/build/Dockerfile-traffic_portal
--
diff --git a/infrastructure/docker/build/Dockerfile-traffic_portal 
b/infrastructure/docker/build/Dockerfile-traffic_portal
index 978d836..19e35f9 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_portal
+++ b/infrastructure/docker/build/Dockerfile-traffic_portal
@@ -30,7 +30,8 @@ RUN   yum -y install \
yum -y clean all
 
 # traffic_portal specific
-RUNyum -y install \
+RUNrpm -ivh 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
 && \
+   yum -y install \
gcc \
libffi-devel \
make \