Do not use svn.plone.org for package links

3 Messages Forum Options Options
Embed this topic
Permalink
Wichert Akkerman
Do not use svn.plone.org for package links
Reply Threaded MoreMore options
Print post
Permalink
svn.plone.org is struggling with the traffic it gets, and way too much
of that is due to setuptools continuously accessing it to find packages.
There is no good reason for it to do so: we upload all our packages to
pypi.python.org. Therefore I have reconfigured svn.plone.org to reject
all requests from setuptools.

If for some obscure reason you need to have setuptools access the
plone.org subversion repositories please use svn-mirror.plone.org instead.

Wichert.

--
Wichert Akkerman <wichert@...>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.



_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Wichert Akkerman
Re: [Plone-developers] Do not use svn.plone.org for package links
Reply Threaded MoreMore options
Print post
Permalink
Previously Maurits van Rees wrote:

> Wichert Akkerman, on 2008-08-05:
> > svn.plone.org is struggling with the traffic it gets, and way too much
> > of that is due to setuptools continuously accessing it to find packages.
> > There is no good reason for it to do so: we upload all our packages to
> > pypi.python.org. Therefore I have reconfigured svn.plone.org to reject
> > all requests from setuptools.
> >
> > If for some obscure reason you need to have setuptools access the
> > plone.org subversion repositories please use svn-mirror.plone.org instead.
>
> Does that mean setup.py should ideally not contain any links to
> svn.plone.org at all?  (And probably no links to svn in the
> long_description either.)  Most of the packages of plone have a line
> like this in setup.py:
>
>       url='http://svn.plone.org/svn/plone/plone.session'
>
> That makes svn.plone.org end up in
> http://pypi.python.org/simple/plone.session

I'ld say so, yes.

Wichert.

--
Wichert Akkerman <wichert@...>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Wichert Akkerman
Re: [Plone-developers] Do not use svn.plone.org for package links
Reply Threaded MoreMore options
Print post
Permalink
In reply to this post by Wichert Akkerman
Previously Rob Miller wrote:

> Wichert Akkerman wrote:
> > svn.plone.org is struggling with the traffic it gets, and way too much
> > of that is due to setuptools continuously accessing it to find packages.
> > There is no good reason for it to do so: we upload all our packages to
> > pypi.python.org. Therefore I have reconfigured svn.plone.org to reject
> > all requests from setuptools.
> >
> > If for some obscure reason you need to have setuptools access the
> > plone.org subversion repositories please use svn-mirror.plone.org instead.
>
> i understand the reasons for this, but it would have been nice to get
> a bit of warning.

My apologies for that.

The server has been struggling with a load of 25-35 and continously
restarting apache to try and reduce the load all day, so I needed to do
something quickly. The load is still way too high, so we may need to
make other changes as well.

Wichert.

--
Wichert Akkerman <wichert@...>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers