Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store the exit code of executed commands in Dumm::Guest.execstatus. | Tobias Brunner | 2010-10-12 | 1 | -11/+7 |
| | | | | Also, no exception is risen for failed exec calls, anymore. | ||||
* | Exposed the mutli-overlay functionality in the ruby bindings. | Tobias Brunner | 2010-10-12 | 2 | -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" alias | Martin Willi | 2009-05-11 | 1 | -3/+7 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 2 | -4/+0 |
| | |||||
* | added template() shortcut | Martin Willi | 2009-04-07 | 1 | -0/+5 |
| | |||||
* | added Dumm.method_missing, allows direct invocation of guests/bridges | Martin Willi | 2009-04-07 | 1 | -0/+12 |
| | |||||
* | added booted?/boot methods | Martin Willi | 2009-04-07 | 2 | -1/+26 |
| | |||||
* | use safe each() implementations, allowing delete() in block | Martin Willi | 2009-04-07 | 2 | -0/+8 |
| | | | | implement Client.reset() in ruby | ||||
* | added a reset() method to Dumm and each client | Martin Willi | 2009-04-07 | 1 | -0/+13 |
| | | | | identation cleanups | ||||
* | * guest#running? | Tobias Brunner | 2008-08-27 | 2 | -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 |