From: Barış Metin Date: Fri, 9 Jul 2010 17:43:55 +0000 (+0200) Subject: NodeUpdate -> nodeupdate X-Git-Tag: 5.0-rc12~13^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dddd34837a02513057973022326df0bd2674e451;p=build.git NodeUpdate -> nodeupdate --- diff --git a/module-tools.py b/module-tools.py index 907fe3d6..940e4b5b 100755 --- a/module-tools.py +++ b/module-tools.py @@ -19,7 +19,8 @@ RENAMED_SVN_MODULES = { "BootstrapFS": "bootstrapfs", "MyPLC": "myplc", "CoDemux": "codemux", - "NodeManager": "nodemanager" + "NodeManager": "nodemanager", + "NodeUpdate": "nodeupdate" } def svn_to_git_name(module):