From: Baris Metin Date: Wed, 13 Apr 2011 21:32:52 +0000 (-0400) Subject: renamed Monitor to monitor in git X-Git-Tag: 5.0-rc23~55^2~9^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b5a2b16781f6302c461871be1cb31d2f5bf19ba4;p=build.git renamed Monitor to monitor in git --- diff --git a/module-tools.py b/module-tools.py index 81465617..e7c17c16 100755 --- a/module-tools.py +++ b/module-tools.py @@ -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):