]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added command-line option parser and an unsigned build option to build_all.py
authorSamuli Seppänen <samuli@openvpn.net>
Thu, 18 Nov 2010 16:00:54 +0000 (18:00 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 18 Nov 2010 18:02:02 +0000 (19:02 +0100)
commitf20c2f0d6b42f652f39c0082237c3f8d69752ec9
tree24f78fcd5f6ec34d405c54a9c92d13b69a5b6218
parente98124dfbabfa78e9bf6e841ffcc8e04868df331
Added command-line option parser and an unsigned build option to build_all.py

Modified win/build_all.py so that it parses command-line options using getopt.
Added option "-u / --unsigned" which allows forcing unsigned builds and a "-h /
--help" option. By default a signed build is generated, provided that the Python
SignTool module is installed. If not, the build is interrupted.

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Peter Stuge <peter@stuge.se>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
win/build_all.py