From 99f8338bf0d8c9279dfd25ec5828e73dfa49dc8e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 5 Mar 2017 01:52:42 +0100 Subject: [pkg] prepare rc bundles for 0.9.5 --- pkg/build_bundle_with_venv.sh | 10 +++++----- pkg/next-version | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 9e7f091..b311214 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -9,13 +9,13 @@ source venv/bin/activate $VIRTUAL_ENV/bin/pip install -U pyinstaller==3.1 packaging $VIRTUAL_ENV/bin/pip install zope.interface zope.proxy -# For the Bitmask 0.9.4 bundles. -$VIRTUAL_ENV/bin/pip install -U leap.soledad.common==0.9.2 -$VIRTUAL_ENV/bin/pip install -U leap.soledad.client==0.9.2 +# 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 # 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 diff --git a/pkg/next-version b/pkg/next-version index a602fc9..b0bb878 100644 --- a/pkg/next-version +++ b/pkg/next-version @@ -1 +1 @@ -0.9.4 +0.9.5 -- cgit v1.2.3