Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Updated release in installation script and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
federicofdez committed Apr 14, 2016
1 parent f16e676 commit bc2fde1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extras/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ RUN sudo apt-get install -y python-dev python-virtualenv libssl-dev libffi-dev l
# Download latest version of the code
RUN git clone https://github.com/ging/keystone && \
cd keystone && \
git checkout tags/keyrock-5.1.1
git checkout tags/keyrock-5.2.0

RUN git clone https://github.com/ging/horizon && \
cd horizon && \
git checkout tags/keyrock-5.1.1
git checkout tags/keyrock-5.2.0

# Configuring settings files
RUN cp keystone/etc/keystone.conf.sample keystone/etc/keystone.conf && \
Expand Down
4 changes: 2 additions & 2 deletions extras/scripts/idm-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ sudo apt-get install -y python-dev python-virtualenv libssl-dev libffi-dev libjp

# Download latest version of the code
git clone https://github.com/ging/keystone
(cd keystone && git checkout tags/keyrock-5.1.1)
(cd keystone && git checkout tags/keyrock-5.2.0)

git clone https://github.com/ging/horizon
(cd horizon && git checkout tags/keyrock-5.1.1)
(cd horizon && git checkout tags/keyrock-5.2.0)

# Configuring settings files
cp keystone/etc/keystone.conf.sample keystone/etc/keystone.conf
Expand Down

0 comments on commit bc2fde1

Please sign in to comment.