Michael DeHaan wrote:
Func 0.14 is now available, and has been pushed to the Fedora (F-7,
F-8, devel) and EPEL (EL-4, EL-5) mirrors.
Features:
* The new Multiplexer, for fast addressing of multiple systems.
(Try "func '*' call yum update" with --forks=5 or 10, for instance)
(For existing users of the API, it works as before, though there is
a new parameter to the Client class to specify the number of forks)
* James Anthill's recent patch to allow show hardware to display
arbitrary fields cleanly
* Doc cleanup
* Fixes to the yum module
* F-9 support build changes
For those wanting to get at src RPMs and tarballs, I've uploaded them
here:
http://people.fedoraproject.org/~mdehaan/files/func/
(NOTE 1: I'm not laying claim to these, it just worked better than
attaching them to Trac)
(NOTE 2: The source RPM's say F8 in the name but are rebuildable
anywhere, they are just named that way because that's where I built them)
If anyone has any ideas for what should go in the next release of
Func, ideas are welcome (patches too!).
I believe Seth is still working on the minion-to-minion communication
options, so that's in queue.
We're always game for taking on more user-contributed modules also, so
if there's some functionality you like, take a look, and you
should find it very easy to add. Feel free to ask questions here or
on #func on irc.freenode.net and we can walk you through it.
Trust us, it's easy!
--Michael
_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list
Minor correction:
func '*' call yumcmd update
We renamed the yum module to avoid conflict with the python (non-Func)
module called "yum", which is of course what yum itself uses to update
things :)
--Michael