From: Thierry Parmentelat Date: Mon, 20 Feb 2012 15:47:15 +0000 (+0100) Subject: attempt to skip check_initscripts with the lxc build X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=586f84ad6fec9579338dea785bfe999912f8f467;p=infrastructure.git attempt to skip check_initscripts with the lxc build --- 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