send debian packages onto a debian devel box
[infrastructure.git] / scripts / builds.sh
index ca9ba17..6146496 100755 (executable)
@@ -2,14 +2,16 @@
 
 # the tests flavours available
 # -B means no test
-# default for the tests setup is one myplc
+# -c default for the tests setup is one myplc
 # -c dual has two myplc's - pointing to each other AMs
 # -c triangle has three - ditto
 # -c sfamesh makes them point to SMs
+# -c bignode is to allow one hour for the node to install
 
 function liquid () { hostname | grep -q liquid ; }
 function reed () { hostname | grep -q reed ; }
 function velvet () { hostname | grep -q velvet ; }
+function gorillaz () { hostname | grep -q gorillaz ; }
 
 #################### lxc on f14 and f16 
 # wextoolbox on f14 (gnuradio is in f14 only)
@@ -21,13 +23,12 @@ liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux3
 # see wexlxc.mk in wextoolbox (branch wexlxc)
 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wexlxc -p linux64 -f f16 -b @DATE@--wexlxc-f16-64 -X -c default -c bignode
 
-#liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -X 
-liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -t lxc-openvswitch-tags.mk -f f16 -p linux64 -b @DATE@--lxc16dev -X 
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -X
 # lxc17 is< broken for now - f12 vs-capable build box like liquid can't seem to create the build VMs b/c of some rpm limitations
 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f17 -p linux64 -b @DATE@--lxc17 -X
 
 
-###  build on;y 64bits for the main devel track as this has gone very slow
+###  build only 64bits for the main devel track as this has gone very slow
 # f12 on reed - no SFA any more
 reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux64 -b @DATE@--f12-64
 #reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -b @DATE@--f12-32
@@ -37,7 +38,18 @@ reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux
 # f14
 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--f14-64
 #velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux32 -b @DATE@--f14-32
-velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux32 -b @DATE@--f14-32-sfav3 -c default -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 tests-GITPATH=git://git.onelab.eu/tests.git@master
+velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux32 -b @DATE@--f14-32-sfav3 -c default -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 tests-GITPATH=git://git.onelab.eu/tests.git@sfa-geni-v3
+
+
+# debians; we use gorillaz as a precaution because it runs f14 and has a more recent debootstrap module
+# although the definitions of these distros for vserver essentially boiled down to adding symlinks
+# in /usr/share/debootstrap/scripts 
+# should be http://build-debian.onelab.eu/ but I can't tweak the dns for now
+gorillaz && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -P develsfa.pkgs -W http://build-debian.pl.sophia.inria.fr/ -f squeeze -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfasqueeze ALL=sfa sfa-debian -B
+gorillaz && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -P develsfa.pkgs -W http://build-debian.pl.sophia.inria.fr/ -f wheezy  -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfawheezy ALL=sfa sfa-debian  -B
+gorillaz && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -P develsfa.pkgs -W http://build-debian.pl.sophia.inria.fr/ -f oneiric -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaoneiric ALL=sfa sfa-debian -B
+gorillaz && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -P develsfa.pkgs -W http://build-debian.pl.sophia.inria.fr/ -f precise -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaprecise ALL=sfa sfa-debian -B
+gorillaz && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -P develsfa.pkgs -W http://build-debian.pl.sophia.inria.fr/ -f quantal -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaquantal ALL=sfa sfa-debian -B
 
 
 ###### testing only the pg rspecs