aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/ext/lib
Commit message (Collapse)AuthorAgeFilesLines
* Store the exit code of executed commands in Dumm::Guest.execstatus.Tobias Brunner2010-10-121-11/+7
| | | | Also, no exception is risen for failed exec calls, anymore.
* Exposed the mutli-overlay functionality in the ruby bindings.Tobias Brunner2010-10-122-5/+6
| | | | | | | | Overlays can be added to individual guests (which overlays exactly the supplied directory) or to all guests (which overlays a subdirectory with the guest's name to each guest). The template functionality is provided as before.
* list available templates using "template" aliasMartin Willi2009-05-111-3/+7
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-302-4/+0
|
* added template() shortcutMartin Willi2009-04-071-0/+5
|
* added Dumm.method_missing, allows direct invocation of guests/bridgesMartin Willi2009-04-071-0/+12
|
* added booted?/boot methodsMartin Willi2009-04-072-1/+26
|
* use safe each() implementations, allowing delete() in blockMartin Willi2009-04-072-0/+8
| | | | implement Client.reset() in ruby
* added a reset() method to Dumm and each clientMartin Willi2009-04-071-0/+13
| | | | identation cleanups
* * guest#running?Tobias Brunner2008-08-272-0/+61
* guest?, iface? (also Guest.include? resp. guest.include?) * easy accessors for guests and ifaces (Guest.sun instead of Guest["sun"] and guest.eth0 instead of guest["eth0"]) * if a block is given for iface#add or iface#del then the change is only temporary while executing the block and gets reverted afterwards