diff --git a/runbot/controllers/frontend.py b/runbot/controllers/frontend.py index a46cef54..b48a722a 100644 --- a/runbot/controllers/frontend.py +++ b/runbot/controllers/frontend.py @@ -625,7 +625,7 @@ class Runbot(Controller): _logger.info('Redirecting to %s', run_url) return werkzeug.utils.redirect(run_url) - @route(['/runbot/parse_log/'], type='http', auth='user', website=True, sitemap=False) + @route(['/runbot/parse_log/'], type='http', auth='user', sitemap=False) def parse_log(self, ir_log, **kwargs): request.env['runbot.build.error']._parse_logs(ir_log) return werkzeug.utils.redirect('/runbot/build/%s' % ir_log.build_id.id) diff --git a/runbot/templates/batch.xml b/runbot/templates/batch.xml index 1e74b35f..8c6cf035 100644 --- a/runbot/templates/batch.xml +++ b/runbot/templates/batch.xml @@ -10,6 +10,10 @@ Bundle +   + + +