From 4f39b220a0765929fa0d744ce74a8f5125e958c2 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 17 May 2017 21:39:49 +0200 Subject: [pkg] more precise deps --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 001788f8..323dcc52 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ dev-mail: dev-gui: pip install -e '.[gui]' - pip install requests whoosh + pip install requests==2.11.1 whoosh chardet pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/ dev-backend: @@ -27,7 +27,7 @@ dev-latest-backend: dev-backend dev-all: pip install -e '.[all]' # install pixelated from our repo until assets get packaged. - pip install requests whoosh + pip install requests==2.11.1 whoosh chardet pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/ dev-latest-all: dev-all @@ -47,9 +47,12 @@ qt-resources: doc: cd docs && make html -docker_container: - cd pkg/docker_bundle && docker build -t mybundle . +bundle_in_virtualenv: + pkg/build_bundle_with_venv.sh bundle_in_docker: # needs a docker container called 'mybundle', created with 'make docker_container' cat pkg/docker_build | docker run -i -v ~/leap/bitmask-dev:/dist -w /dist -u `id -u` mybundle bash + +docker_container: + cd pkg/docker_bundle && docker build -t mybundle . -- cgit v1.2.3