1 ==============================================
2 Running a GTK+ build slave under daemontools
3 ==============================================
5 This directory contains several scripts which can be used to run a WebKitGTK+
6 build slave under daemontools [1]. This is convenient because daemontools
7 will automatically restart services when they die, and that means less human
8 intervention is needed.
14 In order to use the provided service control files, you will need the
17 * The GNU Bash shell (the scripts contain some bash-isms)
19 * The daemontools package (or one of its drop-in replacements, like runit
20 or freedt; but only daemontools has been tested so far).
22 In short, in a Debian-based system you can ensure you have the needed bits
23 with the following command:
25 apt-get install daemontools-run
31 1. Follow the instructions at http://trac.webkit.org/wiki/BuildBot
33 2. Install the dependencies outlined above.
35 3. Copy "daemontools-buildbot.conf" to "/etc/daemontools-buildbot.conf"
37 4. Edit the configuration file to suit your needs, the comments should
40 5. Drop the "buildbot" and "pulseaudio" directories to the service control directory of
41 daemontools; for Debian-based setups that would be "/etc/service"
47 [1] http://cr.yp.to/daemontools.html