Re: [Distutils] bandersnatch update

2013-04-09 Thread Christian Theune
On 2013-04-10 03:14:37 +, PJ Eby said: On Tue, Apr 9, 2013 at 2:41 AM, Christian Theune wrote: The simplest solution on a static mirror that I can see for this would be (with nginx) a "missing files" rule that redirects to PyPI. However, that would be bad form as that would cause *any* 404

Re: [Distutils] [tuf] Re: Automation for creating, updating and destroying a TUF-secured PyPI mirror

2013-04-09 Thread Trishank Karthik Kuppusamy
I have finished generating the /simple metadata and they are about 52MB --- not too far off from my estimate of 59MB. Remember: this is the worst-case size for simple metadata. I have now started generating the /packages metadata. If all goes well, I should be able to test pip against a realistic

Re: [Distutils] bandersnatch update

2013-04-09 Thread PJ Eby
On Tue, Apr 9, 2013 at 2:41 AM, Christian Theune wrote: > The simplest solution on a static mirror that I can see for this would be > (with nginx) a "missing files" rule that redirects to PyPI. However, that > would be bad form as that would cause *any* 404-triggering request on a > mirror to hit

Re: [Distutils] bandersnatch 1.0

2013-04-09 Thread Christian Theune
Gah - my news reader betrayed me while writing this message … On 2013-04-09 20:53:47 +, Christian Theune said: Hi, good news: I have cut a 1.0 release for "bandersnatch", the PEP381client that I started as an overhaul of "pep381client" at PyCon 2013. Here's the news: * I decided to us

[Distutils] bandersnatch 1.0

2013-04-09 Thread Christian Theune
Hi, good news: I have cut a 1.0 release for "bandersnatch", the PEP381 client that I started as an overhaul of "pep381client" at PyCon 2013. Here's the news: * I decided to use a "requirements.txt" to support PIP-based environments.[1] * Markus Zappke GrĂ¼ndemann noticed that I was missing th

Re: [Distutils] [tuf] Re: Automation for creating, updating and destroying a TUF-secured PyPI mirror

2013-04-09 Thread Trishank Karthik Kuppusamy
On 4/9/13 7:47 AM, Daniel Holth wrote: What size keys? 2048 bits, which is the minimum key size TUF currently allows for security purposes. Which range of key sizes do you think PyPI would be comfortable with? ___ Distutils-SIG maillist - Distut

Re: [Distutils] Help needed please

2013-04-09 Thread david bennett
PJ awesome, thanks. the path was set right, but turns out it was set in PythonPath, not Path do i need to have %PATH% before the various paths? cheers dav-o - Original Message - From: "PJ Eby" To: "david bennett" Cc: Sent: Tuesday, April 09, 2013 5:30 AM Subject: Re: [Distutils] Help

Re: [Distutils] [tuf] Re: Automation for creating, updating and destroying a TUF-secured PyPI mirror

2013-04-09 Thread Daniel Holth
What size keys? On Apr 9, 2013 1:23 AM, "Trishank Karthik Kuppusamy" wrote: > On 4/9/13 1:17 AM, Justin Cappos wrote: > >> His 29MB and 58MB numbers assume that every developer has their own key >> right now. We don't think this is likely to happen and propose >> initially signing everything th

Re: [Distutils] buildout 2 craziness: bootstrap.py doesn't do enough

2013-04-09 Thread Reinout van Rees
On 06-04-13 02:55, Chris Withers wrote: Having bootstrap.py really make sure things are started again from scratch would likely solve all these problems. (The .installed.cfg stuff I remember hitting before, when only using clean pythons) Removing .installed.cfg: not sure. Some recipes fail when