Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3952 from mboersma/update-wal-e
Browse files Browse the repository at this point in the history
chore(database): update wal-e to 0.8.1
  • Loading branch information
mboersma committed Jul 1, 2015
2 parents 4e2204e + 2d166ac commit 990b123
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions database/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ apk add /tmp/pv-1.6.0-r0.apk
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -

# install wal-e
cd /tmp
git clone https://github.com/wal-e/wal-e.git

# get a post-v0.8.0 commit which includes a busybox fix
cd /tmp/wal-e
git checkout c6dd4b1

pip install --disable-pip-version-check --no-cache-dir . oslo.config>=1.12.0
pip install --disable-pip-version-check --no-cache-dir wal-e==0.8.1 oslo.config>=1.12.0

# python port of daemontools
pip install --disable-pip-version-check --no-cache-dir envdir
Expand Down

0 comments on commit 990b123

Please sign in to comment.