[02:25:47] <sumanah> I've started the bit where I file issues based on our IRC conversation from yesterday :)
[02:30:58] <sumanah> dstufft: when you said "and a fair number of these issues are only in the launch task so we can hide them from view on the page (e.g. right now they're rendered using junk or hard coded data, and we should comment them out or something)" I'd love for you to specify (the relevant milestone is https://github.com/pypa/warehouse/issues?q=is%3Aopen+is%3Aissue+milestone%3A%222%29+Launch%3A+redirect+pypi.python.org+to+pypi.io%22 )
[02:54:50] <sumanah> dstufft: a second question for you: My sense is that https://github.com/pypa/warehouse/issues/25 might be a blocker for launch but might not be, and I welcome your input
[02:55:17] <sumanah> same for https://github.com/pypa/warehouse/issues/1190 and https://github.com/pypa/warehouse/issues/798 dstufft
[02:55:31] <dstufft> sumanah: pypa/warehouse#25 is not really a blocker because GPG is basically useless on PyPI
[19:46:14] <sumanah> dstufft: you mentioned "The only hard part is our CSP policy." https://github.com/pypa/warehouse/issues/779#issuecomment-229696145 Do we need to come up with a new CSP before launch?
[19:46:46] <dstufft> sumanah: nah, just need to figure out how to do GA without chunking some inline JS
[19:47:02] <dstufft> our CSP policy instructs browsers to reject inline javascript in the HTML, only linked scripts
[19:47:08] <sumanah> oh, so, the hard part is *abiding by* the policy -- got it
[19:47:26] <dstufft> yea, absolute worst case is we could relax the restrictions, but i don't want todo that
[19:47:30] <sumanah> can you help me understand why this ought to be done by launch dstufft?
[19:47:36] <sumanah> it feels less essential to me