This commit is contained in:
Guewen Baconnier
2016-11-02 10:29:02 +01:00
parent ec1f3fc61a
commit b5f00c26dc
7 changed files with 7 additions and 5 deletions
+2
View File
@@ -20,6 +20,8 @@ env:
- LINT_CHECK="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
global:
- VERSION="9.0"
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
+1 -1
View File
@@ -11,7 +11,7 @@
'category': 'Knowledge Management',
'depends': ['base'],
'external_dependencies': {
'python': ['boto'],
'python': ['boto'],
},
'website': 'http://www.camptocamp.com',
'data': [],
+1 -1
View File
@@ -14,7 +14,7 @@
'session_redis',
'monitoring_status',
'logging_json',
#'monitoring_log_requests',
# 'monitoring_log_requests',
'server_environment', # OCA/server-tools
],
'website': 'http://www.camptocamp.com',
-1
View File
@@ -33,7 +33,6 @@ class FilestoreKind(object):
file = 'file'
class CloudPlatform(models.AbstractModel):
_name = 'cloud.platform'
+1
View File
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
def install_exoscale(ctx):
ctx.env['cloud.platform'].install_exoscale()
+1 -1
View File
@@ -10,7 +10,7 @@
'depends': ['base',
],
'external_dependencies': {
'python': ['pythonjsonlogger'],
'python': ['pythonjsonlogger'],
},
'website': 'http://www.camptocamp.com',
'data': [],
+1 -1
View File
@@ -11,7 +11,7 @@
'category': 'Extra Tools',
'depends': ['base'],
'external_dependencies': {
'python': ['redis'],
'python': ['redis'],
},
'website': 'http://www.camptocamp.com',
'data': [],