aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/ext/lib/dumm
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-121-2/+3
| | | | | | | | 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.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* added booted?/boot methodsMartin Willi2009-04-071-0/+17
|
* use safe each() implementations, allowing delete() in blockMartin Willi2009-04-071-0/+7
| | | | implement Client.reset() in ruby
* * guest#running?Tobias Brunner2008-08-271-0/+40
* 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