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

2008-12-01 Thread Nicolas Steinmetz
Hello, 2008/11/23 Jeff Forcier [EMAIL PROTECTED] It looks related to last Jeff's commits, unless it requires a new syntax for commands. Could be, although those changes were pretty simple so I'd say it's equally possible to be something related to roles/depends -- plus from your

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

2008-12-01 Thread Jeff Forcier
Thanks for the report, Nicolas. Christian did a lot of great work over the past week (I was mostly AFK as it was an American holiday) so this might be a regression introduced during those changes (which would hopefully make it easy to find/fix). With luck one of us will be able to replicate/fix

[Fab-user] using sudo and rm/mv

2008-12-01 Thread William Liu
I've recently stumbled upon Fabric and its been a great tool. Things have been working great, but one slight problem. In my script, I have a few calls which do some filesystem manipulation, specifically removing a directory (rm -fr olddir) and renaming (mv newdir olddir) -- I'm using