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 14:16] el_angelokopiluwak [2009/08/19 10:09] el_angelo
Line 15: Line 15:
 ^ software    ^ version      ^ website                            ^ ^ software    ^ version      ^ website                            ^
 | Lunar Linux | 1.6.4 x86_64 | [[http://lunar-linux.org]]         | | Lunar Linux | 1.6.4 x86_64 | [[http://lunar-linux.org]]         |
-| Linux       | 2.6.29.    |                                    | +| Linux       | 2.6.30.    |                                    | 
-| kvm         84           | [[http://kvm.qumranet.com]]        |+| kvm         88           | [[http://kvm.qumranet.com]]        |
 | vde         | 2.2.2        | [[http://vde.sourceforge.net]]     | | vde         | 2.2.2        | [[http://vde.sourceforge.net]]     |
 | lvm2        | 2.02.45      | [[http://sources.redhat.com/lvm2]] | | lvm2        | 2.02.45      | [[http://sources.redhat.com/lvm2]] |
 | tunctl      | 1.5          | [[http://tunctl.sourceforge.net]]  | | tunctl      | 1.5          | [[http://tunctl.sourceforge.net]]  |
 +
 ==== Configuration ==== ==== Configuration ====
 === Storage === === Storage ===
Line 30: Line 31:
 | /dev/mapper/vg-var | /var | ext4 | | /dev/mapper/vg-var | /var | ext4 |
  
-== Network ===+=== Network ===
   * eth0 - bridged to br0, ip assigned with dhcp   * eth0 - bridged to br0, ip assigned with dhcp
   * br0: run script in screen   * br0: run script in screen
Line 92: Line 93:
   * Create instance of buildbot:   * Create instance of buildbot:
 <code bash> <code bash>
-#!/bin/bash 
 buildbot create-master /home/buildmaster/xfce buildbot create-master /home/buildmaster/xfce
 </code> </code>
   * start the buildbot instance:   * start the buildbot instance:
 <code bash> <code bash>
 +buildbot start /home/buildmaster/xfce
 </code> </code>
   * configure the buildbot instance: edit master.cfg   * configure the buildbot instance: edit master.cfg
   * validate the edits:   * validate the edits:
 <code bash> <code bash>
 +buildbot checkconfig master.cfg
 </code> </code>
   * reread the config in the current instance:   * reread the config in the current instance: