openbsd-ports/devel/py-buildbot/pkg
2011-06-02 13:41:36 +00:00
..
buildbot.rc - update to 0.8.3p1 2011-04-21 10:20:43 +00:00
DESCR
PLIST - update to 0.8.3p1 2011-04-21 10:20:43 +00:00
README Add a consistent header that substitutes FULLPKGNAME for the READMEs. 2011-06-02 13:41:36 +00:00

$OpenBSD: README,v 1.2 2011/06/02 13:41:38 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

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.