Add py-buildbot-waterfall-view-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 Waterfall View Plugin.
This commit is contained in:
parent
a95854472b
commit
0486768ddd
4 changed files with 50 additions and 0 deletions
14
devel/py-buildbot-waterfall-view/DESCR
Normal file
14
devel/py-buildbot-waterfall-view/DESCR
Normal 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 Waterfall View Plugin.
|
17
devel/py-buildbot-waterfall-view/Makefile
Normal file
17
devel/py-buildbot-waterfall-view/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/10/01 23:45:31 joerg Exp $
|
||||
|
||||
DISTNAME= buildbot-waterfall-view-0.9.11
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-waterfall-view/}
|
||||
|
||||
MAINTAINER= joerg@NetBSD.org
|
||||
HOMEPAGE= https://buildbot.net/
|
||||
COMMENT= Waterfall Plugin for the buildbot CI system
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
13
devel/py-buildbot-waterfall-view/PLIST
Normal file
13
devel/py-buildbot-waterfall-view/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:45:31 joerg Exp $
|
||||
${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}/top_level.txt
|
||||
${PYSITELIB}/buildbot_waterfall_view/VERSION
|
||||
${PYSITELIB}/buildbot_waterfall_view/__init__.py
|
||||
${PYSITELIB}/buildbot_waterfall_view/__init__.pyc
|
||||
${PYSITELIB}/buildbot_waterfall_view/__init__.pyo
|
||||
${PYSITELIB}/buildbot_waterfall_view/static/scripts.js
|
||||
${PYSITELIB}/buildbot_waterfall_view/static/styles.css
|
||||
${PYSITELIB}/buildbot_waterfall_view/static/tests.js
|
6
devel/py-buildbot-waterfall-view/distinfo
Normal file
6
devel/py-buildbot-waterfall-view/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/10/01 23:45:31 joerg Exp $
|
||||
|
||||
SHA1 (buildbot-waterfall-view-0.9.11.tar.gz) = eca53adafea055b772731e6fbf0c60d78f9ac4ac
|
||||
RMD160 (buildbot-waterfall-view-0.9.11.tar.gz) = 6721f08fc10b34f9cefb1d5fb16c1509de11dd29
|
||||
SHA512 (buildbot-waterfall-view-0.9.11.tar.gz) = aec554156ac6d430f62a090d61896732cca7a0f9ebeaa33c929113f9fcf07c4383d9aae7e544d3dbeb83e7f267327810c10c04ba3ec1f7f9c7192a03b4cd47f6
|
||||
Size (buildbot-waterfall-view-0.9.11.tar.gz) = 713915 bytes
|
Loading…
Reference in a new issue