mark END
[infrastructure.git] / scripts / sfa-2102-sface-094.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.1-2--f8-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-2 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-4
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.1-2--f8-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-2 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-4
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.1-2--f12-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-2 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-4
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.1-2--f12-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-2 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-4
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.1-2--f14-32 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-2 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-4
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.1-2--f14-64 -B sfa sface sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-2.1-2 sface-GITPATH=git://git.onelab.eu/sface.git@sface-0.9-4
18
19