Add py-buildbot-worker-0.9.11:

The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure. The guilty developer can be identified
and harassed without human intervention. By running the builds on a
variety of platforms, developers who do not have the facilities to test
their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts,
lint checks, image size, compile time, and other build parameters can
be tracked over time, are more visible, and are therefore easier to
improve.

This package contains the worker component, the former buildbot-slave.
This commit is contained in:
joerg 2017-09-29 21:38:35 +00:00
parent 1fcb39e428
commit de5d3af6f3
4 changed files with 235 additions and 0 deletions

View file

@ -0,0 +1,14 @@
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure. The guilty developer can be identified
and harassed without human intervention. By running the builds on a
variety of platforms, developers who do not have the facilities to test
their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts,
lint checks, image size, compile time, and other build parameters can
be tracked over time, are more visible, and are therefore easier to
improve.
This package contains the worker component, the former buildbot-slave.

View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2017/09/29 21:38:35 joerg Exp $
DISTNAME= buildbot-worker-0.9.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-worker/}
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://buildbot.net/
COMMENT= Worker for the buildbot CI system
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,199 @@
@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:38:35 joerg Exp $
bin/buildbot-worker
bin/buildbot_worker_windows_service
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/buildbot_worker/VERSION
${PYSITELIB}/buildbot_worker/__init__.py
${PYSITELIB}/buildbot_worker/__init__.pyc
${PYSITELIB}/buildbot_worker/__init__.pyo
${PYSITELIB}/buildbot_worker/backports/__init__.py
${PYSITELIB}/buildbot_worker/backports/__init__.pyc
${PYSITELIB}/buildbot_worker/backports/__init__.pyo
${PYSITELIB}/buildbot_worker/base.py
${PYSITELIB}/buildbot_worker/base.pyc
${PYSITELIB}/buildbot_worker/base.pyo
${PYSITELIB}/buildbot_worker/bot.py
${PYSITELIB}/buildbot_worker/bot.pyc
${PYSITELIB}/buildbot_worker/bot.pyo
${PYSITELIB}/buildbot_worker/commands/__init__.py
${PYSITELIB}/buildbot_worker/commands/__init__.pyc
${PYSITELIB}/buildbot_worker/commands/__init__.pyo
${PYSITELIB}/buildbot_worker/commands/base.py
${PYSITELIB}/buildbot_worker/commands/base.pyc
${PYSITELIB}/buildbot_worker/commands/base.pyo
${PYSITELIB}/buildbot_worker/commands/fs.py
${PYSITELIB}/buildbot_worker/commands/fs.pyc
${PYSITELIB}/buildbot_worker/commands/fs.pyo
${PYSITELIB}/buildbot_worker/commands/registry.py
${PYSITELIB}/buildbot_worker/commands/registry.pyc
${PYSITELIB}/buildbot_worker/commands/registry.pyo
${PYSITELIB}/buildbot_worker/commands/shell.py
${PYSITELIB}/buildbot_worker/commands/shell.pyc
${PYSITELIB}/buildbot_worker/commands/shell.pyo
${PYSITELIB}/buildbot_worker/commands/transfer.py
${PYSITELIB}/buildbot_worker/commands/transfer.pyc
${PYSITELIB}/buildbot_worker/commands/transfer.pyo
${PYSITELIB}/buildbot_worker/commands/utils.py
${PYSITELIB}/buildbot_worker/commands/utils.pyc
${PYSITELIB}/buildbot_worker/commands/utils.pyo
${PYSITELIB}/buildbot_worker/compat.py
${PYSITELIB}/buildbot_worker/compat.pyc
${PYSITELIB}/buildbot_worker/compat.pyo
${PYSITELIB}/buildbot_worker/exceptions.py
${PYSITELIB}/buildbot_worker/exceptions.pyc
${PYSITELIB}/buildbot_worker/exceptions.pyo
${PYSITELIB}/buildbot_worker/interfaces.py
${PYSITELIB}/buildbot_worker/interfaces.pyc
${PYSITELIB}/buildbot_worker/interfaces.pyo
${PYSITELIB}/buildbot_worker/monkeypatches/__init__.py
${PYSITELIB}/buildbot_worker/monkeypatches/__init__.pyc
${PYSITELIB}/buildbot_worker/monkeypatches/__init__.pyo
${PYSITELIB}/buildbot_worker/monkeypatches/bug4881.py
${PYSITELIB}/buildbot_worker/monkeypatches/bug4881.pyc
${PYSITELIB}/buildbot_worker/monkeypatches/bug4881.pyo
${PYSITELIB}/buildbot_worker/monkeypatches/bug5079.py
${PYSITELIB}/buildbot_worker/monkeypatches/bug5079.pyc
${PYSITELIB}/buildbot_worker/monkeypatches/bug5079.pyo
${PYSITELIB}/buildbot_worker/monkeypatches/testcase_assert.py
${PYSITELIB}/buildbot_worker/monkeypatches/testcase_assert.pyc
${PYSITELIB}/buildbot_worker/monkeypatches/testcase_assert.pyo
${PYSITELIB}/buildbot_worker/null.py
${PYSITELIB}/buildbot_worker/null.pyc
${PYSITELIB}/buildbot_worker/null.pyo
${PYSITELIB}/buildbot_worker/pb.py
${PYSITELIB}/buildbot_worker/pb.pyc
${PYSITELIB}/buildbot_worker/pb.pyo
${PYSITELIB}/buildbot_worker/pbutil.py
${PYSITELIB}/buildbot_worker/pbutil.pyc
${PYSITELIB}/buildbot_worker/pbutil.pyo
${PYSITELIB}/buildbot_worker/runprocess.py
${PYSITELIB}/buildbot_worker/runprocess.pyc
${PYSITELIB}/buildbot_worker/runprocess.pyo
${PYSITELIB}/buildbot_worker/scripts/__init__.py
${PYSITELIB}/buildbot_worker/scripts/__init__.pyc
${PYSITELIB}/buildbot_worker/scripts/__init__.pyo
${PYSITELIB}/buildbot_worker/scripts/base.py
${PYSITELIB}/buildbot_worker/scripts/base.pyc
${PYSITELIB}/buildbot_worker/scripts/base.pyo
${PYSITELIB}/buildbot_worker/scripts/create_worker.py
${PYSITELIB}/buildbot_worker/scripts/create_worker.pyc
${PYSITELIB}/buildbot_worker/scripts/create_worker.pyo
${PYSITELIB}/buildbot_worker/scripts/logwatcher.py
${PYSITELIB}/buildbot_worker/scripts/logwatcher.pyc
${PYSITELIB}/buildbot_worker/scripts/logwatcher.pyo
${PYSITELIB}/buildbot_worker/scripts/restart.py
${PYSITELIB}/buildbot_worker/scripts/restart.pyc
${PYSITELIB}/buildbot_worker/scripts/restart.pyo
${PYSITELIB}/buildbot_worker/scripts/runner.py
${PYSITELIB}/buildbot_worker/scripts/runner.pyc
${PYSITELIB}/buildbot_worker/scripts/runner.pyo
${PYSITELIB}/buildbot_worker/scripts/start.py
${PYSITELIB}/buildbot_worker/scripts/start.pyc
${PYSITELIB}/buildbot_worker/scripts/start.pyo
${PYSITELIB}/buildbot_worker/scripts/stop.py
${PYSITELIB}/buildbot_worker/scripts/stop.pyc
${PYSITELIB}/buildbot_worker/scripts/stop.pyo
${PYSITELIB}/buildbot_worker/scripts/windows_service.py
${PYSITELIB}/buildbot_worker/scripts/windows_service.pyc
${PYSITELIB}/buildbot_worker/scripts/windows_service.pyo
${PYSITELIB}/buildbot_worker/test/__init__.py
${PYSITELIB}/buildbot_worker/test/__init__.pyc
${PYSITELIB}/buildbot_worker/test/__init__.pyo
${PYSITELIB}/buildbot_worker/test/fake/__init__.py
${PYSITELIB}/buildbot_worker/test/fake/__init__.pyc
${PYSITELIB}/buildbot_worker/test/fake/__init__.pyo
${PYSITELIB}/buildbot_worker/test/fake/remote.py
${PYSITELIB}/buildbot_worker/test/fake/remote.pyc
${PYSITELIB}/buildbot_worker/test/fake/remote.pyo
${PYSITELIB}/buildbot_worker/test/fake/runprocess.py
${PYSITELIB}/buildbot_worker/test/fake/runprocess.pyc
${PYSITELIB}/buildbot_worker/test/fake/runprocess.pyo
${PYSITELIB}/buildbot_worker/test/fake/workerforbuilder.py
${PYSITELIB}/buildbot_worker/test/fake/workerforbuilder.pyc
${PYSITELIB}/buildbot_worker/test/fake/workerforbuilder.pyo
${PYSITELIB}/buildbot_worker/test/test_extra_coverage.py
${PYSITELIB}/buildbot_worker/test/test_extra_coverage.pyc
${PYSITELIB}/buildbot_worker/test/test_extra_coverage.pyo
${PYSITELIB}/buildbot_worker/test/test_util_hangcheck.py
${PYSITELIB}/buildbot_worker/test/test_util_hangcheck.pyc
${PYSITELIB}/buildbot_worker/test/test_util_hangcheck.pyo
${PYSITELIB}/buildbot_worker/test/unit/__init__.py
${PYSITELIB}/buildbot_worker/test/unit/__init__.pyc
${PYSITELIB}/buildbot_worker/test/unit/__init__.pyo
${PYSITELIB}/buildbot_worker/test/unit/runprocess-scripts.py
${PYSITELIB}/buildbot_worker/test/unit/runprocess-scripts.pyc
${PYSITELIB}/buildbot_worker/test/unit/runprocess-scripts.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_bot.py
${PYSITELIB}/buildbot_worker/test/unit/test_bot.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_bot.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_bot_Worker.py
${PYSITELIB}/buildbot_worker/test/unit/test_bot_Worker.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_bot_Worker.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_commands_base.py
${PYSITELIB}/buildbot_worker/test/unit/test_commands_base.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_commands_base.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_commands_fs.py
${PYSITELIB}/buildbot_worker/test/unit/test_commands_fs.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_commands_fs.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_commands_registry.py
${PYSITELIB}/buildbot_worker/test/unit/test_commands_registry.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_commands_registry.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_commands_shell.py
${PYSITELIB}/buildbot_worker/test/unit/test_commands_shell.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_commands_shell.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_commands_transfer.py
${PYSITELIB}/buildbot_worker/test/unit/test_commands_transfer.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_commands_transfer.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_commands_utils.py
${PYSITELIB}/buildbot_worker/test/unit/test_commands_utils.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_commands_utils.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_runprocess.py
${PYSITELIB}/buildbot_worker/test/unit/test_runprocess.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_runprocess.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_base.py
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_base.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_base.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_create_worker.py
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_create_worker.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_create_worker.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_restart.py
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_restart.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_restart.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_runner.py
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_runner.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_runner.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_start.py
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_start.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_start.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_stop.py
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_stop.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_scripts_stop.pyo
${PYSITELIB}/buildbot_worker/test/unit/test_util.py
${PYSITELIB}/buildbot_worker/test/unit/test_util.pyc
${PYSITELIB}/buildbot_worker/test/unit/test_util.pyo
${PYSITELIB}/buildbot_worker/test/util/__init__.py
${PYSITELIB}/buildbot_worker/test/util/__init__.pyc
${PYSITELIB}/buildbot_worker/test/util/__init__.pyo
${PYSITELIB}/buildbot_worker/test/util/command.py
${PYSITELIB}/buildbot_worker/test/util/command.pyc
${PYSITELIB}/buildbot_worker/test/util/command.pyo
${PYSITELIB}/buildbot_worker/test/util/compat.py
${PYSITELIB}/buildbot_worker/test/util/compat.pyc
${PYSITELIB}/buildbot_worker/test/util/compat.pyo
${PYSITELIB}/buildbot_worker/test/util/misc.py
${PYSITELIB}/buildbot_worker/test/util/misc.pyc
${PYSITELIB}/buildbot_worker/test/util/misc.pyo
${PYSITELIB}/buildbot_worker/test/util/sourcecommand.py
${PYSITELIB}/buildbot_worker/test/util/sourcecommand.pyc
${PYSITELIB}/buildbot_worker/test/util/sourcecommand.pyo
${PYSITELIB}/buildbot_worker/util/__init__.py
${PYSITELIB}/buildbot_worker/util/__init__.pyc
${PYSITELIB}/buildbot_worker/util/__init__.pyo
${PYSITELIB}/buildbot_worker/util/_hangcheck.py
${PYSITELIB}/buildbot_worker/util/_hangcheck.pyc
${PYSITELIB}/buildbot_worker/util/_hangcheck.pyo

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/09/29 21:38:35 joerg Exp $
SHA1 (buildbot-worker-0.9.11.tar.gz) = 0145dc70c9978faf54ffaf450cf91b631c86205a
RMD160 (buildbot-worker-0.9.11.tar.gz) = c7bb6babc6de39b792790718ade00c1c6e0ccc40
SHA512 (buildbot-worker-0.9.11.tar.gz) = c7209c3fff8c43a23de71fa61709c9f02a5bdd9c8c8980ac5d205f720abdaa9bdb78d0d4e40fe9f915c8d5cf253b9e3c63401712ee121ac085909b0244d82897
Size (buildbot-worker-0.9.11.tar.gz) = 100746 bytes