[IMP] do not install gengo on runbot because it is not configured and will raise warning

This commit is contained in:
Martin Trigaux 2014-06-18 17:14:59 +02:00
parent 0d30ffec5c
commit c1322e9135

View File

@ -535,7 +535,7 @@ class runbot_build(osv.osv):
else:
l = glob.glob(build.path('openerp/addons/*/__init__.py'))
mods = set([os.path.basename(os.path.dirname(i)) for i in l])
mods = mods - set(['auth_ldap', 'document_ftp', 'hw_escpos', 'hw_proxy', 'hw_scanner'])
mods = mods - set(['auth_ldap', 'document_ftp', 'hw_escpos', 'hw_proxy', 'hw_scanner', 'base_gengo', 'website_gengo'])
mods = ",".join(list(mods))
# commandline