fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] Hook into when task completes successfully on all hosts?


From: Jens Rantil
Subject: Re: [Fab-user] Hook into when task completes successfully on all hosts?
Date: Sun, 3 Mar 2013 00:30:16 +0100

Hi James,

You could look into using http://fabric.readthedocs.org/en/1.6/api/core/tasks.html#fabric.tasks.execute to 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 <address@hidden> 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
address@hidden
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

reply via email to

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