fix typo
[build.git] / module-tools.py
index e3aaba7..940e4b5 100755 (executable)
@@ -18,7 +18,9 @@ RENAMED_SVN_MODULES = {
     "VserverReference": "vserver-reference",
     "BootstrapFS": "bootstrapfs",
     "MyPLC": "myplc",
-    "NodeManager": "nodemanager"
+    "CoDemux": "codemux",
+    "NodeManager": "nodemanager",
+    "NodeUpdate": "nodeupdate"
     }
 
 def svn_to_git_name(module):
@@ -365,7 +367,7 @@ class Repository:
 
     @classmethod
     def has_moved_to_git(cls, module, config):
-        module = git_to_svn_name(module)
+        module = svn_to_git_name(module)
         # check if the module is already in Git
 #        return SvnRepository.remote_exists("%s/%s/aaaa-has-moved-to-git" % (config['svnpath'], module))
         return GitRepository.remote_exists(Module.git_remote_dir(module))