2011-06-02 09:41:36 -04:00
|
|
|
$OpenBSD: README,v 1.2 2011/06/02 13:41:38 ajacoutot Exp $
|
2011-04-21 06:20:43 -04:00
|
|
|
|
2011-06-02 09:41:36 -04:00
|
|
|
+-----------------------------------------------------------------------
|
|
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
|
|
+-----------------------------------------------------------------------
|
2011-04-21 06:20:43 -04:00
|
|
|
|
|
|
|
On OpenBSD, the BuildBot package has an associated _buildbot user for
|
|
|
|
running the master. The default master directory is expected to be
|
|
|
|
found in ${HOMEDIR}. Before being run for the first time, the
|
|
|
|
master directory must be initialized. This is done as follows:
|
|
|
|
|
|
|
|
$ sudo -u _buildbot buildbot create-master ${HOMEDIR}
|
|
|
|
|
|
|
|
The next step is to create a ${HOMEDIR}/master.cfg configuration
|
|
|
|
file that fits your needs. Please refer to the BuildBot documentation
|
|
|
|
on how to do so.
|