sfa-1.0-8 build script
[infrastructure.git] / scripts / sfa-1.0-8.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 -f f8 -p linux32 -b sfa-1.0-8--f8-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-8
11 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux64 -b sfa-1.0-8--f8-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-8
12
13 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -b sfa-1.0-8--f12-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-8
14 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux64 -b sfa-1.0-8--f12-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-8
15
16