You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2017/01/12 20:36:10 UTC

[2/3] kudu git commit: docs: update location of devtoolset-3 repo rpm

docs: update location of devtoolset-3 repo rpm

The old location is now returning a 404 error.

Despite the difference in package name, the contents (a single file in
/etc/yum.repos.d) appear to be identical.

Change-Id: I5bea09ddd83d8d1bd4f0e56c7aaf693ef96110af
Reviewed-on: http://gerrit.cloudera.org:8080/5506
Reviewed-by: Dan Burkert <da...@apache.org>
Tested-by: Kudu Jenkins
(cherry picked from commit 00acc92a891587eef518211c5d14906160600ecc)
Reviewed-on: http://gerrit.cloudera.org:8080/5695
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Todd Lipcon <to...@apache.org>


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

Branch: refs/heads/branch-1.2.x
Commit: e8d9c6b11967e6cc95afbf47ddb1eed302ff0f92
Parents: 164675d
Author: Adar Dembo <ad...@cloudera.com>
Authored: Tue Dec 13 18:32:04 2016 -0800
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Jan 12 20:31:51 2017 +0000

----------------------------------------------------------------------
 docs/installation.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/e8d9c6b1/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index b1a59e3..d154a44 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -263,8 +263,8 @@ $ sudo yum install autoconf automake cyrus-sasl-devel cyrus-sasl-gssapi \
 Toolset.
 +
 ----
-$ DTLS_RPM=rhscl-devtoolset-3-epel-6-x86_64.noarch.rpm
-$ DTLS_RPM_URL=https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/epel-6-x86_64/download/${DTLS_RPM}
+$ DTLS_RPM=rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm
+$ DTLS_RPM_URL=https://www.softwarecollections.org/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/${DTLS_RPM}
 $ wget ${DTLS_RPM_URL} -O ${DTLS_RPM}
 $ sudo yum install -y scl-utils ${DTLS_RPM}
 $ sudo yum install -y devtoolset-3-toolchain
@@ -337,8 +337,8 @@ automated deployment scenario. It skips the steps marked *Optional* above.
 sudo yum -y install autoconf automake cyrus-sasl-devel cyrus-sasl-gssapi \
   cyrus-sasl-plain gcc gcc-c++ gdb git krb5-server krb5-workstation libtool \
   make openssl-devel patch pkgconfig redhat-lsb-core rsync unzip vim-common which
-DTLS_RPM=rhscl-devtoolset-3-epel-6-x86_64.noarch.rpm
-DTLS_RPM_URL=https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/epel-6-x86_64/download/${DTLS_RPM}
+DTLS_RPM=rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm
+DTLS_RPM_URL=https://www.softwarecollections.org/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/${DTLS_RPM}
 wget ${DTLS_RPM_URL} -O ${DTLS_RPM}
 sudo yum install -y scl-utils ${DTLS_RPM}
 sudo yum install -y devtoolset-3-toolchain