From c1322e913581cb03e5b5240674ebd15228ada7a4 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Wed, 18 Jun 2014 17:14:59 +0200 Subject: [PATCH] [IMP] do not install gengo on runbot because it is not configured and will raise warning --- runbot/runbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index f8a5e04b..652c4bca 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -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