Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
e72716f9
Commit
e72716f9
authored
Dec 13, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put in the correct key ID in abbey and ansible-bootstrap.sh
parent
42aac123
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
util/install/ansible-bootstrap.sh
+3
-2
util/vpc-tools/abbey.py
+1
-1
No files found.
util/install/ansible-bootstrap.sh
View file @
e72716f9
...
@@ -45,7 +45,7 @@ ANSIBLE_DIR="/tmp/ansible"
...
@@ -45,7 +45,7 @@ ANSIBLE_DIR="/tmp/ansible"
CONFIGURATION_DIR
=
"/tmp/configuration"
CONFIGURATION_DIR
=
"/tmp/configuration"
EDX_PPA
=
"deb http://ppa.edx.org precise main"
EDX_PPA
=
"deb http://ppa.edx.org precise main"
EDX_PPA_KEY_SERVER
=
"hkp://pgp.mit.edu:80"
EDX_PPA_KEY_SERVER
=
"hkp://pgp.mit.edu:80"
EDX_PPA_KEY_ID
=
"69464050"
EDX_PPA_KEY_ID
=
"
B41E5E39
69464050"
cat
<<
EOF
cat
<<
EOF
******************************************************************************
******************************************************************************
...
@@ -116,7 +116,8 @@ fi
...
@@ -116,7 +116,8 @@ fi
# which may differ from what is pinned in virtualenvironments
# which may differ from what is pinned in virtualenvironments
apt-get update
-y
apt-get update
-y
apt-get install
-y
python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 build-essential
sudo
git-core libmysqlclient-dev
apt-get install
-y
python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 build-essential
sudo
git-core libmysqlclient-dev libffi-dev openssl-dev
# Workaround for a 16.04 bug, need to upgrade to latest and then
# Workaround for a 16.04 bug, need to upgrade to latest and then
# potentially downgrade to the preferred version.
# potentially downgrade to the preferred version.
...
...
util/vpc-tools/abbey.py
View file @
e72716f9
...
@@ -332,7 +332,7 @@ PIP_VERSION="8.1.2"
...
@@ -332,7 +332,7 @@ PIP_VERSION="8.1.2"
SETUPTOOLS_VERSION="24.0.3"
SETUPTOOLS_VERSION="24.0.3"
EDX_PPA="deb http://ppa.edx.org precise main"
EDX_PPA="deb http://ppa.edx.org precise main"
EDX_PPA_KEY_SERVER="hkp://pgp.mit.edu:80"
EDX_PPA_KEY_SERVER="hkp://pgp.mit.edu:80"
EDX_PPA_KEY_ID="69464050"
EDX_PPA_KEY_ID="
B41E5E39
69464050"
cat << EOF
cat << EOF
******************************************************************************
******************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment