Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * allow to load templates from arbitrary places | Tobias Brunner | 2008-08-28 | 1 | -16/+6 |
| | | | | * changed implementation of guest?/iface? | ||||
* | * guest#running? | Tobias Brunner | 2008-08-27 | 1 | -11/+75 |
| | | | | | | * 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 | ||||
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 1 | -0/+582 |
* guests do not shutdown anymore on SIGINT in irb |