From: Barış Metin Date: Wed, 7 Jul 2010 16:54:03 +0000 (+0200) Subject: name changes X-Git-Tag: 5.0-rc12~37 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ba1a68d386e4f5608bd60747b5b996e61a36f9a4;p=build.git name changes --- diff --git a/module-tools.py b/module-tools.py index 52653eac..c9363f27 100755 --- a/module-tools.py +++ b/module-tools.py @@ -12,7 +12,12 @@ from optparse import OptionParser # a map of name changes applied in git repositories. RENAMED_SVN_MODULES = { "PLEWWW": "plewww", - "PLCAPI": "plcapi" + "PLCAPI": "plcapi", + "BootManager": "bootmanager", + "BootCD": "bootcd", + "VserverReference": "vserverreference", + "BootstrapFS": "bootstrapfs", + "MyPLC": "myplc" } def svn_to_git_name(module):