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 <[EMAIL PROTECTED]> 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
> [EMAIL PROTECTED]
> (315) 719-2047
>
> _______________________________________________
> Fab-user mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/fab-user
>
>
--
Venlig hilsen / Kind regards,
Christian Vest Hansen.
_______________________________________________
Fab-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/fab-user