[12:12:13] <dstufft|chop> If anyone can get me a verbose output of it not working that'd be awesome. easy_install seems to work for me (one of the errors on the mailing list). I'm on a laptop in the OR waiting room so I'm missing a lot of my tools ATM
[12:16:48] <mgedmin> gives me Content-encoding: gzip
[12:17:08] <mgedmin> either I misspelt the the request header, or the CDN is still misconfigured
[12:17:38] <mgedmin> shame my laptop crashed and I don't have xterm scrollback with actual buildout HTTP request dumps ...
[12:18:03] <mgedmin> oh, hey, I can reproduce the actual buildout failure again
[12:19:51] <dstufft|chop> I'm really sorry about this btw :( During testing I wasn't hitting the CDN with anything capable of gziping I guess so it never happened
[12:21:09] <mgedmin> here's the full tcp dump: https://gist.github.com/mgedmin/5669877
[12:21:13] <wesleymason> dstufft|chop: hey if you're in the OR waiting room you have more to be concerned about than failing eggs :)
[12:24:10] <mgedmin> curl -I -H 'Accept-Encoding: identity' https://front.python.org/simple/zodbbrowser/ gives me a 503 Service Unavailable -- did I get the hostname wrong?
[13:02:21] <dstufft|chop> MrTopf: No problem, sorry it got broke in the first place.
[13:03:52] <MrTopf> well, stuff sometimes breaks when you try to improve it. no reason not to improve it though :-)
[13:04:07] <MrTopf> (of course maybe more relevant when it's a services like pypi)
[13:04:53] <dstufft|chop> Eventually I want to get some functional tests against PyPI so we have something to test changes with
[13:05:02] <dstufft|chop> right now it's basically "make change, try it out"
[13:05:28] <dstufft|chop> We have testpypi but hardly anyone uses that, so it tends to be whoever made the change pokes at it on testpypi, sees it works, deploys to pypi
[13:07:19] <dstufft|chop> Heh, that's hardly needed but much appreciated :)
[13:07:39] <dstufft|chop> Hopefully now all the issues with the CDN is ironed out and folks can just enjoy the faster downloads :)
[13:11:31] <MrTopf> btw, making the search field on pypi autofocus when entering the site, would be cool :-)
[13:12:30] <dstufft|chop> yea I have a lot more I want to do to PyPI. Now that I figured out how to javascript with zope.pagetemplates that shouldn't be hard to do
[13:13:06] <MrTopf> that thing would only be an additional "autofocus" attribute on the input field
[13:13:36] <mgedmin> no temptation to rewrite the templates to mako? or at least chameleon.zpt? or just stop using the insane <?xml?> mode of zope.pagetemplate?
[13:33:43] <J1m> Now you're trying to make it really hard.
[13:35:37] <dstufft|chop> Somehow I don't think sudo apt-get is gonna give me what I want on a macbook :), Using vim atm though but I don't have a .vimrc setup so it's all black and white (and for some godawful reason macs default to a white background)
[13:37:16] <mgedmin> (to get a sane-ish vim without my entire .vimrc)
[13:38:00] <mgedmin> and occasionally github's through-the-web editing UI is nice
[13:38:17] <mgedmin> reminds me of Zope 2 a bit :)