From a32d6f5ea0de533910a24b02ad54c6b18c7cda59 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Oct 2010 10:46:03 +0200 Subject: [PATCH] script for rebuilding sfa --- scripts/sfa-1.0-5.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 scripts/sfa-1.0-5.sh 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 + -- 2.47.0