Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
kopiluwak [2009/06/23 13:43] 193.190.76.58kopiluwak [2009/06/23 13:53] el_angelo
Line 75: Line 75:
  
 ===== Hosted Virtual Machines ===== ===== Hosted Virtual Machines =====
- 
 ==== Guest 1: buildbot.xfce.org ==== ==== Guest 1: buildbot.xfce.org ====
 === Configuration === === Configuration ===
-  * Start the machine:+== Start the machine ==
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
Line 85: Line 84:
 ze ze
 </code> </code>
-  * network +== network == 
-    * eth0: fixed ip - external ip (dns: buildbot.xfce.org) +  * eth0: fixed ip - external ip (dns: buildbot.xfce.org) 
-    * eth1: internal nic connected to the virtual switch (ip: 10.0.0.2) +  * eth1: internal nic connected to the virtual switch (ip: 10.0.0.2) 
-  software +== software == 
-    * lunar-linux 1.6.4 x86_64 +  * buildbot 0.7.10p1 
-    * buildbot 0.7.10p1+== config buildbot == 
 +  * create the user buildmaster 
 +  * Create instance of buildbot: 
 +<code bash> 
 +#!/bin/bash 
 +buildbot create-master /home/buildmaster/xfce 
 +</code>
  
 ==== Guest 2: buildslave ==== ==== Guest 2: buildslave ====