Skip to content

Commit 2d166ac

Browse files
committed
chore(database): update wal-e to 0.8.1
See wal-e/wal-e@c6dd4b1...v0.8.1
1 parent 4e2204e commit 2d166ac

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

database/build.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,7 @@ apk add /tmp/pv-1.6.0-r0.apk
3434
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
3535

3636
# install wal-e
37-
cd /tmp
38-
git clone https://github.com/wal-e/wal-e.git
39-
40-
# get a post-v0.8.0 commit which includes a busybox fix
41-
cd /tmp/wal-e
42-
git checkout c6dd4b1
43-
44-
pip install --disable-pip-version-check --no-cache-dir . oslo.config>=1.12.0
37+
pip install --disable-pip-version-check --no-cache-dir wal-e==0.8.1 oslo.config>=1.12.0
4538

4639
# python port of daemontools
4740
pip install --disable-pip-version-check --no-cache-dir envdir

0 commit comments

Comments
 (0)