fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Namespacing and recursion


From: Corry Haines
Subject: [Fab-user] Namespacing and recursion
Date: Fri, 15 Jul 2011 16:18:28 -0700

It seems that the recursion of task discovery in namespaces causes some undesirable behavior.

Specifically, if I have a foo module that includes a bar module, then bar's tasks will show up under foo's namespace. See https://gist.github.com/1085763 for an example.

The frustrating thing here is that I cannot have a module that puts tasks together, because it would effectively re-namespace everything it uses. The only way to combine tasks (that I have found thus far) is to combine all of the work in fabfile.py.

Any thoughts?

Thanks,
Corry

reply via email to

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