From: Thierry Parmentelat Date: Mon, 19 Nov 2012 13:34:53 +0000 (+0100) Subject: 2.1-17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8b293a2ae9693e8e1df164da287032bd4f82f798;p=infrastructure.git 2.1-17 --- diff --git a/scripts/sfa-2117-sface-099.sh b/scripts/sfa-2117-sface-099.sh new file mode 100755 index 0000000..ab4b4f0 --- /dev/null +++ b/scripts/sfa-2117-sface-099.sh @@ -0,0 +1,14 @@ +### 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 ; } + +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux32 -b sfa-2.1-17--f14-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-17 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-9 +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b sfa-2.1-17--f14-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-17 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-9 + +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f16 -p linux32 -b sfa-2.1-17--f16-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-17 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-9 +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f16 -p linux64 -b sfa-2.1-17--f16-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-17 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-9