openbsd-ports/devel/py-buildbot/pkg
2011-06-02 13:41:36 +00:00
..
buildbot.rc
DESCR
PLIST
README

$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.