]> git.ipfire.org Git - thirdparty/strongswan.git/commit
testing: Add option to build all software recipes when building strongSwan
authorTobias Brunner <tobias@strongswan.org>
Thu, 29 Oct 2020 16:55:38 +0000 (17:55 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 27 Nov 2020 11:05:22 +0000 (12:05 +0100)
commit543d09c4b473b77038b7717cbed4b0c0f755707e
treed97f52f3a7baf5ef81d64b11c53617e6d319fef4
parentedc55f087661ac9e7cb1f407441a9d6cb882e505
testing: Add option to build all software recipes when building strongSwan

This is like building the root image but using a specific strongSwan
source tree, which is helpful if code changes depend on other software
packages (e.g. TKM-related or testing new crypto libraries).  If the script
is called and the root image does not exist, the new option is enabled
automatically.

The option to build in a specific guest image is now also moved to an
explicit command line option so that the source dir path is the only
remaining positional argument (see --help for details).
testing/scripts/build-strongswan