mirror of
https://gitlab.com/datalifeit/trytond-staff_workplace
synced 2023-12-14 04:42:58 +01:00
"Migrate to git [SKIP CI]"
This commit is contained in:
parent
696d4ba34a
commit
0898c3a4b4
3 changed files with 8 additions and 12 deletions
|
@ -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:
|
||||
|
|
|
@ -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/
|
||||
|
|
8
setup.py
8
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': '.'},
|
||||
|
|
Loading…
Reference in a new issue