From be01802eb6e7c3ab5c9e248e0598ba2ba2258ece Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 27 Mar 2014 14:51:04 +0100 Subject: [PATCH] 5.3.2 was broken for f14, and we need the f20 version for the infra side, so let's forget about this one --- scripts/{5.3.2.sh => 5.3.2-broken.sh} | 0 scripts/5.3.3.sh | 11 +++++++++++ 2 files changed, 11 insertions(+) rename scripts/{5.3.2.sh => 5.3.2-broken.sh} (100%) create mode 100755 scripts/5.3.3.sh diff --git a/scripts/5.3.2.sh b/scripts/5.3.2-broken.sh similarity index 100% rename from scripts/5.3.2.sh rename to scripts/5.3.2-broken.sh diff --git a/scripts/5.3.3.sh b/scripts/5.3.3.sh new file mode 100755 index 0000000..ec50009 --- /dev/null +++ b/scripts/5.3.3.sh @@ -0,0 +1,11 @@ +function liquid () { hostname | grep liquid >& /dev/null ; } +function reed () { hostname | grep reed >& /dev/null ; } +function velvet () { hostname | grep velvet >& /dev/null ; } + +# the f14/32 combo won't build anymore for some reason, I let go of it +liquid && /root/bin/lbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.3 -d lxc -f f18 -p linux64 -b lxc--5.3.3-f18-64 + +reed && /root/bin/lbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.3 -d onelab -f f14 -p linux64 -b onelab--5.3.3-f14-64 + +# f20 is still not 100% ready for nodes but the myplc part will come in handy for upgrading our infra +velvet && /root/bin/lbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.3.3 -d lxc -f f20 -p linux64 -b lxc--5.3.3-f20-64 -- 2.43.0