From: Thierry Parmentelat Date: Thu, 23 Jan 2014 13:32:56 +0000 (+0100) Subject: commit a sfa-3102.sh even though this is premature, but to take into account changes... X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cb7d9c7d370cc0522e886d56b66592a7501f32a9;p=infrastructure.git commit a sfa-3102.sh even though this is premature, but to take into account changes to the build infra --- diff --git a/scripts/sfa-3102.sh b/scripts/sfa-3102.sh new file mode 100755 index 0000000..51a919e --- /dev/null +++ b/scripts/sfa-3102.sh @@ -0,0 +1,34 @@ +# this only is a skeleton to take into account changes to the build infra +# it has been used yet +echo "PLEASE CHECK ME FIRST" +exit + +### IMPORTANT NOTE +# looks like after this has run successfully, +# the published repos still need to be indexed with createrepo +# see also liquid:build/sfa/reindex.sh +### HISTORICAL NOTE +# from 3.1-1 we build in the lxc environment, and do not build sface any longer + +function liquid () { hostname | grep -q liquid ; } +function reed () { hostname | grep -q reed ; } +function velvet () { hostname | grep -q velvet ; } + +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f14 -p linux64 -b sfa-3.1-2--f14-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b sfa-3.1-2--f16-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f18 -p linux64 -b sfa-3.1-2--f18-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +warhol && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f20 -p linux64 -b sfa-3.1-2--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 + +# XXX FIXME +# as of this writing only vs boxes can do this, although +# hopefully warhol could take over - and further, i.e. from raring and beyond + +#debians +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f squeeze -P develdeb.pkgs -W http://debian.onelab.eu/ -p linux64 -b sfa-3.1.1-squeeze-64 -B sfa-debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f wheezy -P develdeb.pkgs -W http://debian.onelab.eu/ -p linux64 -b sfa-3.1.1-wheezy-64 -B sfa-debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +#ubuntus +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f oneiric -P develdeb.pkgs -W http://debian.onelab.eu/ -p linux64 -b sfa-3.1.1-oneiric-64 -B sfa-debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f precise -P develdeb.pkgs -W http://debian.onelab.eu/ -p linux64 -b sfa-3.1.1-precise-64 -B sfa-debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f quantal -P develdeb.pkgs -W http://debian.onelab.eu/ -p linux64 -b sfa-3.1.1-quantal-64 -B sfa-debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +warhol && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f raring -P develdeb.pkgs -W http://debian.onelab.eu/ -p linux64 -b sfa-3.1.1-raring-64 -B sfa-debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2 +warhol && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f saucy -P develdeb.pkgs -W http://debian.onelab.eu/ -p linux64 -b sfa-3.1.1-saucy-64 -B sfa-debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-2