From 96464688bd852745a37705dd06994e1ab1c275c7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 11 Dec 2013 10:41:03 +0100 Subject: [PATCH] building 5.3.1 - not for lxc though --- scripts/5.3.1.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 scripts/5.3.1.sh 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 -- 2.47.0