From: Thierry Parmentelat Date: Mon, 13 Dec 2010 10:53:09 +0000 (+0100) Subject: today's builds X-Git-Tag: foo~38 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f5889a1ebe8ac7ae0590f0b89d136cfab2813af8;p=infrastructure.git today's builds --- diff --git a/scripts/5.0-rc17.sh b/scripts/5.0-rc17.sh new file mode 100755 index 0000000..9fa903d --- /dev/null +++ b/scripts/5.0-rc17.sh @@ -0,0 +1,9 @@ +function liquid () { hostname | grep liquid >& /dev/null ; } +function reed () { hostname | grep reed >& /dev/null ; } +function velvet () { hostname | grep velvet >& /dev/null ; } + +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc17 -d onelab -f f8 -p linux64 -b onelab--5.0-rc17-f8-64 +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc17 -d onelab -f f12 -p linux64 -b onelab--5.0-rc17-f12-64 -t onelab-k27-tags.mk + +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc17 -d onelab -f f8 -p linux32 -b onelab--5.0-rc17-f8-32 +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@5.0-rc17 -d onelab -f f12 -p linux32 -b onelab--5.0-rc17-f12-32 -t onelab-k27-tags.mk diff --git a/scripts/sfa-1.0-9.sh b/scripts/sfa-1.0-9.sh new file mode 100755 index 0000000..3e14a87 --- /dev/null +++ b/scripts/sfa-1.0-9.sh @@ -0,0 +1,16 @@ +### 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 + +function liquid () { hostname | grep -q liquid ; } +function reed () { hostname | grep -q reed ; } +function velvet () { hostname | grep -q velvet ; } + +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux32 -b sfa-1.0-9--f8-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-9 +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux64 -b sfa-1.0-9--f8-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-9 + +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -b sfa-1.0-9--f12-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-9 +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux64 -b sfa-1.0-9--f12-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-9 + +