aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-strongswan
Commit message (Collapse)AuthorAgeFilesLines
* testing: Ensure no guest is running when modifying imagesTobias Brunner2014-10-101-0/+1
| | | | | Sometimes guests are not stopped properly. If images are then modified they will be corrupted.
* testing: Add a script to build the current (or an arbitrary) source treeTobias Brunner2014-09-191-0/+65
This allows to (relatively) quickly (re-)build and install the current or an arbitrary strongSwan source tree within the root image. bindfs is used to bind mount the source directory using the regular user and group (only works if sudo is used to run the script) so that newly created files are not owned by root. As with building the root image in general the guests must not be running while executing this script. The guest images are automatically rebuilt after the root image has been updated so configuration files and other modifications in guests will be lost.