update branches to watch
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 27 Sep 2012 10:39:43 +0000 (12:39 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 27 Sep 2012 10:39:43 +0000 (12:39 +0200)
lxc-openvswitch-tags.mk
modules.list
modules.update

index 270065b..c23a1e5 100644 (file)
@@ -1,6 +1,7 @@
 # build-GITPATH is now set by vbuild-nightly.sh to avoid duplication
 
 lxcsu-GITPATH                  := git://git.planet-lab.org/lxcsu.git@master
+lxctools-BRANCH                        := openvswitch
 lxctools-GITPATH               := git://git.planet-lab.org/lxctools.git@openvswitch
 transforward-GITPATH           := git://git.onelab.eu/transforward.git@master
 procprotect-GITPATH            := git://git.onelab.eu/procprotect.git@master
@@ -8,6 +9,7 @@ ipfw-GITPATH                    := git://git.onelab.eu/ipfw.git@ipfw-20120610-2
 nodeupdate-GITPATH             := git://git.planet-lab.org/nodeupdate.git@nodeupdate-0.5-9
 PingOfDeath-SVNPATH            := http://svn.planet-lab.org/svn/PingOfDeath/tags/PingOfDeath-2.2-1
 plnode-utils-GITPATH           := git://git.onelab.eu/plnode-utils@master
+nodeupdate-BRANCH              := openvswitch
 nodemanager-GITPATH             := git://git.onelab.eu/nodemanager.git@openvswitch
 # Trellis-specific NodeManager plugins
 nodemanager-topo-GITPATH       := git://git.planet-lab.org/NodeManager-topo@master
@@ -41,10 +43,12 @@ nodeconfig-GITPATH          := git://git.planet-lab.org/nodeconfig.git@nodeconfig-5.0-7
 bootmanager-BRANCH             := lxc_devel
 bootmanager-GITPATH             := git://git.planet-lab.org/bootmanager.git@lxc_devel
 pypcilib-GITPATH               := git://git.planet-lab.org/pypcilib.git@pypcilib-0.2-10
+pyplnet-BRANCH                 := openvswitch
 pyplnet-GITPATH                 := git://git.planet-lab.org/pyplnet.git@openvswitch
 DistributedRateLimiting-SVNPATH        := http://svn.planet-lab.org/svn/DistributedRateLimiting/tags/DistributedRateLimiting-0.1-1
 pcucontrol-GITPATH              := git://git.planet-lab.org/pcucontrol.git@pcucontrol-1.0-13
 bootcd-GITPATH                  := git://git.planet-lab.org/bootcd.git@master
+sliceimage-BRANCH              := openvswitch
 sliceimage-GITPATH             := git://git.planet-lab.org/sliceimage.git@openvswitch
 lxc-reference-GITPATH           := git://git.planet-lab.org/lxc-reference.git@master
 nodeimage-GITPATH               := git://git.planet-lab.org/nodeimage.git@master
index f83df33..7f7f295 100644 (file)
@@ -13,6 +13,7 @@ libvirt
 linux-2.6:32
 lxcsu
 lxctools
+lxctools:openvswitch
 madwifi
 mom
 monitor
@@ -22,6 +23,7 @@ nodeimage
 nodemanager
 nodemanager:2.0
 nodeupdate
+nodeupdate:openvswitch
 omf
 oml
 pcucontrol
@@ -37,9 +39,11 @@ procprotect
 pyaspects
 pypcilib
 pyplnet
+pyplnet:openvswitch
 sfa
 sface
 sliceimage
+sliceimage:openvswitch
 sliver-openvswitch
 tests
 transforward
index c8a3dda..f099523 100755 (executable)
@@ -12,6 +12,7 @@ fcdistros="f14 f16"
     make stage1=true PLDISTRO=onelab PLDISTROTAGS=onelab-tags.mk DISTRONAME=${fcdistro} module-tools ;
     make stage1=true PLDISTRO=mlab PLDISTROTAGS=mlab-tags.mk DISTRONAME=${fcdistro} module-tools ;
     make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-tags.mk DISTRONAME=${fcdistro} module-tools ;
+    make stage1=true PLDISTRO=lxc PLDISTROTAGS=lxc-openvswitch-tags.mk DISTRONAME=${fcdistro} module-tools ;
   done 2>/dev/null ;
   echo tests
 ) | sort -uf | grep -v '^build$'