On 2018-07-06 10:16, Cédric Krier wrote:
> Hi,
> 
> The hg.tryton.org site has served 66GB for June. But mainly to only 3
> hosts:
> 
>     * ns332279.ip-91-121-118.eu: 25.86 GB
>     * static-160-102-225-77.ipcom.comunitel.net: 24.04 GB
>     * cli-???.wholesale.adamo.es: 13.26 GB
> 
> Those 3 hosts consume more than 90% of the bandwidth of the site.
> I suspect those are testing machines that clone (from scratch)
> repositories on each builds.
> I would like to request to the owner of those hosts, a fare use of our
> resources. For that there are many options:
> 
>     * Use a local mirror of the Tryton repositories (like
>       drone.tryton.org does with hgwebcachingproxy [1])
> 
>     * Use mirrors instead of hg.tryton.org [2]
> 
>     * Use PyPI packages if you do not build on development branch

We found that the issue may be in tox.ini the install_command contains
'--find-links https://trydevpi.tryton.org/' but it should be only:

    install_command = pip install --pre --process-dependency-links {opts} 
{packages}

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20180706120922.GM4715%40kei.

Reply via email to