Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dumm: Sort templates by name | Tobias Brunner | 2013-07-15 | 1 | -1/+2 |
| | |||||
* | Exposed the mutli-overlay functionality in the ruby bindings. | Tobias Brunner | 2010-10-12 | 1 | -3/+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. | ||||
* | 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 | 1 | -2/+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 | 1 | -1/+9 |
| | |||||
* | use safe each() implementations, allowing delete() in block | Martin Willi | 2009-04-07 | 1 | -0/+1 |
| | | | | 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 | 1 | -0/+21 |
* 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 |