Re: [python-committers] new hg.python.org server

2014-09-18 Thread Donald Stufft
> On Sep 18, 2014, at 4:53 PM, Donald Stufft wrote: > >> >> On Sep 18, 2014, at 10:58 AM, Jesus Cea mailto:j...@jcea.es>> >> wrote: >> >> On 13/09/14 02:34, Benjamin Peterson wrote: >>> I just switched hg.python.org from a OSUOSL VM to a >>> Rackspace VM. The >>> new

Re: [python-committers] new hg.python.org server

2014-09-18 Thread Donald Stufft
> On Sep 18, 2014, at 10:58 AM, Jesus Cea wrote: > > On 13/09/14 02:34, Benjamin Peterson wrote: >> I just switched hg.python.org from a OSUOSL VM to a Rackspace VM. The >> new VM is a bit beefier and has what I think is better network >> connectivity, so hopefully that will improving the speed

Re: [python-committers] new hg.python.org server

2014-09-18 Thread Jesus Cea
On 13/09/14 02:34, Benjamin Peterson wrote: > I just switched hg.python.org from a OSUOSL VM to a Rackspace VM. The > new VM is a bit beefier and has what I think is better network > connectivity, so hopefully that will improving the speed of repository > operations. We also now support HTTPS for r

Re: [python-committers] new hg.python.org server

2014-09-12 Thread Terry Reedy
On 9/12/2014 8:34 PM, Benjamin Peterson wrote: I just switched hg.python.org from a OSUOSL VM to a Rackspace VM. The new VM is a bit beefier and has what I think is better network connectivity, so hopefully that will improving the speed of repository operations. We also now support HTTPS for repo

Re: [python-committers] new hg.python.org server

2014-09-12 Thread Raymond Hettinger
On Sep 12, 2014, at 5:34 PM, Benjamin Peterson wrote: > The > new VM is a bit beefier and has what I think is better network > connectivity, so hopefully that will improving the speed of repository > operations. Thanks Benjamin, the repo is noticeably faster. Raymond