PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 15th of December, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[12:35:44] <jezdez> dstufft: seems like the CNAME we set up for pip-installer.org didn’t work anymore, web.pypa.io wasn’t reachable for me
[12:35:58] <jezdez> I just turned the CNAME into a redirect to pip.pypa.io if that’s okay for you
[12:36:19] <jezdez> dns update may need a bit to propagate
[12:36:32] <dstufft> jezdez: oh, duh
[12:36:33] <dstufft> I moved things around and forgot those were CNAMEd
[12:36:42] <jezdez> :(
[12:36:49] <jezdez> maybe we should move the domains then
[12:36:59] <jezdez> what’s the process again for this?
[12:37:12] <jezdez> you have keys to a gandi thing or something?
[12:37:48] <jezdez> dstufft: ah, same for virtualenv.org :(
[12:38:09] <dstufft> pypa.io is just in my personal gandi currently, It's been on my TODO list to figure out some sort of org controlled thing or to propose having the PSF manage them
[12:38:41] <dstufft> jezdez: you should be able to CNAME to pypa.io, that's a redirect host too
[12:38:56] <dstufft> my interenet isn't cooperating right this moment
[12:39:01] <jezdez> :)
[12:39:03] <dstufft> a redirect on your end is fine too
[12:39:45] <jezdez> hm, yeah, I think it’d make sense to have the domains shared somehow
[12:39:56] <dstufft> I moved the pypa webhost onto the PSF Rackspace infra
[12:39:57] <jezdez> you’re currently the bottleneck for a pretty important domain
[12:40:13] <jezdez> more now with buildout on it :)
[12:40:40] <jezdez> are there orgs on gandi?
[12:40:47] <dstufft> I also moved the DNS for pypa.io onto the PSF dynect, so anyone in python-infra can update the DNS currently
[12:40:50] <jezdez> are you paying out of your own pocket for pypa.io right now?
[12:40:58] <dstufft> yea I'm paying out of pocket
[12:40:59] <jezdez> that makes sense to me
[12:41:20] <jezdez> ok, we should probably figure something out with the psf
[12:41:25] <jezdez> seems silly to do that
[12:41:48] <jezdez> once/if we have a connection with the PSF with regard to the domains we should move over mine as well
[12:42:10] <dstufft> yea, I've been meaning to bring it up to make sure folks were OK with that I jsut hadn't gotten around to it and the cost of a domain isn't so bad that it was a pressing concern
[12:42:56] <jezdez> makes sense
[12:43:13] <jezdez> I’ll let you take the lead on getting things paid by the PSD
[12:43:15] <jezdez> err PSF
[12:43:18] <jezdez> oops :P
[12:44:38] <jezdez> any idea when you moved things around?
[12:45:00] <jezdez> wondering how many people have been affected by it
[12:46:24] <dstufft> Right around the time of this commit - https://github.com/python/psf-salt/commit/6311c8524350d98f810712391eabd81b5fafa7b3
[12:46:27] <dstufft> shortly after it
[12:47:14] <dstufft> so 3 days over a weekend
[12:47:16] <dstufft> or so
[12:47:20] <dstufft> hopefully not too many
[18:28:10] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[18:28:10] <pmxbot> Define a __hash__ on the packaging.version.Version subclasses
[18:28:10] <pmxbot> Merge pull request #18 from dstufft/hashable-versions
[18:28:10] <pmxbot> Define a __hash__ on the packaging.version.Version subclasses
[18:33:05] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[18:33:05] <pmxbot> Define a __hash__ on the packaging.version.Version subclasses
[18:33:05] <pmxbot> Update changelog
[18:33:50] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[18:33:50] <pmxbot> Added tag 8.0.3 for changeset 6c3467488123
[18:33:50] <pmxbot> Bumped to 8.0.4 in preparation for next release.
[18:34:33] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[18:34:33] <pmxbot> Merge with 8.0.3
[20:44:35] <pmxbot> jaraco pushed 7 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[20:44:35] <pmxbot> Add a warning when version is parsed as legacy
[20:44:35] <pmxbot> Merge pull request #15 from dstufft/add-warning
[20:44:35] <pmxbot> Upgrade packaging to 14.4
[20:44:35] <pmxbot> Merge pull request #19 from dstufft/upgrade-packaging
[20:44:35] <pmxbot> Add a warning when version is parsed as legacy
[20:44:35] <pmxbot> Upgrade packaging to 14.4
[20:44:35] <pmxbot> Update changelog
[20:45:23] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[20:45:23] <pmxbot> Added tag 8.0.4 for changeset 2c467afffe9f
[20:45:23] <pmxbot> Bumped to 8.0.5 in preparation for next release.
[20:51:30] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[20:51:30] <pmxbot> Correct syntax error in docs.
[20:51:30] <pmxbot> Merge with 8.0.4
[23:39:01] <tomprince> pip from devel seems to be installing (some?) scripts from wheels without +x.
[23:41:15] <sigmavirus24> tomprince: but not all of them?
[23:42:53] <tomprince> It looks like (from what I have installed), just twisted and versioneer's scripts.
[23:43:08] <tomprince> So, maybe those that don't use console_scripts?