diff --git a/.drone.yml b/.drone.yml index cae36d8..560e3bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,3 @@ -clone: - hg: - image: plugins/hg - pipeline: tox: image: ${IMAGE} @@ -17,7 +13,7 @@ pipeline: - /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 a79d4f4..e6ee3d9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This Module runs with the Tryton application platform. This module is developed and tested over a Tryton server and core modules. -[![Build Status](http://drone.datalife.com.es:8050/api/badges/datalife_sco/trytond-staff_workplace/status.svg)](http://drone.datalife.com.es:8050/datalife_sco/trytond-staff_workplace) +[![Build Status](http://drone.datalifeit.es:8050/api/badges/datalifeit/trytond-staff_workplace/status.svg)](http://drone.datalifeit.es:8050/datalifeit/trytond-staff_workplace) Installing ---------- @@ -18,7 +18,7 @@ questions on the Tryton bug tracker, mailing list, wiki or IRC channel: * http://doc.tryton-erp.es/ -* http://bitbucket.org/datalife_sco/trytond-staff_workplace +* http://gitlab.com/datalifeit/trytond-staff_workplace * http://groups.tryton.org/ * http://wiki.tryton.org/ * irc://irc.freenode.net/tryton @@ -36,4 +36,4 @@ See COPYRIGHT For more information please visit the Datalife web site: - http://www.datalife.com.es/ + http://www.datalifeit.es/ diff --git a/setup.py b/setup.py index 237aa84..fcd5831 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ major_version, minor_version, _ = version.split('.', 2) major_version = int(major_version) minor_version = int(minor_version) name = 'datalife_staff_workplace' -download_url = 'https://bitbucket.org/datalife_sco/trytond-staff_workplace' +download_url = 'https://gitlab.com/datalifeit/trytond-staff_workplace' series = '%s.%s' % (major_version, minor_version) if minor_version % 2: @@ -52,7 +52,7 @@ else: dependency_links = { 'staff': - 'hg+https://bitbucket.org/datalife_sco/' + 'git+https://gitlab.com/datalifeit/' 'trytond-staff@%(branch)s' '#egg=datalife_staff-%(series)s' % { 'branch': branch, @@ -85,8 +85,8 @@ setup(name=name, description='Tryton staff workplace 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.staff_workplace': '.'},