summaryrefslogtreecommitdiff
path: root/pkg/build_bundle_with_venv.sh
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-13 19:34:24 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-13 19:34:24 +0100
commitb1e2f8d65db59919e69f2fd11f4a272508ae4922 (patch)
treecf8e1c738c3e128467ca7c17b1e25e5a5eac78ca /pkg/build_bundle_with_venv.sh
parentf25d9eda257dff56ccac1f3eecdb2e3425e1d62b (diff)
[pkg] use master soledad again until next tag
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 cf81c311..3ff3a5bf 100755
--- a/pkg/build_bundle_with_venv.sh
+++ b/pkg/build_bundle_with_venv.sh
@@ -15,18 +15,18 @@ $VIRTUAL_ENV/bin/pip install zope.interface zope.proxy
# fix for #8789
$VIRTUAL_ENV/bin/pip --no-cache-dir install pysqlcipher --install-option="--bundled"
-# FIXME pixelated needs some thingd but doesn't declare it
+# FIXME pixelated needs some things but doesn't declare it
$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.3
-$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.3
+# $VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.3
+# $VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.3
# 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