From c0ee680866c6ccf60a0318e120de3f42cbb4992a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 12 Feb 2018 20:12:33 +0100 Subject: [pkg] add target for docker_apt bundler --- Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e57489bf..a6ed2a56 100644 --- a/Makefile +++ b/Makefile @@ -91,16 +91,23 @@ package_in_docker: gitlab-runner exec docker package:amd64_stretch bundler_image: - cd pkg/docker_bundle && docker build -t local_bundler . + cd pkg/docker_bundleapt && make bundler bundle_in_docker: - # needs a docker container called 'local_bundler', created with 'make bundler_image' rm -rf $(DIST_VERSION) bitmaskbuild cat pkg/docker_build | docker run -i -v ~/leap/bitmask-dev:/dist -w /dist -u `id -u` -e REPO="$(REPO)" -e BRANCH="$(BRANCH)" local_bundler bash mkdir -p dist/ cp -r bitmaskbuild/$(DIST_VERSION) dist/ rm -rf bitmaskbuild +bundle_in_docker_apt: + # needs a docker container called 'bitmask-bundler-apt', created with 'make bundler_image' + rm -rf $(DIST_VERSION) bitmaskbuild + cat pkg/docker_build_apt | docker run -i -v ~/leap/bitmask-dev:/dist -w /dist -u `id -u` -e REPO="$(REPO)" -e BRANCH="$(BRANCH)" bitmask-bundler-apt bash + mkdir -p dist/ + cp -r bitmaskbuild/$(DIST_VERSION) dist/ + rm -rf bitmaskbuild + upload: python setup.py sdist bdist_wheel --universal upload --sign -i kali@leap.se -r pypi -- cgit v1.2.3