From 1f4a01158a46a175dcdead2310c1d06512505825 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 4 Oct 2016 01:32:18 -0400 Subject: [pkg] disable openvpn for windows bundle for now Also, add a variant to keep the docker builds around, bandwidth is expensive in some parts of the world. --- pkg/windows/Makefile | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'pkg/windows/Makefile') diff --git a/pkg/windows/Makefile b/pkg/windows/Makefile index c2494b4a..41d6819f 100644 --- a/pkg/windows/Makefile +++ b/pkg/windows/Makefile @@ -4,7 +4,8 @@ all: $(MAKE) bundle bundle: - $(MAKE) openvpn + # Disabling openvpn for now... + # $(MAKE) openvpn $(MAKE) pyinstaller $(MAKE) installer @@ -17,6 +18,19 @@ openvpn: installer: docker-compose run --rm installer + +# variant to keep the containers around +# and save some bandwith + +pyinstaller_keep: + docker-compose run pyinstaller + +openvpn_keep: + docker-compose run openvpn + +installer_keep: + docker-compose run installer + clean: docker rmi windows_pyinstaller docker rmi windows_openvpn -- cgit v1.2.3