diff --git a/.drone.yml b/.drone.yml index d542b03..1031345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,3 @@ -clone: - hg: - image: plugins/hg - pipeline: tox: image: ${IMAGE} @@ -13,10 +9,10 @@ pipeline: - pip install tox - tox -e "${TOXENV}-${DATABASE}" volumes: - - cache:/root/.cache + - /var/lib/cache:/root/.cache notify: image: drillster/drone-email - from: drone@datalife.com.es + from: drone@datalifeit.es skip_verify: true secrets: [ email_host, email_port ] when: diff --git a/README.md b/README.md index 764cad5..c284c07 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ datalife_sale_repl_ss The sale_repl_ss module of the Tryton application platform. -[![Build Status](http://drone.datalife.com.es:8050/api/badges/datalife_sco/trytond-sale_repl_ss/status.svg)](http://drone.datalife.com.es:8050/datalife_sco/trytond-sale_repl_ss) +[![Build Status](http://drone.datalifeit.es:8050/api/badges/datalifeit/trytond-sale_repl_ss/status.svg)](http://drone.datalifeit.es:8050/datalifeit/trytond-sale_repl_ss) Installing ---------- diff --git a/setup.py b/setup.py index 5904268..86e7c6b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ major_version, minor_version, _ = version.split('.', 2) major_version = int(major_version) minor_version = int(minor_version) name = 'datalife_sale_repl_ss' -download_url = 'https://bitbucket.org/datalife_sco/trytond-sale_repl_ss' +download_url = 'https://gitlab.com/datalifeit/trytond-sale_repl_ss' series = '%s.%s' % (major_version, minor_version) if minor_version % 2: @@ -46,7 +46,7 @@ if minor_version % 2: else: branch = series -requires = ['tryton_replication @ hg+https://bitbucket.org/datalife_sco/' +requires = ['tryton_replication @ git+https://gitlab.com/datalifeit/' 'tryton_replication@%(branch)s' '#egg=tryton_replication-%(series)s' % { 'branch': branch, @@ -77,8 +77,8 @@ setup(name=name, description='Tryton sale repl ss Module', long_description=read('README.md'), author='Datalife', - author_email='info@datalife.com.es', - url='https://bitbucket.org/datalife_sco/', + author_email='info@datalifeit.es', + url='https://gitlab.com/datalifeit/', download_url=download_url, keywords='', package_dir={'trytond.modules.sale_repl_ss': '.'},