Re: [Fab-user] python version requirement

2009-01-20 Thread Nicolas Steinmetz
2009/1/20 Christian Vest Hansen > Yes, that's the state of the current master. > > However, the latest release 0.0.9 works on py 2.4, and I'd like we did > something about that line before the next release. I reported this issue some time ago for master version, I hacked a little bit with what

Re: [Fab-user] glob patterns on put()

2009-01-20 Thread Christian Vest Hansen
On Tue, Jan 20, 2009 at 11:21 AM, Dennis Schoen wrote: > On Jan 20, 2009, at 10:29 AM, Christian Vest Hansen wrote: >> I think the normal way for a forked repository to signal that it has >> something it want upstream, is to put it in master. That is, normal in >> the sense of what Git-based proje

Re: [Fab-user] python version requirement

2009-01-20 Thread Christian Vest Hansen
Yes, that's the state of the current master. However, the latest release 0.0.9 works on py 2.4, and I'd like we did something about that line before the next release. On Tue, Jan 20, 2009 at 11:03 AM, Dennis Schoen wrote: > Hi, > > just FYI I think we require python 2.5 now because of this line

Re: [Fab-user] glob patterns on put()

2009-01-20 Thread Dennis Schoen
Hi, On Jan 20, 2009, at 10:29 AM, Christian Vest Hansen wrote: I think the normal way for a forked repository to signal that it has something it want upstream, is to put it in master. That is, normal in the sense of what Git-based projects of about this size usually do. Also, github now has a we

[Fab-user] python version requirement

2009-01-20 Thread Dennis Schoen
Hi, just FYI I think we require python 2.5 now because of this line in fabric.py: "from functools import wraps" functools is new in version 2.5 (http://docs.python.org/library/functools.html ) - Dennis ___ Fab-user mailing list Fab-user@nongnu

Re(2): Re(3): [Fab-user] Revert deployments

2009-01-20 Thread Miguel A. Lamy
Thanks for your reply. I was reading and googling around and it seems Fabric is simpler and can suit my needs too. So I´ll give it a try, thanks Miguel Lamy karmazi...@gmail.com on segunda-feira, 19 de Janeiro de 2009 at 23:35 wrote: :As it happens, Fabric suits my needs perfectly, so I haven