3 flavours & 2 archs
[infrastructure.git] / scripts / sfa-1.0-13.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 # keep liquid out of the loop as it's probably busy serving the local yum repos
11 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f8 -p linux32 -b sfa-1.0-13--f8-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-13
12 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f8 -p linux64 -b sfa-1.0-13--f8-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-13
13
14 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux32 -b sfa-1.0-13--f12-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-13
15 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux64 -b sfa-1.0-13--f12-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-13
16
17 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux32 -b sfa-1.0-13--f14-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-13
18 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux64 -b sfa-1.0-13--f14-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-13
19
20