"Migrate to git [SKIP CI]"

This commit is contained in:
Sergio Morillo 2020-02-11 13:34:49 +01:00
parent e986a532b1
commit 5256b64cd6
3 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,3 @@
clone:
hg:
image: plugins/hg
pipeline:
tox:
image: ${IMAGE}

2
README
View File

@ -14,7 +14,7 @@ questions on the NaN·tic bug tracker, mailing list,
wiki or IRC channel:
* http://doc.tryton-erp.es/
* http://bitbucket.org/nantic/trytond-sale_supply_production
* http://github.com/nan-tic/trytond-sale_supply_production
* http://groups.tryton.org/
* http://wiki.tryton.org/
* irc://irc.freenode.net/tryton

View File

@ -60,14 +60,14 @@ else:
dependency_links = {
'production_origin':
'hg+https://bitbucket.org/nantic/'
'git+https://github.com/nan-tic/'
'trytond-production_origin@%(branch)s'
'#egg=nantic-production_origin-%(series)s' % {
'branch': branch,
'series': series,
},
'sale_change_quantity':
'hg+https://bitbucket.org/nantic/'
'git+https://github.com/nan-tic/'
'trytond-sale_change_quantity@%(branch)s'
'#egg=nantic-sale_change_quantity-%(series)s' % {
'branch': branch,
@ -105,7 +105,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
author='NaN·tic',
author_email='info@nan-tic.com',
url='http://www.nan-tic.com/',
download_url="https://bitbucket.org/nantic/trytond-%s" % MODULE,
download_url="https://github.com/nan-tic/trytond-%s" % MODULE,
package_dir={'trytond.modules.%s' % MODULE: '.'},
packages=[
'trytond.modules.%s' % MODULE,