Commit e72716f9 by Feanil Patel

Put in the correct key ID in abbey and ansible-bootstrap.sh

parent 42aac123
...@@ -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="B41E5E3969464050"
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.
......
...@@ -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="B41E5E3969464050"
cat << EOF cat << EOF
****************************************************************************** ******************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment