Re: [Twisted-Python] making Screwtape (Tim Allen) a committer
On 9 June 2010 23:25, Glyph Lefkowitz wrote: > I think we should give screwtape an SVN account and make him an official > reviewer. He's been doing a lot of work on the distutils code which would be > made easier by that, and he's been doing pretty decent reviews. > > Thoughts? (Feel free to voice any comments off-list, too.) OK, so this is extreme pedantry but I didn't think Twisted had the concept of official reviewer :-) Cheers, mwh ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
[Twisted-Python] twistedmatrix.com renewal
It appears that the twistedmatrix.com domain has expired! -- Reza Lotun mobile: +44 (0)7521 310 763 email: rlo...@gmail.com work: r...@tweetdeck.com twitter: @rlotun ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] making Screwtape (Tim Allen) a committer
On Thu, Jun 24, 2010 at 1:14 PM, Michael Hudson-Doyle wrote: > On 9 June 2010 23:25, Glyph Lefkowitz wrote: >> I think we should give screwtape an SVN account and make him an official >> reviewer. He's been doing a lot of work on the distutils code which would >> be made easier by that, and he's been doing pretty decent reviews. >> >> Thoughts? (Feel free to voice any comments off-list, too.) > > OK, so this is extreme pedantry but I didn't think Twisted had the > concept of official reviewer :-) There seems to be a policy, although I'm not sure if this is actually written down anywhere, that for a branch/patch to be merged to trunk, either the author should be a committer, or (one of) the reviewer(s) should be a committer. So, I guess an "official" reviewer would just be someone with commit access? -- mithrandi, i Ainil en-Balandor, a faer Ambar ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.7.0
On 6/22/10 10:35 AM, Peter Westlake wrote: > I downloaded it and typed "python setup.py build", and it went off and > started building a copy of Twisted 10.0! Will that be installed on my > system, or will it only affect the Tahoe build? Using "setup.py build" should not affect anything outside of your source directory: it should create a Twisted .egg and store/use it in the support/lib subdir of your Tahoe source checkout. Tahoe should be the only thing that sees the new Twisted. In contrast, I suspect that "setup.py install" *would* install all the dependencies (as well as Tahoe itself) onto your system. In general, just don't run anything as root, and you should be ok. cheers, -Brian ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.7.0
On Fri, Jun 25, 2010 at 12:04 AM, Brian Warner wrote: > On 6/22/10 10:35 AM, Peter Westlake wrote: > > >> I downloaded it and typed "python setup.py build", and it went off and >> started building a copy of Twisted 10.0! Will that be installed on my >> system, or will it only affect the Tahoe build? > > Using "setup.py build" should not affect anything outside of your source > directory: it should create a Twisted .egg and store/use it in the > support/lib subdir of your Tahoe source checkout. Tahoe should be the > only thing that sees the new Twisted. > > In contrast, I suspect that "setup.py install" *would* install all the > dependencies (as well as Tahoe itself) onto your system. > > In general, just don't run anything as root, and you should be ok. > Well there's also virtualenv — won't it help? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] twistedmatrix.com renewal
On Jun 24, 2010, at 7:21 AM, Reza Lotun wrote: > It appears that the twistedmatrix.com domain has expired! I think it's pretty funny that you sent this to a twistedmatrix.com address :). Some DNS caches are still propagating, but the issue was fixed around noon EST. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] Twisted 10.1.0pre1 released -- please test!
On Jun 19, 2010, at 8:35 AM, Jonathan Lange wrote: > From the dank and grey depths of a London summer, a thin, reedy voice > wanders across the waves of the Internet, saying that it's jolly well > pleased to announce the first 10.1.0 pre-release. ... > Please download the tarballs and test them as much as possible. I'd like to strongly encourage everyone subscribed to this list to respond to this request. In particular, you should note that if Twisted 10.1.0 pre1 horribly breaks your software, you can pipe up and say "hey! don't release it yet!", and we may listen to you. Even if maybe you were calling some private APIs or doing something gross and weird, there will be time to talk about it. If you discover a legitimate regression, where we've broken something that really should have been considered public, we will fix it before the final release. On the other hand, if you don't test any prereleases, and you discover that your application is broken by Twisted 10.1 the day after the *final* release, you will be screwed. We won't roll it back and we might not prioritize your regression particularly highly (unless you decide to become a particularly generous sponsor, of course ;-)). If you have software that depends on Twisted, it is definitely in your best interest to test the pre-releases and let us know how it worked out. For my part, I have some things which are broken by the prerelease, but the breakage is entirely the fault of other software, so I need to go fix that before I can offer any proper feedback. If you have tried the pre-release and it works well, drop us a line and say so! Positive results are useful too. Thanks, -glyph ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.7.0
On Tue, Jun 22, 2010 at 10:35 AM, Peter Westlake wrote: > > I downloaded it and typed "python setup.py build", and it went off and > started building a copy of Twisted 10.0! That's funny. Could you please run: python -c "import pkg_resources;print pkg_resources.require('Twisted')" > Will that be installed on my system, or will it only affect the Tahoe build? (Brian Warner answered this.) > I can't afford to move > to 10.0 until I've had time to track down a certain bug that appeared > between 2.5.0 and version 8. Do you have a ticket # for that bug? Regards, Zooko ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] twistedmatrix.com renewal
On 24 Jun 2010, at 23:39, Glyph Lefkowitz wrote: > On Jun 24, 2010, at 7:21 AM, Reza Lotun wrote: > >> It appears that the twistedmatrix.com domain has expired! > > I think it's pretty funny that you sent this to a twistedmatrix.com address > :). Heh, right. Forgot this wasn't a google group. Anyway happy that this is now resolved. Cheers, Reza ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python