created a local git version of Monitor
authorBaris Metin <bmetin@verivue.com>
Fri, 8 Apr 2011 23:36:56 +0000 (19:36 -0400)
committerBaris Metin <bmetin@verivue.com>
Fri, 8 Apr 2011 23:36:56 +0000 (19:36 -0400)
coblitz-latest-tags.mk
module-tools.py

index 8b4510a..1f903b8 100644 (file)
@@ -32,7 +32,7 @@ vserver-reference-GITPATH     := git://git.verivue.com/planetlab/vserver-reference@v
 bootstrapfs-GITPATH             := git://git.verivue.com/planetlab/bootstrapfs.git@BootstrapFS-1.0-12
 myplc-GITPATH                   := git://git.verivue.com/planetlab/myplc@myplc-4.3-50
 pyopenssl-GITPATH              := git://git.verivue.com/planetlab/pyopenssl.git@pyopenssl-0.9-1
-Monitor-SVNPATH                 := http://svn.planet-lab.org/svn/Monitor/tags/Monitor-3.0-29
+monitor-GITPATH                 := git://git.verivue.com/planetlab/monitor.git@Monitor-3.0.29
 
 # locating the right test directory - see make tests_gitpath
 tests-GITPATH                  := git://git.verivue.com/tests.git@verivue
index 8146561..e7c17c1 100755 (executable)
@@ -21,7 +21,8 @@ RENAMED_SVN_MODULES = {
     "MyPLC": "myplc",
     "CoDemux": "codemux",
     "NodeManager": "nodemanager",
-    "NodeUpdate": "nodeupdate"
+    "NodeUpdate": "nodeupdate",
+    "Monitor": "monitor"
     }
 
 def svn_to_git_name(module):