From a42ca343e4bfdcc4784696797f9f541560e6f504 Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Tue, 11 Feb 2020 13:23:51 +0100 Subject: [PATCH] "Migrate to git [SKIP CI]" --- .drone.yml | 8 ++------ README.md | 6 +++--- setup.py | 8 ++++---- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 82ae06b..560e3bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,3 @@ -clone: - hg: - image: plugins/hg - pipeline: tox: image: ${IMAGE} @@ -14,10 +10,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 2208206..1625fa1 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-stock_product_category_location/status.svg)](http://drone.datalife.com.es:8050/datalife_sco/trytond-stock_product_category_location) +[![Build Status](http://drone.datalifeit.es:8050/api/badges/datalifeit/trytond-stock_product_category_location/status.svg)](http://drone.datalifeit.es:8050/datalifeit/trytond-stock_product_category_location) 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-stock_product_category_location +* http://gitlab.com/datalifeit/trytond-stock_product_category_location * 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 027aa05..172eec8 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_stock_product_category_location' -download_url = 'https://bitbucket.org/datalife_sco/trytond-stock_product_category_location' +download_url = 'https://gitlab.com/datalifeit/trytond-stock_product_category_location' series = '%s.%s' % (major_version, minor_version) if minor_version % 2: @@ -51,7 +51,7 @@ else: branch = series dependency_links = { 'stock_location_notebook': - 'hg+https://bitbucket.org/datalife_sco/' + 'git+https://gitlab.com/datalifeit/' 'trytond-stock_location_notebook@%(branch)s' '#egg=datalife_stock_location_notebook-%(series)s' % { 'branch': branch, @@ -83,8 +83,8 @@ setup(name=name, description='Tryton stock product category location 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.stock_product_category_location': '.'},