Re: [Fab-user] Question on roles and depend vs invoke.

2008-11-18 Thread Nicolas Steinmetz
2008/11/17 Jeff Forcier [EMAIL PROTECTED] I'm relatively committed to making sure Fabric works on 2.4, so I'll see if I can scrounge up some time to take a peek at this in the near future. Can't promise anything soon -- really busy! -- but I've starred this email in my GMail so I won't

Re: [Fab-user] Question on roles and depend vs invoke.

2008-11-18 Thread Nicolas Steinmetz
2008/11/18 Nicolas Steinmetz [EMAIL PROTECTED] [EMAIL PROTECTED] fabric]# fab preprod deploy_test Fabric v. 0.0.9b. Running preprod... Running deploy_test... Traceback (most recent call last): File build/bdist.linux-i686/egg/fabric.py, line 1356, in main File build/bdist.linux-i686

Re: [Fab-user] Question on roles and depend vs invoke.

2008-12-01 Thread Nicolas Steinmetz
, in _execute_at_target TypeError: argument 2 to map() must support iteration [EMAIL PROTECTED] fabric]# But this time, fab prepare_db or fab prepare_web does not work anymore. It looks it's at the role definition level but do not see the point so far. Nicolas -- Nicolas Steinmetz http

Re: [Fab-user] Re: module - package

2008-12-08 Thread Nicolas Steinmetz
roles, depends the py 2.4 compatibility to know if it's woth testing in my environnement. Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr - http://www.unelectronlibre.info/ ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman

Re: [Fab-user] python version requirement

2009-01-20 Thread Nicolas Steinmetz
a little bit with what I found here : http://lists.gnu.org/archive/html/fab-user/2008-11/msg00042.html Jeff mentionned that he was to include the code from django which do the same - but I guess he did not have time for this so far. Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr - http

Re: [Fab-user] Connecting to a remote host through an ssh gateway

2009-02-16 Thread Nicolas Steinmetz
://www.ohmytux.com/belier/ Maybe Google Translate can help you :) Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr - http://www.unelectronlibre.info/ ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Fabric 0.1.0 ran away from home.

2009-02-16 Thread Nicolas Steinmetz
to Jeff's purpose to (try to) move to twisted, I read some articles on Twisted those last days, it looks quite interesting (even if it may be more complex in some ways to become familar with twisted). Interesting to see where it can lead us. Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr

Re: [Fab-user] specifying login and password?

2009-02-18 Thread Nicolas Steinmetz
a little bit, Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr - http://www.unelectronlibre.info/ ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Error with arguments for local

2009-05-24 Thread Nicolas Steinmetz
them last time ;-) Thanks for your feedback, Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr - http://nicolas.steinmetz.fr/ ___ Fab-user mailing list Fab-user@nongnu.org http://lists.nongnu.org/mailman/listinfo/fab-user

Re: [Fab-user] Error with arguments for local

2009-05-25 Thread Nicolas Steinmetz
renamed your local to but there's a suggestion :) Yep but as I used 127.0.0.1 for the ssh connection to test it, I made the association with localhost and tends to be local at the end. As it worked with roles, I did not have the issue so far ;-) -- Nicolas Steinmetz http://www.steinmetz.fr

[Fab-user] Deploying to different path db on same server

2010-01-12 Thread Nicolas Steinmetz
/{geo_area}/ - db script will be run against specified db Is it feasible or do I have to build 2 packages; one for each FS related DB ? Cheers, Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr - http://nicolas.steinmetz.fr/ ___ Fab-user mailing list Fab

Re: [Fab-user] Deploying to different path db on same server

2010-01-12 Thread Nicolas Steinmetz
Hi, 2010/1/12 Jeff Forcier j...@bitprophet.org In the lates stable Fab release, you can easily paramaterize your tasks with task arguments; see: http://docs.fabfile.org/0.9.0/usage/fab.html#per-task-arguments So you could pretty easily write a single deploy task that goes something

[Fab-user] Log integratiing extra commands

2010-02-10 Thread Nicolas Steinmetz
that are displayed to the users in the console ? I would like both logging and displaying at the same time. Thanks, Nicolas -- Nicolas Steinmetz http://www.steinmetz.fr - http://nicolas.steinmetz.fr/ ___ Fab-user mailing list Fab-user@nongnu.org http

Re: [Fab-user] Log integratiing extra commands

2010-02-10 Thread Nicolas Steinmetz
Hi, 2010/2/10 Jeff Forcier j...@bitprophet.org Hi Nicolas, On Wed, Feb 10, 2010 at 11:32 AM, Nicolas Steinmetz nsteinm...@gmail.com wrote: For complex deployment, i may need to run extra commandes like run some scripts on one or serveral frontal servers or on a given db. I would