aboutsummaryrefslogtreecommitdiffstats
path: root/systems/centos/build_base_machine.sh
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2016-11-30 17:21:49 -0500
committerChristian Trautman <ctrautma@redhat.com>2016-11-30 17:21:49 -0500
commita39b6a803ae8bf047d70c68963b1f9db577223f7 (patch)
tree10189f0a9adc7683da96419a31b3ccead37e75c2 /systems/centos/build_base_machine.sh
parentefdc282f4b08e96f3e09d43f94ba0508e4f26090 (diff)
scl_fix: Fix broken link to install python33
Fixes broken link to download python33 rpm scl installer. Replaces Centos with software collections recommended method to install Python33. Adds temporary repo for Rhel7.2 to install python33. Verified on Centos7.2 and Rhel7.2. JIRA: VSPerf-429 Change-Id: Id86748e898f1d81011d19024d9ff2c0e9a47479f Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'systems/centos/build_base_machine.sh')
-rwxr-xr-xsystems/centos/build_base_machine.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/systems/centos/build_base_machine.sh b/systems/centos/build_base_machine.sh
index d94dc975..5430ceba 100755
--- a/systems/centos/build_base_machine.sh
+++ b/systems/centos/build_base_machine.sh
@@ -69,8 +69,7 @@ epel-release
" | grep -v ^#)
# install SCL for python33
-wget https://www.softwarecollections.org/en/scls/rhscl/python33/epel-7-x86_64/download/rhscl-python33-epel-7-x86_64.noarch.rpm
-rpm -i rhscl-python33-epel-7-x86_64.noarch.rpm
+sudo yum -y install centos-release-scl
# install python33 packages and git-review tool
yum -y install $(echo "