5.3.14
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 16 Jul 2017 12:20:13 +0000 (14:20 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 16 Jul 2017 12:20:13 +0000 (14:20 +0200)
scripts/5.3.14.sh [new file with mode: 0755]

diff --git a/scripts/5.3.14.sh b/scripts/5.3.14.sh
new file mode 100755 (executable)
index 0000000..c2c2eb4
--- /dev/null
@@ -0,0 +1,9 @@
+# we don't need the onelab distro at all now that PLE runs on fedora25
+# old-school vserver-based f14 stuff for PLE
+#/root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.14 -d onelab -f f14 -p linux64 -b onelab--5.3.14-f14-64 &
+# lbuild-nightly forgot to deal with -p very nicely, so here's the magic formula to build the f14/32 combo
+#linux32 /root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.14 -d onelab -f f14 -p linux32 -b onelab--5.3.14-f14-32 &
+
+# containers-based
+/root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.14 -d lxc    -f f24 -p linux64 -b lxc--5.3.14-f24-64 -e check-initscripts&
+/root/bin/lbuild-nightly.sh -s git://git.onelab.eu/build@5.3.14 -d lxc    -f f25 -p linux64 -b lxc--5.3.14-f25-64 -e check-initscripts&