You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by od...@apache.org on 2017/07/15 22:32:10 UTC

incubator-hawq git commit: HAWQ-1503. Fixed ftp link causing build failure on centos-6 docker.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 6424efa5c -> 278b3d3c0


HAWQ-1503. Fixed ftp link causing build failure on centos-6 docker.


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

Branch: refs/heads/master
Commit: 278b3d3c06f6e22528164af3579a6291fd4216a0
Parents: 6424efa
Author: Shubham Sharma <ss...@pivotal.io>
Authored: Sat Jul 15 15:30:48 2017 -0700
Committer: Oleksandr Diachenko <od...@pivotal.io>
Committed: Sat Jul 15 15:30:48 2017 -0700

----------------------------------------------------------------------
 contrib/hawq-docker/centos6-docker/hawq-dev/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/278b3d3c/contrib/hawq-docker/centos6-docker/hawq-dev/Dockerfile
----------------------------------------------------------------------
diff --git a/contrib/hawq-docker/centos6-docker/hawq-dev/Dockerfile b/contrib/hawq-docker/centos6-docker/hawq-dev/Dockerfile
index 9fb8476..7905723 100644
--- a/contrib/hawq-docker/centos6-docker/hawq-dev/Dockerfile
+++ b/contrib/hawq-docker/centos6-docker/hawq-dev/Dockerfile
@@ -35,7 +35,7 @@ RUN yum install -y epel-release && \
 
 # update gcc
 RUN wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo && \
- rpm --import http://ftp.scientificlinux.org/linux/scientific/5x/x86_64/RPM-GPG-KEYs/RPM-GPG-KEY-cern && \
+ rpm --import http://linuxsoft.cern.ch/cern/slc68/x86_64/RPM-GPG-KEY-cern && \
  yum install -y devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++ && \
  echo "source /opt/rh/devtoolset-2/enable" >> ~/.bashrc && \
  source ~/.bashrc