mark END
[infrastructure.git] / scripts / sfa-2007-sface-091.sh
1 ### IMPORTANT NOTE
2 # looks like after this has run successfully, 
3 # the published repos still need to be indexed with createrepo
4 # see also liquid:build/sfa/reindex.sh
5
6 function liquid () { hostname | grep -q liquid ; }
7 function reed () { hostname | grep -q reed ; }
8 function velvet () { hostname | grep -q velvet ; }
9
10 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f8 -p linux32 -b sfa-2.0-7--f8-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.0-7 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-1
11 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f8 -p linux64 -b sfa-2.0-7--f8-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.0-7 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-1
12
13 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux32 -b sfa-2.0-7--f12-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.0-7 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-1
14 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux64 -b sfa-2.0-7--f12-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.0-7 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-1
15
16 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux32 -b sfa-2.0-7--f14-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.0-7 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-1
17 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux64 -b sfa-2.0-7--f14-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.0-7 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-1
18
19