aboutsummaryrefslogtreecommitdiffstats
path: root/testing/make-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-06 18:26:39 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 15:22:10 +0100
commit261cf0e395ec43634e49e3f431cd189d69f03edc (patch)
treed3b94d24c6b8e178a8b8423e838e0f40eaf257e1 /testing/make-testing
parent2d1577d661c02753ad7c9b34f993a7c340706679 (diff)
downloadstrongswan-261cf0e395ec43634e49e3f431cd189d69f03edc.tar.bz2
strongswan-261cf0e395ec43634e49e3f431cd189d69f03edc.tar.xz
Drop build-hostconfig script
Use processed host configurations directly instead.
Diffstat (limited to 'testing/make-testing')
-rwxr-xr-xtesting/make-testing11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/make-testing b/testing/make-testing
index cd749b29c..9f5f17c6a 100755
--- a/testing/make-testing
+++ b/testing/make-testing
@@ -38,7 +38,6 @@ then
$DIR/scripts/build-baseimage
fi
-
##########################################################################
# build the UML kernel based on a vanilla kernel form kernel.org
# and a matching UML patch from user-mode-linux.sourceforge.net
@@ -58,16 +57,6 @@ then
fi
##########################################################################
-# copy the default UML host configurations to $BUILDDIR
-# and assign actual IP addresses to the UML hosts
-#
-if [ $ENABLE_BUILD_HOSTCONFIG = "yes" ]
-then
- cecho "Building host configurations (scripts/build-hostconfig)"
- $DIR/scripts/build-hostconfig
-fi
-
-##########################################################################
# Creating the root filesystems for the specified UML instances
#
if [ $ENABLE_BUILD_UMLHOSTFS = "yes" ]