1 # Copyright (C) 2010 Igalia S.L. All rights reserved.
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Library General Public
5 # License as published by the Free Software Foundation; either
6 # version 2 of the License, or (at your option) any later version.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Library General Public License for more details.
13 # You should have received a copy of the GNU Library General Public License
14 # along with this library; see the file COPYING.LIB. If not, write to
15 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16 # Boston, MA 02110-1301, USA.
19 # Path to the Buildbot slave directory
21 buildbot_path="/home/slave/webkitgtk"
23 # User account used to run Buildbot.
27 # Path to a directory where to log Buildbot output
29 buildbot_log_path="/var/log/buildbot"
32 # If you want to use ccache, set a path to where synlinks with tool
33 # names pointing to ccache are installed. In Debian systems this
34 # would be /usr/lib/ccache. Set to empty to disable.
36 ccache_path="/usr/lib/ccache"
39 # Environment variables. Prefix them with "env_".
43 env_LDFLAGS="-no-install -no-fast-install"
44 env_WEBKIT_TESTFONTS="/home/${buildbot_user}/testfonts"