fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Blog post on deploying applications with Fabric


From: Christian Vest Hansen
Subject: Re: [Fab-user] Blog post on deploying applications with Fabric
Date: Thu, 6 Nov 2008 23:34:55 +0100

Hi. It's a nice article and I enjoyed reading it.

A couple of things had me mulling...

You're writing `config.fab_hosts = ['...']` instead of `set(fab_hosts
= ['...'])` but the `config` object isn't in Fabric 0.0.9.

Another strange thing is that you explicitly set the `fab_host`
variable, apparently because it doesn't quite work. I'm pretty sure it
does work in 0.0.9 as-released.

So I'm guessing that your examples are based on some more recent
in-development version of fabric - that would certainly explain the
`config` object. And then `fab_host` not working properly would be a
regression.

Lastly, I use `local("echo something")` in my examples/samples a lot,
but those are really just contrived examples... Really, the only
reason you would do that instead of just `print("ing")` is to get
`$(variable)` expantion.

On Thu, Nov 6, 2008 at 11:05 PM, Nick Sergeant <address@hidden> wrote:
> Hi, guys!  I was new to Fabric about 8 hours ago, and have since improved my
> workflow massively.
> This is certainly a testament to the value Fabric brings to the development
> community.
> I wrote a blog post detailing my experience with it today, and would love if
> anyone has any comments or suggestions on it:
> http://nicksergeant.com/blog/programming/developing-and-deploying-applications-fabric-and-subversion
> Thanks!
> Nick Sergeant
> www.nicksergeant.com
> address@hidden
> (315) 719-2047
>
> _______________________________________________
> Fab-user mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/fab-user
>
>



-- 
Venlig hilsen / Kind regards,
Christian Vest Hansen.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]