From: Barış Metin Date: Wed, 7 Jul 2010 17:00:41 +0000 (+0200) Subject: Merge remote branch 'origin/master' X-Git-Tag: 5.0-rc12~36 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8173e06d228829cdff2b14d68c75764a9e45e69f;hp=e9b6dbd8af6b7cecffb2e451301724b3ec31daa6;p=build.git Merge remote branch 'origin/master' --- 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):