From: Thierry Parmentelat Date: Wed, 20 Oct 2010 08:46:03 +0000 (+0200) Subject: script for rebuilding sfa X-Git-Tag: foo~71 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a32d6f5ea0de533910a24b02ad54c6b18c7cda59;p=infrastructure.git script for rebuilding sfa --- diff --git a/scripts/sfa-1.0-5.sh b/scripts/sfa-1.0-5.sh new file mode 100755 index 0000000..ec855e1 --- /dev/null +++ b/scripts/sfa-1.0-5.sh @@ -0,0 +1,17 @@ +function liquid () { hostname | grep -q liquid ; } +function reed () { hostname | grep -q reed ; } +function velvet () { hostname | grep -q velvet ; } + +### we assume the tag in question is mentioned in onelab-k27-tags.mk +tags="-t onelab-k27-tags.mk" +tag=sfa-1.0-5 + +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux32 -t onelab-k27-tags.mk -b sfa-1.0-5--f8-32 -B sfa +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux64 -t onelab-k27-tags.mk -b sfa-1.0-5--f8-64 -B sfa + +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -t onelab-k27-tags.mk -b sfa-1.0-5--f12-32 -B sfa +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux64 -t onelab-k27-tags.mk -b sfa-1.0-5--f12-64 -B sfa + +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f centos5 -p linux32 -t onelab-k27-tags.mk -b sfa-1.0-5--c5-32 -B sfa +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f centos5 -p linux64 -t onelab-k27-tags.mk -b sfa-1.0-5--c5-64 -B sfa +