From 10bff340b8ca9b2087e3807c0e3ec6849de54e08 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Wed, 28 Mar 2012 09:50:38 +0200 Subject: [PATCH] mention -X for lxc builds --- scripts/builds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 3da4c05..6eb239b 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -14,9 +14,9 @@ function velvet () { hostname | grep -q velvet ; } #################### lxc on f14 and f16 # skip the check_initscripts step # TODO use -X to test plc under lxc -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f14 -p linux64 -b @DATE@--lxc14 -e check_initscripts -e check_tcp +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -X -f f14 -p linux64 -b @DATE@--lxc14 -e check_initscripts -e check_tcp # 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 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -X -f f16 -p linux64 -b @DATE@--lxc16 # f12 on reed - no SFA any more reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux64 -b @DATE@--f12-64 -- 2.47.0