From ba1a68d386e4f5608bd60747b5b996e61a36f9a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 7 Jul 2010 18:54:03 +0200 Subject: [PATCH] name changes --- module-tools.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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): -- 2.47.0