script for rebuilding sfa
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 20 Oct 2010 08:46:03 +0000 (10:46 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 20 Oct 2010 08:46:03 +0000 (10:46 +0200)
scripts/sfa-1.0-5.sh [new file with mode: 0755]

diff --git a/scripts/sfa-1.0-5.sh b/scripts/sfa-1.0-5.sh
new file mode 100755 (executable)
index 0000000..ec855e1
--- /dev/null
@@ -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 
+