summaryrefslogtreecommitdiffstats
path: root/tools/scripts
diff options
context:
space:
mode:
authorGraham Mainwaring <gmainwaring@ansible.com>2016-10-24 20:50:08 +0200
committerGraham Mainwaring <graham@mhn.org>2016-10-24 20:51:53 +0200
commitb143f538888584a40ab6d7cfe91c6eb175178958 (patch)
tree94270127642f5ed1ee8f32d68b09a2b016350545 /tools/scripts
parentbump shade version (diff)
downloadawx-b143f538888584a40ab6d7cfe91c6eb175178958.tar.xz
awx-b143f538888584a40ab6d7cfe91c6eb175178958.zip
Fix RPM builds and setup for 3.1
Diffstat (limited to 'tools/scripts')
-rwxr-xr-xtools/scripts/tower-python9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/scripts/tower-python b/tools/scripts/tower-python
index 3e94c3a59b..d96abe967f 100755
--- a/tools/scripts/tower-python
+++ b/tools/scripts/tower-python
@@ -1,14 +1,5 @@
#!/bin/bash
-# Enable needed Software Collections, if installed
-for scl in python27 httpd24; do
- if [ -f /etc/scl/prefixes/$scl ]; then
- if [ -f `cat /etc/scl/prefixes/$scl`/$scl/enable ]; then
- . `cat /etc/scl/prefixes/$scl`/$scl/enable
- fi
- fi
-done
-
# Enable Tower virtualenv
if [ -f /var/lib/awx/venv/tower/bin/activate ]; then
. /var/lib/awx/venv/tower/bin/activate