openbsd-ports/devel/py-buildbot/pkg
eric 492972447c - update to 0.8.3p1
- add a new _buildbot user
- add a rc script
- add a README
- update HOMEPAGE
- change MAINTAINER (per his request)

from Piotr Sikora (new MAINTAINER)

ok ajacoutot@
2011-04-21 10:20:43 +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 - update to 0.8.3p1 2011-04-21 10:20:43 +00:00

$OpenBSD: README,v 1.1 2011/04/21 10:20:43 eric Exp $

Using BuildBot master in an OpenBSD environment
===============================================

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.