We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2204e commit 2d166acCopy full SHA for 2d166ac
1 file changed
database/build.sh
@@ -34,14 +34,7 @@ apk add /tmp/pv-1.6.0-r0.apk
34
curl -sSL https://raw.githubusercontent.com/pypa/pip/7.0.3/contrib/get-pip.py | python -
35
36
# 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
+pip install --disable-pip-version-check --no-cache-dir wal-e==0.8.1 oslo.config>=1.12.0
45
46
# python port of daemontools
47
pip install --disable-pip-version-check --no-cache-dir envdir
0 commit comments