Hi James,

You could look into using
http://fabric.readthedocs.org/en/1.6/api/core/tasks.html#fabric.tasks.executeto
call one task from another. Another way of doing things is simple to
execute multiple tasks from command line, like so:

$ fab mytask all_success_task

Did I make myself clear?

- Jens


On Fri, Mar 1, 2013 at 5:46 PM, James Carr <[email protected]> wrote:

> Hey all,
>
> I'd like to hook into when a task completes successfully on all hosts
> so I can do some post-task reporting. Is there any clean way to do
> this?
>
> Thanks,
> James
>
> _______________________________________________
> Fab-user mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/fab-user
>



-- 
Want to know how full my inbox is? Or how to get in touch with me faster?
Or tell me your e-mail is not that important? Then check this out:
http://courteous.ly/4WtfZY
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to