summaryrefslogtreecommitdiff
path: root/pkg/build_bundle_with_venv.sh
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-06 18:32:32 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-06 18:32:32 +0200
commitec2668a4e07e8e3d6eb128656711622ecf57a85b (patch)
treef89a2475f064d9801836414b8e0f5ffa7b28c0dc /pkg/build_bundle_with_venv.sh
parent62724c82bf789f1956552a0dc30c5826c08bb248 (diff)
[pkg] build with latest soledad release
Diffstat (limited to 'pkg/build_bundle_with_venv.sh')
-rwxr-xr-xpkg/build_bundle_with_venv.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh
index 0d68be58..15b495c5 100755
--- a/pkg/build_bundle_with_venv.sh
+++ b/pkg/build_bundle_with_venv.sh
@@ -20,13 +20,13 @@ $VIRTUAL_ENV/bin/pip install chardet whoosh
# FIXME persuade pixelated to stop using requests in favor of treq
$VIRTUAL_ENV/bin/pip install requests==2.11.1
-# For the Bitmask 0.9.5 bundles.
-#$VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.5
-#$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.5
+# For the Bitmask 0.10 bundles.
+$VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.6.post2
+$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.6.post2
# CHANGE THIS IF YOU WANT A DIFFERENT BRANCH CHECKED OUT FOR COMMON/SOLEDAD --------------------
-$VIRTUAL_ENV/bin/pip install -U leap.soledad.common --find-links https://devpi.net/kali/dev
-$VIRTUAL_ENV/bin/pip install -U leap.soledad.client --find-links https://devpi.net/kali/dev
+#$VIRTUAL_ENV/bin/pip install -U leap.soledad.common --find-links https://devpi.net/kali/dev
+#$VIRTUAL_ENV/bin/pip install -U leap.soledad.client --find-links https://devpi.net/kali/dev
# ----------------------------------------------------------------------------------------------
# XXX hack for the namespace package not being properly handled by pyinstaller