5.3.14
[infrastructure.git] / scripts / 5.3.14.sh
1 # we don't need the onelab distro at all now that PLE runs on fedora25
2 # old-school vserver-based f14 stuff for PLE
3 #/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 &
4 # lbuild-nightly forgot to deal with -p very nicely, so here's the magic formula to build the f14/32 combo
5 #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 &
6
7 # containers-based
8 /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&
9 /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&