Hi,

Hi,


    I see daily builds like


    
http://build.openvpn.net/downloads/snapshots/openvpn-install-master-20160607214911-63b3e000c9-x86_64.exe


    I used to think they are built with "build-snapshot":
    
https://github.com/OpenVPN/openvpn-build/blob/master/windows-nsis/build-snapshot

    however, when I run it,


    ....
    tap-windows
    Fixup libtool files
    Restore libtool files
    Fixup libtool files
    Build openvpn
    ../generic/build: line 284: cd:
    /home/ilia/openvpn-build/windows-nsis/tmp/build-i686/openvpn-2.3.11:
    No such file or directory
    FATAL: cd openvpn
    FATAL: build i686 >&2
    FATAL: build-complete >&2
    [ilia@localhost windows-nsis]$


    somehow it tries to find openvpn-2.3.11 instead of master.


    how am I supposed to run that script ?

The build-snapshot script is a simple wrapper around build-complete, which is why it failed. You basically need to use

OPENVPN_VERSION=2.3_git build-snapshot <args>

Basically build-snapshot creates a tarball from Git sources and feeds that to build-complete for the build.

Samuli had posted a link to
 https://github.com/mattock/openvpn-windows-buildtest which, I think,
has the necessary scripts to use with openvpn-build for daily snapshot
building..

Selva

Those scripts are indeed the ones I use to generate the Windows installer snapshots.

--
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc

irc freenode net: mattock

Reply via email to