ACK. This makes sense, and does what it says on the lid.
I tested on FreeBSD/ksh and it worked nicely and built a nice 2.3.14 tarball for me, except for the small beef that "mktemp" does not have a "-p" option there, so it needs to be "mktemp -d /var/tmp/openvpn-build-release-XXXXXX" instead... (changed in my local copy, not in-tree), and that it needs a system with "easy to find" LZO (no configure options)... otherwise you need to pass in LZO_CFLAGS/LZO_LIBS as env vars beforehand. With that, it works :) Well, nearly... at the very end, it fails because you can't do {foo,bar} in non-bash/non-zsh shells... -- Creating final tarbundle with everything ... tar: openvpn-*.{tar.gz,tar.xz,zip}{,.asc}: Cannot stat: No such file or directory -- Cleaning up ... .. but the files are all there, so it's just a matter of explicitely listing the 6 to-be-expected files... -rw-r--r-- 1 gert wheel 1266905 Jun 16 11:02 openvpn-2.3.14.tar.gz -rw-r--r-- 1 gert wheel 630 Jun 16 11:03 openvpn-2.3.14.tar.gz.asc -rw-r--r-- 1 gert wheel 840472 Jun 16 11:02 openvpn-2.3.14.tar.xz -rw-r--r-- 1 gert wheel 630 Jun 16 11:03 openvpn-2.3.14.tar.xz.asc -rw-r--r-- 1 gert wheel 1543383 Jun 16 11:02 openvpn-2.3.14.zip -rw-r--r-- 1 gert wheel 630 Jun 16 11:03 openvpn-2.3.14.zip.asc -rw-r--r-- 1 gert wheel 678 Jun 16 11:03 openvpn-v2.3.14.sha256sum.asc -rw-r--r-- 1 gert wheel 2560 Jun 16 11:03 openvpn-v2.3.14.tar As this is a dev-tool, sticking to "master" - we use it to *build* a release, but it does not have to be *part* of the release (and isn't packed itself into the tarballs anyway). Your patch has been applied to the master branch. commit 0776a8c60f1d68e72be2dcc30710855a855d1e0a Author: David Sommerseth Date: Thu May 18 15:24:32 2017 +0200 dev-tools: Script generating the source releases in an automated fashion Signed-off-by: David Sommerseth <dav...@openvpn.net> Acked-by: Gert Doering <g...@greenie.muc.de> Message-Id: <20170518132432.22776-1-dav...@openvpn.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14672.html Signed-off-by: Gert Doering <g...@greenie.muc.de> -- kind regards, Gert Doering ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel