redirect the local modules to git
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 May 2010 08:57:41 +0000 (10:57 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 May 2010 08:57:41 +0000 (10:57 +0200)
wextoolbox-tags.mk

index 1786415..a30cb2c 100644 (file)
@@ -1,14 +1,10 @@
-# $Id$
-# $URL$
-
-boost-SVNPATH                  := http://svn.onelab.eu/boost/tags/boost-1.37.0-6
-gnuradio-SVNPATH                := http://svn.onelab.eu/gnuradio/trunk
-bbn_80211-SVNPATH               := http://svn.onelab.eu/bbn_80211/tags/bbn_80211-3.2.2-3
-crunchxml-SVNPATH              := http://svn.onelab.eu/crunchxml/tags/crunchxml-1.1-1
-spectools-SVNPATH              := http://svn.onelab.eu/spectools/tags/spectools-2009_06_R1-1
+boost-GITPATH                  := git://git.onelab.eu/boost@boost-1.37.0-6
+gnuradio-GITPATH                := git://git.onelab.eu/gnuradio
+bbn_80211-GITPATH               := git://git.onelab.eu/bbn_80211@bbn_80211-3.2.2-3
+crunchxml-GITPATH              := git://git.onelab.eu/crunchxml@crunchxml-1.1-1
+spectools-GITPATH              := git://git.onelab.eu/spectools@spectools-2009_06_R1-1
 #turned off
-#sge-SVNPATH                   := http://svn.onelab.eu/sge/tags/sge-6.2.3-1
-#sge-SVNPATH                   := http://svn.onelab.eu/sge/trunk
+#sge-GITPATH                   := git://git.onelab.eu/sge/tags/sge-6.2.3-1
 
 # build-SVNPATH is now set by vbuild-nightly.sh to avoid duplication
 
@@ -56,7 +52,3 @@ MyPLC-SVNPATH                   := http://svn.planet-lab.org/svn/MyPLC/tags/MyPL
 # locating the right test directory - see make tests_svnpath
 tests-GITPATH                   := git://git.onelab.eu/tests@master
 
-### temporary
-# nozomi not needed anymore for 2.6.27
-ALL:=$(subst nozomi,,$(ALL))
-IN_BOOTSTRAPFS:=$(subst nozomi,,$(IN_BOOTSTRAPFS))