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/docker-compose.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pkg/windows/docker-compose.yml') diff --git a/pkg/windows/docker-compose.yml b/pkg/windows/docker-compose.yml index 92b310c..1368836 100644 --- a/pkg/windows/docker-compose.yml +++ b/pkg/windows/docker-compose.yml @@ -1,3 +1,5 @@ +# PYINSTALLER +# ============================================================================ # mingw environment to build dependency binaries in a reproducible environment # https://wiki.debian.org/ReproducibleBuilds # service to build a windows executable using pyinstaller @@ -12,11 +14,14 @@ pyinstaller: - ../../:/var/src/bitmask:ro # produced binaries - ../../build:/var/build + +# OPENVPN +# ============================================================================ # service to build a windows-executable from openvpn sources # uses the openvpn-build infrastructure to produce # build/executables/openvpn/* # produces the openvpn.exe and provides openssl that is to be -# used by pyinsaller +# used by pyinstaller # usage: docker-compose run --rm openvpn # non-zero exit code on failure openvpn: @@ -26,6 +31,9 @@ openvpn: - ../../:/var/src/bitmask:ro # produced binaries - ../../build:/var/build + +# INSTALLER +# ============================================================================ # service to compile a installer using nullsoft installer # nsis environment to build installer (exe) that contains all required binaries # for a clean, just installed windows machine -- cgit v1.2.3