Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kopiluwak [2009/06/26 15:11] – 194.78.198.202 | kopiluwak [2010/10/02 17:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ^ software | ^ software | ||
| | Lunar Linux | 1.6.4 x86_64 | [[http:// | | Lunar Linux | 1.6.4 x86_64 | [[http:// | ||
| - | | Linux | 2.6.29.2 | | | + | | Linux | 2.6.30.5 | | |
| - | | kvm | + | | kvm |
| | vde | 2.2.2 | [[http:// | | vde | 2.2.2 | [[http:// | ||
| | lvm2 | 2.02.45 | | lvm2 | 2.02.45 | ||
| Line 35: | Line 35: | ||
| <code bash> | <code bash> | ||
| #!/bin/bash | #!/bin/bash | ||
| + | if [ $TERM == screen ]; then | ||
| / | / | ||
| /bin/rm -fr / | /bin/rm -fr / | ||
| Line 65: | Line 66: | ||
| echo " | echo " | ||
| / | / | ||
| + | else | ||
| + | echo "USE SCREEN"; | ||
| + | fi | ||
| </ | </ | ||
| * vde_switch: Switch that the virtual machines (buildslaves) will use to communicate with the buildmaster. | * vde_switch: Switch that the virtual machines (buildslaves) will use to communicate with the buildmaster. | ||
| Line 105: | Line 109: | ||
| * reread the config in the current instance: | * reread the config in the current instance: | ||
| <code bash> | <code bash> | ||
| - | buildbot reconfig | + | buildbot reconfig |
| </ | </ | ||
| * master.cfg: | * master.cfg: | ||
| Line 111: | Line 115: | ||
| </ | </ | ||
| + | ==== Guest 2: buildslave ==== | ||
| - | + | lunar | |
| - | ==== Guest 2: buildslave ==== | + | ip 10.0.0.3 |
| + | vdeq qemu-system-x86_64 -vnc :2 -hda / | ||