From 36c747d9b21c0029060825e3b394bc3708361076 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Tue, 17 Feb 2015 17:23:52 +0100 Subject: [PATCH] [IMP] runbot_cla: use https target url --- runbot_cla/runbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot_cla/runbot.py b/runbot_cla/runbot.py index 98e4278f..60bdbc82 100644 --- a/runbot_cla/runbot.py +++ b/runbot_cla/runbot.py @@ -28,7 +28,7 @@ class runbot_build(openerp.models.Model): _logger.info('CLA build:%s email:%s result:%s', build.dest, email, state) status = { "state": state, - "target_url": "http://www.odoo.com/sign-cla", + "target_url": "https://www.odoo.com/sign-cla", "description": "%s Odoo CLA signature check" % build.author, "context": "legal/cla" }