diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-01 16:19:45 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-01 16:19:48 +0200 |
commit | d7c9738f2a6596de5e603915ae4d370f4b771c04 (patch) | |
tree | cfa0e2a4b1e4d4ef14e0b94f82fdfab06173242e /pkg/build_bundle_with_venv.sh | |
parent | 8a0c8b2a0cfa2ad84113d1e041fa4ce4c8704ffc (diff) |
[pkg] use soledad from master for bundles
to workaround a failure that breaks client
I should tag soledad 0.9.6 soonish and make everything pip-installable
again
Diffstat (limited to 'pkg/build_bundle_with_venv.sh')
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 56bf1ca6..1d615ce7 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -21,12 +21,12 @@ $VIRTUAL_ENV/bin/pip install chardet whoosh $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 +#$VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.5 +#$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.5 # 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 |