From d97f2d9f11361d3a2a8c83d2a71a6d9f5ba62d45 Mon Sep 17 00:00:00 2001 From: David Monjoie Date: Thu, 22 Jan 2015 17:21:29 +0100 Subject: [PATCH] [FIX] runbot: keep modules to install list when forcing rebuild --- runbot/runbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runbot/runbot.py b/runbot/runbot.py index 3205edb0..fa592264 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -858,6 +858,7 @@ class runbot_build(osv.osv): 'author': build.author, 'committer': build.committer, 'subject': build.subject, + 'modules': build.modules, } self.create(cr, 1, new_build, context=context) return build.repo_id.id