From 586f84ad6fec9579338dea785bfe999912f8f467 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 20 Feb 2012 16:47:15 +0100 Subject: [PATCH] attempt to skip check_initscripts with the lxc build --- scripts/builds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 181c893..3c4d12f 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -12,7 +12,7 @@ function reed () { hostname | grep -q reed ; } function velvet () { hostname | grep -q velvet ; } #################### lxc on f14 and f16 -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f14 -p linux64 -b @DATE@--lxc14 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f14 -p linux64 -b @DATE@--lxc14 -x '-x check_initscripts' # testing on f16 is known to be broken - services won't start in the myplc vm - systemd not supported in util-vserver ? liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -B -- 2.47.0