* The ``MasterShellCommand`` step now correctly handles environment variables passed as list. * The master now poll the database for pending tasks when running buildbot in multi-master mode. * Rewritten algorithm to match build requests to slaves * Slaves can be paused through the web status Many other fixes and minor changes.
22 lines
775 B
Makefile
22 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/11/08 15:32:10 riz Exp $
|
|
#
|
|
|
|
DISTNAME= buildbot-0.8.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
EGG_NAME= ${DISTNAME}
|
|
CATEGORIES= devel net python
|
|
MASTER_SITES= http://buildbot.googlecode.com/files/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://buildbot.net/
|
|
COMMENT= Continuous integration system
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-migrate-[0-9]*:../../databases/py-sqlalchemy-migrate
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
|
|
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|