From: Thierry Parmentelat Date: Wed, 11 Dec 2013 09:41:03 +0000 (+0100) Subject: building 5.3.1 - not for lxc though X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=96464688bd852745a37705dd06994e1ab1c275c7;p=infrastructure.git building 5.3.1 - not for lxc though --- diff --git a/scripts/5.3.1.sh b/scripts/5.3.1.sh new file mode 100755 index 0000000..f2f98e4 --- /dev/null +++ b/scripts/5.3.1.sh @@ -0,0 +1,12 @@ +function liquid () { hostname | grep liquid >& /dev/null ; } +function reed () { hostname | grep reed >& /dev/null ; } +function velvet () { hostname | grep velvet >& /dev/null ; } + +# We do not build the lxc release for 5.3.1 because at this point it fails to pass check_initscripts +#liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d lxc -f f18 -p linux64 -b lxc--5.3.1-f18-64 + +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f12 -p linux64 -b onelab--5.3.1-f12-64 +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f12 -p linux32 -b onelab--5.3.1-f12-32 + +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f14 -p linux64 -b onelab--5.3.1-f14-64 +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.1 -d onelab -f f14 -p linux32 -b onelab--5.3.1-f14-32