pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-buildbot*: remove, imported to pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Feb 18 11:47:54 2026 +0100
Changeset: 3736e0e2e8ed1c234a3a9ba4d898f6e49b3af6fc
Modified Files:
Makefile
Removed Files:
py-buildbot-badges/DESCR
py-buildbot-badges/Makefile
py-buildbot-badges/PLIST
py-buildbot-badges/distinfo
py-buildbot-console-view/DESCR
py-buildbot-console-view/Makefile
py-buildbot-console-view/PLIST
py-buildbot-console-view/distinfo
py-buildbot-grid-view/DESCR
py-buildbot-grid-view/Makefile
py-buildbot-grid-view/PLIST
py-buildbot-grid-view/distinfo
py-buildbot-pkg/DESCR
py-buildbot-pkg/Makefile
py-buildbot-pkg/PLIST
py-buildbot-pkg/distinfo
py-buildbot-waterfall-view/DESCR
py-buildbot-waterfall-view/Makefile
py-buildbot-waterfall-view/PLIST
py-buildbot-waterfall-view/distinfo
py-buildbot-worker/ALTERNATIVES
py-buildbot-worker/DESCR
py-buildbot-worker/Makefile
py-buildbot-worker/PLIST
py-buildbot-worker/distinfo
py-buildbot-www/DESCR
py-buildbot-www/Makefile
py-buildbot-www/PLIST
py-buildbot-www/distinfo
py-buildbot/ALTERNATIVES
py-buildbot/DESCR
py-buildbot/Makefile
py-buildbot/Makefile.common
py-buildbot/PLIST
py-buildbot/distinfo
py-buildbot/patches/patch-buildbot_db_migrations_alembic.ini
Log Message:
py-buildbot*: remove, imported to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3736e0e2e8ed1c234a3a9ba4d898f6e49b3af6fc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 8 -
py-buildbot-badges/DESCR | 14 -
py-buildbot-badges/Makefile | 21 -
py-buildbot-badges/PLIST | 15 -
py-buildbot-badges/distinfo | 5 -
py-buildbot-console-view/DESCR | 14 -
py-buildbot-console-view/Makefile | 16 -
py-buildbot-console-view/PLIST | 12 -
py-buildbot-console-view/distinfo | 5 -
py-buildbot-grid-view/DESCR | 14 -
py-buildbot-grid-view/Makefile | 16 -
py-buildbot-grid-view/PLIST | 11 -
py-buildbot-grid-view/distinfo | 5 -
py-buildbot-pkg/DESCR | 14 -
py-buildbot-pkg/Makefile | 18 -
py-buildbot-pkg/PLIST | 8 -
py-buildbot-pkg/distinfo | 5 -
py-buildbot-waterfall-view/DESCR | 14 -
py-buildbot-waterfall-view/Makefile | 16 -
py-buildbot-waterfall-view/PLIST | 12 -
py-buildbot-waterfall-view/distinfo | 5 -
py-buildbot-worker/ALTERNATIVES | 2 -
py-buildbot-worker/DESCR | 14 -
py-buildbot-worker/Makefile | 31 -
py-buildbot-worker/PLIST | 118 --
py-buildbot-worker/distinfo | 5 -
py-buildbot-www/DESCR | 14 -
py-buildbot-www/Makefile | 16 -
py-buildbot-www/PLIST | 20 -
py-buildbot-www/distinfo | 5 -
py-buildbot/ALTERNATIVES | 2 -
py-buildbot/DESCR | 12 -
py-buildbot/Makefile | 63 -
py-buildbot/Makefile.common | 16 -
py-buildbot/PLIST | 1405 --------------------
py-buildbot/distinfo | 6 -
.../patch-buildbot_db_migrations_alembic.ini | 51 -
37 files changed, 2028 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ba31ab2981..9d407ae678 100644
--- a/Makefile
+++ b/Makefile
@@ -3558,14 +3558,6 @@ SUBDIR+= py-bruce
SUBDIR+= py-brython
SUBDIR+= py-bsddb
SUBDIR+= py-bson
-SUBDIR+= py-buildbot
-SUBDIR+= py-buildbot-badges
-SUBDIR+= py-buildbot-console-view
-SUBDIR+= py-buildbot-grid-view
-SUBDIR+= py-buildbot-pkg
-SUBDIR+= py-buildbot-waterfall-view
-SUBDIR+= py-buildbot-worker
-SUBDIR+= py-buildbot-www
SUBDIR+= py-builder
SUBDIR+= py-buku
SUBDIR+= py-bw2parameters
diff --git a/py-buildbot-badges/DESCR b/py-buildbot-badges/DESCR
deleted file mode 100644
index c9a7c4ab5f..0000000000
--- a/py-buildbot-badges/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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 Badges Plugin.
diff --git a/py-buildbot-badges/Makefile b/py-buildbot-badges/Makefile
deleted file mode 100644
index 242b73ecd8..0000000000
--- a/py-buildbot-badges/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2026/01/07 08:07:25 wiz Exp $
-
-DISTNAME= buildbot_badges-${BBVERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-badges/}
-
-COMMENT= Badges Plugin for the buildbot CI system
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
-DEPENDS+= ${PYPKGPREFIX}-cairocffi-[0-9]*:../../graphics/py-cairocffi
-DEPENDS+= ${PYPKGPREFIX}-cairosvg-[0-9]*:../../converters/py-cairosvg
-DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-klein-[0-9]*:../../www/py-klein
-
-USE_LANGUAGES= # none
-
-.include "../../wip/py-buildbot/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot-badges/PLIST b/py-buildbot-badges/PLIST
deleted file mode 100644
index 1e1b220b19..0000000000
--- a/py-buildbot-badges/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/buildbot_badges/VERSION
-${PYSITELIB}/buildbot_badges/__init__.py
-${PYSITELIB}/buildbot_badges/__init__.pyc
-${PYSITELIB}/buildbot_badges/__init__.pyo
-${PYSITELIB}/buildbot_badges/static/.placeholder
-${PYSITELIB}/buildbot_badges/templates/badgeio.svg.j2
-${PYSITELIB}/buildbot_badges/templates/flat-square.svg.j2
-${PYSITELIB}/buildbot_badges/templates/flat.svg.j2
-${PYSITELIB}/buildbot_badges/templates/plastic.svg.j2
diff --git a/py-buildbot-badges/distinfo b/py-buildbot-badges/distinfo
deleted file mode 100644
index d9500d363b..0000000000
--- a/py-buildbot-badges/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:18:14 nia Exp $
-
-BLAKE2s (buildbot_badges-4.3.0.tar.gz) = 7ad66cbd3576de68b1f851347a91d3f3e00e23a305fcc7ed15bf1de1b625c228
-SHA512 (buildbot_badges-4.3.0.tar.gz) = d12c761e2a7268ac79daecd92caeee5d755d14f70df3d18681c4767e9b62af12b91b2399b44fdbe4b0d05a124854e8fd0b7fe0ac319a06ab77d76dbe4a2e9e74
-Size (buildbot_badges-4.3.0.tar.gz) = 4662 bytes
diff --git a/py-buildbot-console-view/DESCR b/py-buildbot-console-view/DESCR
deleted file mode 100644
index e51aa39c80..0000000000
--- a/py-buildbot-console-view/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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 Console View Plugin.
diff --git a/py-buildbot-console-view/Makefile b/py-buildbot-console-view/Makefile
deleted file mode 100644
index 77b58fa18e..0000000000
--- a/py-buildbot-console-view/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:18 adam Exp $
-
-DISTNAME= buildbot_console_view-${BBVERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-console-view/}
-
-COMMENT= Waterfall Plugin for the buildbot CI system
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
-DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
-
-USE_LANGUAGES= # none
-
-.include "../../wip/py-buildbot/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot-console-view/PLIST b/py-buildbot-console-view/PLIST
deleted file mode 100644
index 3ac8902367..0000000000
--- a/py-buildbot-console-view/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/buildbot_console_view/VERSION
-${PYSITELIB}/buildbot_console_view/__init__.py
-${PYSITELIB}/buildbot_console_view/__init__.pyc
-${PYSITELIB}/buildbot_console_view/__init__.pyo
-${PYSITELIB}/buildbot_console_view/static/scripts.js
-${PYSITELIB}/buildbot_console_view/static/styles.css
diff --git a/py-buildbot-console-view/distinfo b/py-buildbot-console-view/distinfo
deleted file mode 100644
index 791971b136..0000000000
--- a/py-buildbot-console-view/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2020/02/19 19:07:18 adam Exp $
-
-BLAKE2s (buildbot_console_view-4.3.0.tar.gz) = bb05d2247d35d6943cf6fcc414cf62cc27a5a489e9ac83bc4ddefdb77448e695
-SHA512 (buildbot_console_view-4.3.0.tar.gz) = aa5ea115383ef54fa234aed7fdb6c6b104940641ad950e7525ae7c29e62acb6d4e805e108cdae171565b9abc4b020d47ddbd795481a3bec0e48d001e7d607ccd
-Size (buildbot_console_view-4.3.0.tar.gz) = 22361 bytes
diff --git a/py-buildbot-grid-view/DESCR b/py-buildbot-grid-view/DESCR
deleted file mode 100644
index 2ecfac4c43..0000000000
--- a/py-buildbot-grid-view/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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 Grid View Plugin.
diff --git a/py-buildbot-grid-view/Makefile b/py-buildbot-grid-view/Makefile
deleted file mode 100644
index ddc0c5dfa6..0000000000
--- a/py-buildbot-grid-view/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:19 adam Exp $
-
-DISTNAME= buildbot_grid_view-${BBVERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-grid-view/}
-
-COMMENT= Grid View Plugin for the buildbot CI system
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
-DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
-
-USE_LANGUAGES= # none
-
-.include "../../wip/py-buildbot/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot-grid-view/PLIST b/py-buildbot-grid-view/PLIST
deleted file mode 100644
index 2a18787855..0000000000
--- a/py-buildbot-grid-view/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/buildbot_grid_view/VERSION
-${PYSITELIB}/buildbot_grid_view/__init__.py
-${PYSITELIB}/buildbot_grid_view/__init__.pyc
-${PYSITELIB}/buildbot_grid_view/__init__.pyo
-${PYSITELIB}/buildbot_grid_view/static/scripts.js
diff --git a/py-buildbot-grid-view/distinfo b/py-buildbot-grid-view/distinfo
deleted file mode 100644
index d7f3c5f6ae..0000000000
--- a/py-buildbot-grid-view/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
-
-BLAKE2s (buildbot_grid_view-4.3.0.tar.gz) = 5cc299ab466e1dc29ef3b3500a685ffd607f4c1f807abf0167a632a36730ff86
-SHA512 (buildbot_grid_view-4.3.0.tar.gz) = 74a24c7e2bd1b0308210da6582aba62c47a7d42d6dd0825b0a7d0ae12c7800c326d9675a0332e0f6f83952781fc297fc7c521a171932debec0e7684c0df48c98
-Size (buildbot_grid_view-4.3.0.tar.gz) = 10078 bytes
diff --git a/py-buildbot-pkg/DESCR b/py-buildbot-pkg/DESCR
deleted file mode 100644
index f7325d0d40..0000000000
--- a/py-buildbot-pkg/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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 BuildBot packaging tools.
diff --git a/py-buildbot-pkg/Makefile b/py-buildbot-pkg/Makefile
deleted file mode 100644
index 99817161f4..0000000000
--- a/py-buildbot-pkg/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:19 adam Exp $
-
-DISTNAME= buildbot_pkg-${BBVERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-pkg/}
-
-COMMENT= Packaging tools for the buildbot CI system
-
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=21.2.1:../../devel/py-setuptools
-
-USE_LANGUAGES= # none
-
-# override default versioning based on time stamp
-MAKE_ENV+= BUILDBOT_VERSION=${PKGVERSION_NOREV}
-
-.include "../../wip/py-buildbot/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot-pkg/PLIST b/py-buildbot-pkg/PLIST
deleted file mode 100644
index 864cf9cecb..0000000000
--- a/py-buildbot-pkg/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/buildbot_pkg.py
-${PYSITELIB}/buildbot_pkg.pyc
-${PYSITELIB}/buildbot_pkg.pyo
diff --git a/py-buildbot-pkg/distinfo b/py-buildbot-pkg/distinfo
deleted file mode 100644
index 8e4e19c3df..0000000000
--- a/py-buildbot-pkg/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
-
-BLAKE2s (buildbot_pkg-4.3.0.tar.gz) = 65fb7c961693e2726e8ae6c6950e6075e1fa048d6128264ffa990114beeeb69d
-SHA512 (buildbot_pkg-4.3.0.tar.gz) = 4f67296a9de553b0da4d3400b2187df140756329f7dcd8d2043987b3fb1b84255260891ec1f0cf0d25c861499e09c6e64677b529ef836438566818f059d0dcf5
-Size (buildbot_pkg-4.3.0.tar.gz) = 5132 bytes
diff --git a/py-buildbot-waterfall-view/DESCR b/py-buildbot-waterfall-view/DESCR
deleted file mode 100644
index 4d69337dc9..0000000000
--- a/py-buildbot-waterfall-view/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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.
diff --git a/py-buildbot-waterfall-view/Makefile b/py-buildbot-waterfall-view/Makefile
deleted file mode 100644
index 9418c31eea..0000000000
--- a/py-buildbot-waterfall-view/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:19 adam Exp $
-
-DISTNAME= buildbot_waterfall_view-${BBVERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-waterfall-view/}
-
-COMMENT= Waterfall Plugin for the buildbot CI system
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
-DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
-
-USE_LANGUAGES= # none
-
-.include "../../wip/py-buildbot/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot-waterfall-view/PLIST b/py-buildbot-waterfall-view/PLIST
deleted file mode 100644
index a33ab46a4c..0000000000
--- a/py-buildbot-waterfall-view/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_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
diff --git a/py-buildbot-waterfall-view/distinfo b/py-buildbot-waterfall-view/distinfo
deleted file mode 100644
index fc1e538d29..0000000000
--- a/py-buildbot-waterfall-view/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
-
-BLAKE2s (buildbot_waterfall_view-4.3.0.tar.gz) = 3a6733546a05fae47cd12080ad0082800d89907ce19dda5eb565c44ce459f1c8
-SHA512 (buildbot_waterfall_view-4.3.0.tar.gz) = dcfbd2de2343a5e01ec3d02978c645a5e09dff5fe41e489a58310610a6a4328557644a49daaaf426f475a3ed0b13fcfef3455bfe968756a8dc212aa3eb9d0da0
-Size (buildbot_waterfall_view-4.3.0.tar.gz) = 33175 bytes
diff --git a/py-buildbot-worker/ALTERNATIVES b/py-buildbot-worker/ALTERNATIVES
deleted file mode 100644
index 59f764a0bc..0000000000
--- a/py-buildbot-worker/ALTERNATIVES
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/buildbot-worker @PREFIX@/bin/buildbot-worker-@PYVERSSUFFIX@
-bin/buildbot_worker_windows_service @PREFIX@/bin/buildbot_worker_windows_service-@PYVERSSUFFIX@
diff --git a/py-buildbot-worker/DESCR b/py-buildbot-worker/DESCR
deleted file mode 100644
index 306e088e41..0000000000
--- a/py-buildbot-worker/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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.
diff --git a/py-buildbot-worker/Makefile b/py-buildbot-worker/Makefile
deleted file mode 100644
index b14aa1530d..0000000000
--- a/py-buildbot-worker/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2020/02/19 19:07:19 adam Exp $
-
-DISTNAME= buildbot_worker-${BBVERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-worker/}
-
-COMMENT= Worker for the buildbot CI system
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-twisted>=0:../../net/py-twisted
-DEPENDS+= ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
-DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.6.0:../../devel/py-msgpack
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
-TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
-
-USE_LANGUAGES= # none
-
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} buildbot-worker buildbot-worker-${PYVERSSUFFIX} && \
- ${MV} buildbot_worker_windows_service buildbot_worker_windows_service-${PYVERSSUFFIX} || ${TRUE}
-
-TEST_ENV+= PYTHONPATH=.
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} trial-${PYVERSSUFFIX} buildbot_worker.test
-
-.include "../../wip/py-buildbot/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot-worker/PLIST b/py-buildbot-worker/PLIST
deleted file mode 100644
index 141a2a284b..0000000000
--- a/py-buildbot-worker/PLIST
+++ /dev/null
@@ -1,118 +0,0 @@
-@comment $NetBSD$
-bin/buildbot-worker-${PYVERSSUFFIX}
-bin/buildbot_worker_windows_service-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
-${PYSITELIB}/${WHEEL_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/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/msgpack.py
-${PYSITELIB}/buildbot_worker/msgpack.pyc
-${PYSITELIB}/buildbot_worker/msgpack.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/tunnel.py
-${PYSITELIB}/buildbot_worker/tunnel.pyc
-${PYSITELIB}/buildbot_worker/tunnel.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
-${PYSITELIB}/buildbot_worker/util/_notifier.py
-${PYSITELIB}/buildbot_worker/util/_notifier.pyc
-${PYSITELIB}/buildbot_worker/util/_notifier.pyo
-${PYSITELIB}/buildbot_worker/util/buffer_manager.py
-${PYSITELIB}/buildbot_worker/util/buffer_manager.pyc
-${PYSITELIB}/buildbot_worker/util/buffer_manager.pyo
-${PYSITELIB}/buildbot_worker/util/deferwaiter.py
-${PYSITELIB}/buildbot_worker/util/deferwaiter.pyc
-${PYSITELIB}/buildbot_worker/util/deferwaiter.pyo
-${PYSITELIB}/buildbot_worker/util/lineboundaries.py
-${PYSITELIB}/buildbot_worker/util/lineboundaries.pyc
-${PYSITELIB}/buildbot_worker/util/lineboundaries.pyo
-${PYSITELIB}/buildbot_worker/util/twisted.py
-${PYSITELIB}/buildbot_worker/util/twisted.pyc
-${PYSITELIB}/buildbot_worker/util/twisted.pyo
diff --git a/py-buildbot-worker/distinfo b/py-buildbot-worker/distinfo
deleted file mode 100644
index edb3a1539a..0000000000
--- a/py-buildbot-worker/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2020/02/19 19:07:19 adam Exp $
-
-BLAKE2s (buildbot_worker-4.3.0.tar.gz) = 090639b907cbe22141ac385127ffb86c9794444ee8180afb925a067aae6dfbab
-SHA512 (buildbot_worker-4.3.0.tar.gz) = fb753efe10f1202274b541f32ec26ef81886e0db12c61c86b958ad945e81fb3f7b140de414345dfd5b97c4506be17855e08bb43ffad227a3adaed6ffbe80917c
-Size (buildbot_worker-4.3.0.tar.gz) = 135399 bytes
diff --git a/py-buildbot-www/DESCR b/py-buildbot-www/DESCR
deleted file mode 100644
index 5c2fdb092c..0000000000
--- a/py-buildbot-www/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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 web frontend component.
diff --git a/py-buildbot-www/Makefile b/py-buildbot-www/Makefile
deleted file mode 100644
index d015f71ee8..0000000000
--- a/py-buildbot-www/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2020/03/23 09:44:44 tnn Exp $
-
-DISTNAME= buildbot_www-${BBVERSION}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-www/}
-
-COMMENT= Web frontend for the buildbot CI system
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
-DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../wip/py-buildbot
-
-USE_LANGUAGES= # none
-
-.include "../../wip/py-buildbot/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot-www/PLIST b/py-buildbot-www/PLIST
deleted file mode 100644
index 0aeff79e09..0000000000
--- a/py-buildbot-www/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/buildbot_www/VERSION
-${PYSITELIB}/buildbot_www/__init__.py
-${PYSITELIB}/buildbot_www/__init__.pyc
-${PYSITELIB}/buildbot_www/__init__.pyo
-${PYSITELIB}/buildbot_www/static/assets/index-CQKNRskk.css
-${PYSITELIB}/buildbot_www/static/assets/index-D1Qujclx.js
-${PYSITELIB}/buildbot_www/static/browser-warning-list.js
-${PYSITELIB}/buildbot_www/static/browser-warning.css
-${PYSITELIB}/buildbot_www/static/browser-warning.js
-${PYSITELIB}/buildbot_www/static/icon.png
-${PYSITELIB}/buildbot_www/static/icon.svg
-${PYSITELIB}/buildbot_www/static/index.html
-${PYSITELIB}/buildbot_www/static/manifest.json
-${PYSITELIB}/buildbot_www/static/robots.txt
diff --git a/py-buildbot-www/distinfo b/py-buildbot-www/distinfo
deleted file mode 100644
index 94b4657d9f..0000000000
--- a/py-buildbot-www/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
-
-BLAKE2s (buildbot_www-4.3.0.tar.gz) = c5cb3aed0bc17ad92503c521b98098f511303ae5068ccd2012c4b2cb7bd53c63
-SHA512 (buildbot_www-4.3.0.tar.gz) = 313b16e9243d8a53024ab7413ea904f302c6b0bd8a9a755bd352f005e7004c2aea89d753ace0dbf653907da1beacc6ead796cee36db245245e337f35ab9942f2
-Size (buildbot_www-4.3.0.tar.gz) = 430203 bytes
diff --git a/py-buildbot/ALTERNATIVES b/py-buildbot/ALTERNATIVES
deleted file mode 100644
index c85313ba70..0000000000
--- a/py-buildbot/ALTERNATIVES
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/buildbot @PREFIX@/bin/buildbot-@PYVERSSUFFIX@
-bin/buildbot_windows_service @PREFIX@/bin/buildbot_windows_service-@PYVERSSUFFIX@
diff --git a/py-buildbot/DESCR b/py-buildbot/DESCR
deleted file mode 100644
index ad2fcd403c..0000000000
--- a/py-buildbot/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-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.
diff --git a/py-buildbot/Makefile b/py-buildbot/Makefile
deleted file mode 100644
index 7b252c81c8..0000000000
--- a/py-buildbot/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2020/02/19 19:07:18 adam Exp $
-
-DISTNAME= buildbot-${BBVERSION}
-CATEGORIES= devel net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot/}
-
-COMMENT= Continuous integration system
-
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted
-DEPENDS+= ${PYPKGPREFIX}-treq>=20.9:../../devel/py-treq
-DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.6.0:../../devel/py-msgpack
-DEPENDS+= ${PYPKGPREFIX}-croniter>=1.3.0:../../time/py-croniter
-DEPENDS+= ${PYPKGPREFIX}-zope.interface>=4.1.1:../../devel/py-zope.interface
-DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=1.4.0:../../databases/py-sqlalchemy
-DEPENDS+= ${PYPKGPREFIX}-alembic>=1.6.0:../../databases/py-alembic
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
-DEPENDS+= ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
-DEPENDS+= ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-JWT-[0-9]*:../../textproc/py-JWT
-DEPENDS+= ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
-DEPENDS+= ${PYPKGPREFIX}-unidiff>=0.7.5:../../devel/py-unidiff
-# optional
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0:../../security/py-OpenSSL
-DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
-DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
-DEPENDS+= ${PYPKGPREFIX}-brotli-[0-9]*:../../archivers/py-brotli
-DEPENDS+= ${PYPKGPREFIX}-zstandard-[0-9]*:../../archivers/py-zstandard
-DEPENDS+= ${PYPKGPREFIX}-evalidate-[0-9]*:../../devel/py-evalidate
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
-TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../wip/py-buildbot-pkg
-TEST_DEPENDS+= ${PYPKGPREFIX}-buildbot-worker-[0-9]*:../../wip/py-buildbot-worker
-TEST_DEPENDS+= ${PYPKGPREFIX}-pugjs-[0-9]*:../../wip/py-pugjs
-TEST_DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
-TEST_DEPENDS+= ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
-TEST_DEPENDS+= ${PYPKGPREFIX}-markdown>=3:../../textproc/py-markdown
-TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
-
-USE_LANGUAGES= # none
-USE_TOOLS+= git:test
-
-TEST_ENV+= PYTHONPATH=.
-
-.if make(test)
-ALLOW_NETWORK_ACCESS= yes
-.endif
-# as of 4.3.0, with Python 3.14
-# FAILED (skips=45, errors=48, successes=651)
-# with Python 3.13
-# PASSED (skips=39, successes=657)
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} trial-${PYVERSSUFFIX} buildbot.test
-
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} buildbot buildbot-${PYVERSSUFFIX} && \
- ${MV} buildbot_windows_service buildbot_windows_service-${PYVERSSUFFIX} || ${TRUE}
-
-.include "Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-buildbot/Makefile.common b/py-buildbot/Makefile.common
deleted file mode 100644
index b0d8964287..0000000000
--- a/py-buildbot/Makefile.common
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-# used by wip/py-buildbot-console-view/Makefile
-# used by wip/py-buildbot-grid-view/Makefile
-# used by wip/py-buildbot-pkg/Makefile
-# used by wip/py-buildbot-waterfall-view/Makefile
-# used by wip/py-buildbot-worker/Makefile
-# used by wip/py-buildbot-www/Makefile
-# used by wip/py-buildbot-badges/Makefile
-
-BBVERSION= 4.3.0
-MAINTAINER= root%zta.lk@localhost
-HOMEPAGE= https://buildbot.net/
-PKGNAME?= ${PYPKGPREFIX}-${DISTNAME}
-LICENSE= gnu-gpl-v2
-
-.include "../../lang/python/wheel.mk"
diff --git a/py-buildbot/PLIST b/py-buildbot/PLIST
deleted file mode 100644
index f4481fedcf..0000000000
--- a/py-buildbot/PLIST
+++ /dev/null
@@ -1,1405 +0,0 @@
-@comment $NetBSD$
-bin/buildbot-${PYVERSSUFFIX}
-bin/buildbot_windows_service-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/buildbot/VERSION
-${PYSITELIB}/buildbot/__init__.py
-${PYSITELIB}/buildbot/__init__.pyc
-${PYSITELIB}/buildbot/__init__.pyo
-${PYSITELIB}/buildbot/buildbot_net_usage_data.py
-${PYSITELIB}/buildbot/buildbot_net_usage_data.pyc
-${PYSITELIB}/buildbot/buildbot_net_usage_data.pyo
-${PYSITELIB}/buildbot/buildrequest.py
-${PYSITELIB}/buildbot/buildrequest.pyc
-${PYSITELIB}/buildbot/buildrequest.pyo
-${PYSITELIB}/buildbot/changes/__init__.py
-${PYSITELIB}/buildbot/changes/__init__.pyc
-${PYSITELIB}/buildbot/changes/__init__.pyo
-${PYSITELIB}/buildbot/changes/base.py
-${PYSITELIB}/buildbot/changes/base.pyc
-${PYSITELIB}/buildbot/changes/base.pyo
-${PYSITELIB}/buildbot/changes/bitbucket.py
-${PYSITELIB}/buildbot/changes/bitbucket.pyc
-${PYSITELIB}/buildbot/changes/bitbucket.pyo
-${PYSITELIB}/buildbot/changes/changes.py
-${PYSITELIB}/buildbot/changes/changes.pyc
-${PYSITELIB}/buildbot/changes/changes.pyo
-${PYSITELIB}/buildbot/changes/filter.py
-${PYSITELIB}/buildbot/changes/filter.pyc
-${PYSITELIB}/buildbot/changes/filter.pyo
-${PYSITELIB}/buildbot/changes/gerritchangesource.py
-${PYSITELIB}/buildbot/changes/gerritchangesource.pyc
-${PYSITELIB}/buildbot/changes/gerritchangesource.pyo
-${PYSITELIB}/buildbot/changes/github.py
-${PYSITELIB}/buildbot/changes/github.pyc
-${PYSITELIB}/buildbot/changes/github.pyo
-${PYSITELIB}/buildbot/changes/gitpoller.py
-${PYSITELIB}/buildbot/changes/gitpoller.pyc
-${PYSITELIB}/buildbot/changes/gitpoller.pyo
-${PYSITELIB}/buildbot/changes/hgpoller.py
-${PYSITELIB}/buildbot/changes/hgpoller.pyc
-${PYSITELIB}/buildbot/changes/hgpoller.pyo
-${PYSITELIB}/buildbot/changes/mail.py
-${PYSITELIB}/buildbot/changes/mail.pyc
-${PYSITELIB}/buildbot/changes/mail.pyo
-${PYSITELIB}/buildbot/changes/manager.py
-${PYSITELIB}/buildbot/changes/manager.pyc
-${PYSITELIB}/buildbot/changes/manager.pyo
-${PYSITELIB}/buildbot/changes/p4poller.py
-${PYSITELIB}/buildbot/changes/p4poller.pyc
-${PYSITELIB}/buildbot/changes/p4poller.pyo
-${PYSITELIB}/buildbot/changes/pb.py
-${PYSITELIB}/buildbot/changes/pb.pyc
-${PYSITELIB}/buildbot/changes/pb.pyo
-${PYSITELIB}/buildbot/changes/svnpoller.py
-${PYSITELIB}/buildbot/changes/svnpoller.pyc
-${PYSITELIB}/buildbot/changes/svnpoller.pyo
-${PYSITELIB}/buildbot/clients/__init__.py
-${PYSITELIB}/buildbot/clients/__init__.pyc
-${PYSITELIB}/buildbot/clients/__init__.pyo
-${PYSITELIB}/buildbot/clients/sendchange.py
-${PYSITELIB}/buildbot/clients/sendchange.pyc
-${PYSITELIB}/buildbot/clients/sendchange.pyo
-${PYSITELIB}/buildbot/clients/tryclient.py
-${PYSITELIB}/buildbot/clients/tryclient.pyc
-${PYSITELIB}/buildbot/clients/tryclient.pyo
-${PYSITELIB}/buildbot/clients/usersclient.py
-${PYSITELIB}/buildbot/clients/usersclient.pyc
-${PYSITELIB}/buildbot/clients/usersclient.pyo
-${PYSITELIB}/buildbot/config/__init__.py
-${PYSITELIB}/buildbot/config/__init__.pyc
-${PYSITELIB}/buildbot/config/__init__.pyo
-${PYSITELIB}/buildbot/config/builder.py
-${PYSITELIB}/buildbot/config/builder.pyc
-${PYSITELIB}/buildbot/config/builder.pyo
-${PYSITELIB}/buildbot/config/checks.py
-${PYSITELIB}/buildbot/config/checks.pyc
-${PYSITELIB}/buildbot/config/checks.pyo
-${PYSITELIB}/buildbot/config/errors.py
-${PYSITELIB}/buildbot/config/errors.pyc
-${PYSITELIB}/buildbot/config/errors.pyo
-${PYSITELIB}/buildbot/config/master.py
-${PYSITELIB}/buildbot/config/master.pyc
-${PYSITELIB}/buildbot/config/master.pyo
-${PYSITELIB}/buildbot/configurators/__init__.py
-${PYSITELIB}/buildbot/configurators/__init__.pyc
-${PYSITELIB}/buildbot/configurators/__init__.pyo
-${PYSITELIB}/buildbot/configurators/janitor.py
-${PYSITELIB}/buildbot/configurators/janitor.pyc
-${PYSITELIB}/buildbot/configurators/janitor.pyo
-${PYSITELIB}/buildbot/data/__init__.py
-${PYSITELIB}/buildbot/data/__init__.pyc
-${PYSITELIB}/buildbot/data/__init__.pyo
-${PYSITELIB}/buildbot/data/base.py
-${PYSITELIB}/buildbot/data/base.pyc
-${PYSITELIB}/buildbot/data/base.pyo
-${PYSITELIB}/buildbot/data/build_data.py
-${PYSITELIB}/buildbot/data/build_data.pyc
-${PYSITELIB}/buildbot/data/build_data.pyo
-${PYSITELIB}/buildbot/data/builders.py
-${PYSITELIB}/buildbot/data/builders.pyc
-${PYSITELIB}/buildbot/data/builders.pyo
-${PYSITELIB}/buildbot/data/buildrequests.py
-${PYSITELIB}/buildbot/data/buildrequests.pyc
-${PYSITELIB}/buildbot/data/buildrequests.pyo
-${PYSITELIB}/buildbot/data/builds.py
-${PYSITELIB}/buildbot/data/builds.pyc
-${PYSITELIB}/buildbot/data/builds.pyo
-${PYSITELIB}/buildbot/data/buildsets.py
-${PYSITELIB}/buildbot/data/buildsets.pyc
-${PYSITELIB}/buildbot/data/buildsets.pyo
-${PYSITELIB}/buildbot/data/changes.py
-${PYSITELIB}/buildbot/data/changes.pyc
-${PYSITELIB}/buildbot/data/changes.pyo
-${PYSITELIB}/buildbot/data/changesources.py
-${PYSITELIB}/buildbot/data/changesources.pyc
-${PYSITELIB}/buildbot/data/changesources.pyo
-${PYSITELIB}/buildbot/data/codebase_branches.py
-${PYSITELIB}/buildbot/data/codebase_branches.pyc
-${PYSITELIB}/buildbot/data/codebase_branches.pyo
-${PYSITELIB}/buildbot/data/codebase_commits.py
-${PYSITELIB}/buildbot/data/codebase_commits.pyc
-${PYSITELIB}/buildbot/data/codebase_commits.pyo
-${PYSITELIB}/buildbot/data/codebases.py
-${PYSITELIB}/buildbot/data/codebases.pyc
-${PYSITELIB}/buildbot/data/codebases.pyo
-${PYSITELIB}/buildbot/data/connector.py
-${PYSITELIB}/buildbot/data/connector.pyc
-${PYSITELIB}/buildbot/data/connector.pyo
-${PYSITELIB}/buildbot/data/exceptions.py
-${PYSITELIB}/buildbot/data/exceptions.pyc
-${PYSITELIB}/buildbot/data/exceptions.pyo
-${PYSITELIB}/buildbot/data/forceschedulers.py
-${PYSITELIB}/buildbot/data/forceschedulers.pyc
-${PYSITELIB}/buildbot/data/forceschedulers.pyo
-${PYSITELIB}/buildbot/data/logchunks.py
-${PYSITELIB}/buildbot/data/logchunks.pyc
-${PYSITELIB}/buildbot/data/logchunks.pyo
-${PYSITELIB}/buildbot/data/logs.py
-${PYSITELIB}/buildbot/data/logs.pyc
-${PYSITELIB}/buildbot/data/logs.pyo
-${PYSITELIB}/buildbot/data/masters.py
-${PYSITELIB}/buildbot/data/masters.pyc
-${PYSITELIB}/buildbot/data/masters.pyo
-${PYSITELIB}/buildbot/data/patches.py
-${PYSITELIB}/buildbot/data/patches.pyc
-${PYSITELIB}/buildbot/data/patches.pyo
-${PYSITELIB}/buildbot/data/projects.py
-${PYSITELIB}/buildbot/data/projects.pyc
-${PYSITELIB}/buildbot/data/projects.pyo
-${PYSITELIB}/buildbot/data/properties.py
-${PYSITELIB}/buildbot/data/properties.pyc
-${PYSITELIB}/buildbot/data/properties.pyo
-${PYSITELIB}/buildbot/data/resultspec.py
-${PYSITELIB}/buildbot/data/resultspec.pyc
-${PYSITELIB}/buildbot/data/resultspec.pyo
-${PYSITELIB}/buildbot/data/root.py
-${PYSITELIB}/buildbot/data/root.pyc
-${PYSITELIB}/buildbot/data/root.pyo
-${PYSITELIB}/buildbot/data/schedulers.py
-${PYSITELIB}/buildbot/data/schedulers.pyc
-${PYSITELIB}/buildbot/data/schedulers.pyo
-${PYSITELIB}/buildbot/data/sourcestamps.py
-${PYSITELIB}/buildbot/data/sourcestamps.pyc
-${PYSITELIB}/buildbot/data/sourcestamps.pyo
-${PYSITELIB}/buildbot/data/steps.py
-${PYSITELIB}/buildbot/data/steps.pyc
-${PYSITELIB}/buildbot/data/steps.pyo
-${PYSITELIB}/buildbot/data/test_result_sets.py
-${PYSITELIB}/buildbot/data/test_result_sets.pyc
-${PYSITELIB}/buildbot/data/test_result_sets.pyo
-${PYSITELIB}/buildbot/data/test_results.py
-${PYSITELIB}/buildbot/data/test_results.pyc
-${PYSITELIB}/buildbot/data/test_results.pyo
-${PYSITELIB}/buildbot/data/types.py
-${PYSITELIB}/buildbot/data/types.pyc
-${PYSITELIB}/buildbot/data/types.pyo
-${PYSITELIB}/buildbot/data/workers.py
-${PYSITELIB}/buildbot/data/workers.pyc
-${PYSITELIB}/buildbot/data/workers.pyo
-${PYSITELIB}/buildbot/db/__init__.py
-${PYSITELIB}/buildbot/db/__init__.pyc
-${PYSITELIB}/buildbot/db/__init__.pyo
-${PYSITELIB}/buildbot/db/base.py
-${PYSITELIB}/buildbot/db/base.pyc
-${PYSITELIB}/buildbot/db/base.pyo
-${PYSITELIB}/buildbot/db/build_data.py
-${PYSITELIB}/buildbot/db/build_data.pyc
-${PYSITELIB}/buildbot/db/build_data.pyo
-${PYSITELIB}/buildbot/db/builders.py
-${PYSITELIB}/buildbot/db/builders.pyc
-${PYSITELIB}/buildbot/db/builders.pyo
-${PYSITELIB}/buildbot/db/buildrequests.py
-${PYSITELIB}/buildbot/db/buildrequests.pyc
-${PYSITELIB}/buildbot/db/buildrequests.pyo
-${PYSITELIB}/buildbot/db/builds.py
-${PYSITELIB}/buildbot/db/builds.pyc
-${PYSITELIB}/buildbot/db/builds.pyo
-${PYSITELIB}/buildbot/db/buildsets.py
-${PYSITELIB}/buildbot/db/buildsets.pyc
-${PYSITELIB}/buildbot/db/buildsets.pyo
-${PYSITELIB}/buildbot/db/changes.py
-${PYSITELIB}/buildbot/db/changes.pyc
-${PYSITELIB}/buildbot/db/changes.pyo
-${PYSITELIB}/buildbot/db/changesources.py
-${PYSITELIB}/buildbot/db/changesources.pyc
-${PYSITELIB}/buildbot/db/changesources.pyo
-${PYSITELIB}/buildbot/db/codebase_branches.py
-${PYSITELIB}/buildbot/db/codebase_branches.pyc
-${PYSITELIB}/buildbot/db/codebase_branches.pyo
-${PYSITELIB}/buildbot/db/codebase_commits.py
-${PYSITELIB}/buildbot/db/codebase_commits.pyc
-${PYSITELIB}/buildbot/db/codebase_commits.pyo
-${PYSITELIB}/buildbot/db/codebases.py
-${PYSITELIB}/buildbot/db/codebases.pyc
-${PYSITELIB}/buildbot/db/codebases.pyo
-${PYSITELIB}/buildbot/db/compression/__init__.py
-${PYSITELIB}/buildbot/db/compression/__init__.pyc
-${PYSITELIB}/buildbot/db/compression/__init__.pyo
-${PYSITELIB}/buildbot/db/compression/brotli.py
-${PYSITELIB}/buildbot/db/compression/brotli.pyc
-${PYSITELIB}/buildbot/db/compression/brotli.pyo
-${PYSITELIB}/buildbot/db/compression/lz4.py
-${PYSITELIB}/buildbot/db/compression/lz4.pyc
-${PYSITELIB}/buildbot/db/compression/lz4.pyo
-${PYSITELIB}/buildbot/db/compression/native.py
-${PYSITELIB}/buildbot/db/compression/native.pyc
-${PYSITELIB}/buildbot/db/compression/native.pyo
-${PYSITELIB}/buildbot/db/compression/protocol.py
-${PYSITELIB}/buildbot/db/compression/protocol.pyc
-${PYSITELIB}/buildbot/db/compression/protocol.pyo
-${PYSITELIB}/buildbot/db/compression/zstd.py
-${PYSITELIB}/buildbot/db/compression/zstd.pyc
-${PYSITELIB}/buildbot/db/compression/zstd.pyo
-${PYSITELIB}/buildbot/db/connector.py
-${PYSITELIB}/buildbot/db/connector.pyc
-${PYSITELIB}/buildbot/db/connector.pyo
-${PYSITELIB}/buildbot/db/dbconfig.py
-${PYSITELIB}/buildbot/db/dbconfig.pyc
-${PYSITELIB}/buildbot/db/dbconfig.pyo
-${PYSITELIB}/buildbot/db/enginestrategy.py
-${PYSITELIB}/buildbot/db/enginestrategy.pyc
-${PYSITELIB}/buildbot/db/enginestrategy.pyo
-${PYSITELIB}/buildbot/db/exceptions.py
-${PYSITELIB}/buildbot/db/exceptions.pyc
-${PYSITELIB}/buildbot/db/exceptions.pyo
-${PYSITELIB}/buildbot/db/logs.py
-${PYSITELIB}/buildbot/db/logs.pyc
-${PYSITELIB}/buildbot/db/logs.pyo
-${PYSITELIB}/buildbot/db/masters.py
-${PYSITELIB}/buildbot/db/masters.pyc
-${PYSITELIB}/buildbot/db/masters.pyo
-${PYSITELIB}/buildbot/db/migrate_utils.py
-${PYSITELIB}/buildbot/db/migrate_utils.pyc
-${PYSITELIB}/buildbot/db/migrate_utils.pyo
-${PYSITELIB}/buildbot/db/migrations/README
-${PYSITELIB}/buildbot/db/migrations/alembic.ini
-${PYSITELIB}/buildbot/db/migrations/env.py
-${PYSITELIB}/buildbot/db/migrations/env.pyc
-${PYSITELIB}/buildbot/db/migrations/env.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/059_v3.4_alembic_initial.py
-${PYSITELIB}/buildbot/db/migrations/versions/059_v3.4_alembic_initial.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/059_v3.4_alembic_initial.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/060_v3.9_add_builder_projects.py
-${PYSITELIB}/buildbot/db/migrations/versions/060_v3.9_add_builder_projects.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/060_v3.9_add_builder_projects.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.py
-${PYSITELIB}/buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/061_v3.9_add_builder_description_format.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/062_v3.9_add_project_description_format.py
-${PYSITELIB}/buildbot/db/migrations/versions/062_v3.9_add_project_description_format.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/062_v3.9_add_project_description_format.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.py
-${PYSITELIB}/buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/063_v3.10_add_steps_locks_acquired_at.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.py
-${PYSITELIB}/buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/064_v3.10_add_worker_pause_reason.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.py
-${PYSITELIB}/buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/065_v4.0_add_buildsets_rebuilt_buildid.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.py
-${PYSITELIB}/buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/066_v4.0_add_build_locks_duration_s.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/067_v4.3_add_codebase_data.py
-${PYSITELIB}/buildbot/db/migrations/versions/067_v4.3_add_codebase_data.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/067_v4.3_add_codebase_data.pyo
-${PYSITELIB}/buildbot/db/migrations/versions/__init__.py
-${PYSITELIB}/buildbot/db/migrations/versions/__init__.pyc
-${PYSITELIB}/buildbot/db/migrations/versions/__init__.pyo
-${PYSITELIB}/buildbot/db/model.py
-${PYSITELIB}/buildbot/db/model.pyc
-${PYSITELIB}/buildbot/db/model.pyo
-${PYSITELIB}/buildbot/db/model_config.py
-${PYSITELIB}/buildbot/db/model_config.pyc
-${PYSITELIB}/buildbot/db/model_config.pyo
-${PYSITELIB}/buildbot/db/pool.py
-${PYSITELIB}/buildbot/db/pool.pyc
-${PYSITELIB}/buildbot/db/pool.pyo
-${PYSITELIB}/buildbot/db/projects.py
-${PYSITELIB}/buildbot/db/projects.pyc
-${PYSITELIB}/buildbot/db/projects.pyo
-${PYSITELIB}/buildbot/db/schedulers.py
-${PYSITELIB}/buildbot/db/schedulers.pyc
-${PYSITELIB}/buildbot/db/schedulers.pyo
-${PYSITELIB}/buildbot/db/sourcestamps.py
-${PYSITELIB}/buildbot/db/sourcestamps.pyc
-${PYSITELIB}/buildbot/db/sourcestamps.pyo
-${PYSITELIB}/buildbot/db/state.py
-${PYSITELIB}/buildbot/db/state.pyc
-${PYSITELIB}/buildbot/db/state.pyo
-${PYSITELIB}/buildbot/db/steps.py
-${PYSITELIB}/buildbot/db/steps.pyc
-${PYSITELIB}/buildbot/db/steps.pyo
-${PYSITELIB}/buildbot/db/tags.py
-${PYSITELIB}/buildbot/db/tags.pyc
-${PYSITELIB}/buildbot/db/tags.pyo
-${PYSITELIB}/buildbot/db/test_result_sets.py
-${PYSITELIB}/buildbot/db/test_result_sets.pyc
-${PYSITELIB}/buildbot/db/test_result_sets.pyo
-${PYSITELIB}/buildbot/db/test_results.py
-${PYSITELIB}/buildbot/db/test_results.pyc
-${PYSITELIB}/buildbot/db/test_results.pyo
-${PYSITELIB}/buildbot/db/types/__init__.py
-${PYSITELIB}/buildbot/db/types/__init__.pyc
-${PYSITELIB}/buildbot/db/types/__init__.pyo
-${PYSITELIB}/buildbot/db/types/json.py
-${PYSITELIB}/buildbot/db/types/json.pyc
-${PYSITELIB}/buildbot/db/types/json.pyo
-${PYSITELIB}/buildbot/db/users.py
-${PYSITELIB}/buildbot/db/users.pyc
-${PYSITELIB}/buildbot/db/users.pyo
-${PYSITELIB}/buildbot/db/workers.py
-${PYSITELIB}/buildbot/db/workers.pyc
-${PYSITELIB}/buildbot/db/workers.pyo
-${PYSITELIB}/buildbot/errors.py
-${PYSITELIB}/buildbot/errors.pyc
-${PYSITELIB}/buildbot/errors.pyo
-${PYSITELIB}/buildbot/interfaces.py
-${PYSITELIB}/buildbot/interfaces.pyc
-${PYSITELIB}/buildbot/interfaces.pyo
-${PYSITELIB}/buildbot/locks.py
-${PYSITELIB}/buildbot/locks.pyc
-${PYSITELIB}/buildbot/locks.pyo
-${PYSITELIB}/buildbot/machine/__init__.py
-${PYSITELIB}/buildbot/machine/__init__.pyc
-${PYSITELIB}/buildbot/machine/__init__.pyo
-${PYSITELIB}/buildbot/machine/base.py
-${PYSITELIB}/buildbot/machine/base.pyc
-${PYSITELIB}/buildbot/machine/base.pyo
-${PYSITELIB}/buildbot/machine/generic.py
-${PYSITELIB}/buildbot/machine/generic.pyc
-${PYSITELIB}/buildbot/machine/generic.pyo
-${PYSITELIB}/buildbot/machine/latent.py
-${PYSITELIB}/buildbot/machine/latent.pyc
-${PYSITELIB}/buildbot/machine/latent.pyo
-${PYSITELIB}/buildbot/machine/manager.py
-${PYSITELIB}/buildbot/machine/manager.pyc
-${PYSITELIB}/buildbot/machine/manager.pyo
-${PYSITELIB}/buildbot/manhole.py
-${PYSITELIB}/buildbot/manhole.pyc
-${PYSITELIB}/buildbot/manhole.pyo
-${PYSITELIB}/buildbot/master.py
-${PYSITELIB}/buildbot/master.pyc
-${PYSITELIB}/buildbot/master.pyo
-${PYSITELIB}/buildbot/monkeypatches/__init__.py
-${PYSITELIB}/buildbot/monkeypatches/__init__.pyc
-${PYSITELIB}/buildbot/monkeypatches/__init__.pyo
-${PYSITELIB}/buildbot/monkeypatches/decorators.py
-${PYSITELIB}/buildbot/monkeypatches/decorators.pyc
-${PYSITELIB}/buildbot/monkeypatches/decorators.pyo
-${PYSITELIB}/buildbot/monkeypatches/servicechecks.py
-${PYSITELIB}/buildbot/monkeypatches/servicechecks.pyc
-${PYSITELIB}/buildbot/monkeypatches/servicechecks.pyo
-${PYSITELIB}/buildbot/mq/__init__.py
-${PYSITELIB}/buildbot/mq/__init__.pyc
-${PYSITELIB}/buildbot/mq/__init__.pyo
-${PYSITELIB}/buildbot/mq/base.py
-${PYSITELIB}/buildbot/mq/base.pyc
-${PYSITELIB}/buildbot/mq/base.pyo
-${PYSITELIB}/buildbot/mq/connector.py
-${PYSITELIB}/buildbot/mq/connector.pyc
-${PYSITELIB}/buildbot/mq/connector.pyo
-${PYSITELIB}/buildbot/mq/simple.py
-${PYSITELIB}/buildbot/mq/simple.pyc
-${PYSITELIB}/buildbot/mq/simple.pyo
-${PYSITELIB}/buildbot/mq/wamp.py
-${PYSITELIB}/buildbot/mq/wamp.pyc
-${PYSITELIB}/buildbot/mq/wamp.pyo
-${PYSITELIB}/buildbot/pbutil.py
-${PYSITELIB}/buildbot/pbutil.pyc
-${PYSITELIB}/buildbot/pbutil.pyo
-${PYSITELIB}/buildbot/plugins/__init__.py
-${PYSITELIB}/buildbot/plugins/__init__.pyc
-${PYSITELIB}/buildbot/plugins/__init__.pyo
-${PYSITELIB}/buildbot/plugins/db.py
-${PYSITELIB}/buildbot/plugins/db.pyc
-${PYSITELIB}/buildbot/plugins/db.pyo
-${PYSITELIB}/buildbot/process/__init__.py
-${PYSITELIB}/buildbot/process/__init__.pyc
-${PYSITELIB}/buildbot/process/__init__.pyo
-${PYSITELIB}/buildbot/process/base.py
-${PYSITELIB}/buildbot/process/base.pyc
-${PYSITELIB}/buildbot/process/base.pyo
-${PYSITELIB}/buildbot/process/botmaster.py
-${PYSITELIB}/buildbot/process/botmaster.pyc
-${PYSITELIB}/buildbot/process/botmaster.pyo
-${PYSITELIB}/buildbot/process/build.py
-${PYSITELIB}/buildbot/process/build.pyc
-${PYSITELIB}/buildbot/process/build.pyo
-${PYSITELIB}/buildbot/process/builder.py
-${PYSITELIB}/buildbot/process/builder.pyc
-${PYSITELIB}/buildbot/process/builder.pyo
-${PYSITELIB}/buildbot/process/buildrequest.py
-${PYSITELIB}/buildbot/process/buildrequest.pyc
-${PYSITELIB}/buildbot/process/buildrequest.pyo
-${PYSITELIB}/buildbot/process/buildrequestdistributor.py
-${PYSITELIB}/buildbot/process/buildrequestdistributor.pyc
-${PYSITELIB}/buildbot/process/buildrequestdistributor.pyo
-${PYSITELIB}/buildbot/process/buildstep.py
-${PYSITELIB}/buildbot/process/buildstep.pyc
-${PYSITELIB}/buildbot/process/buildstep.pyo
-${PYSITELIB}/buildbot/process/cache.py
-${PYSITELIB}/buildbot/process/cache.pyc
-${PYSITELIB}/buildbot/process/cache.pyo
-${PYSITELIB}/buildbot/process/codebase.py
-${PYSITELIB}/buildbot/process/codebase.pyc
-${PYSITELIB}/buildbot/process/codebase.pyo
-${PYSITELIB}/buildbot/process/debug.py
-${PYSITELIB}/buildbot/process/debug.pyc
-${PYSITELIB}/buildbot/process/debug.pyo
-${PYSITELIB}/buildbot/process/factory.py
-${PYSITELIB}/buildbot/process/factory.pyc
-${PYSITELIB}/buildbot/process/factory.pyo
-${PYSITELIB}/buildbot/process/locks.py
-${PYSITELIB}/buildbot/process/locks.pyc
-${PYSITELIB}/buildbot/process/locks.pyo
-${PYSITELIB}/buildbot/process/log.py
-${PYSITELIB}/buildbot/process/log.pyc
-${PYSITELIB}/buildbot/process/log.pyo
-${PYSITELIB}/buildbot/process/logobserver.py
-${PYSITELIB}/buildbot/process/logobserver.pyc
-${PYSITELIB}/buildbot/process/logobserver.pyo
-${PYSITELIB}/buildbot/process/measured_service.py
-${PYSITELIB}/buildbot/process/measured_service.pyc
-${PYSITELIB}/buildbot/process/measured_service.pyo
-${PYSITELIB}/buildbot/process/metrics.py
-${PYSITELIB}/buildbot/process/metrics.pyc
-${PYSITELIB}/buildbot/process/metrics.pyo
-${PYSITELIB}/buildbot/process/project.py
-${PYSITELIB}/buildbot/process/project.pyc
-${PYSITELIB}/buildbot/process/project.pyo
-${PYSITELIB}/buildbot/process/properties.py
-${PYSITELIB}/buildbot/process/properties.pyc
-${PYSITELIB}/buildbot/process/properties.pyo
-${PYSITELIB}/buildbot/process/remotecommand.py
-${PYSITELIB}/buildbot/process/remotecommand.pyc
-${PYSITELIB}/buildbot/process/remotecommand.pyo
-${PYSITELIB}/buildbot/process/remotetransfer.py
-${PYSITELIB}/buildbot/process/remotetransfer.pyc
-${PYSITELIB}/buildbot/process/remotetransfer.pyo
-${PYSITELIB}/buildbot/process/results.py
-${PYSITELIB}/buildbot/process/results.pyc
-${PYSITELIB}/buildbot/process/results.pyo
-${PYSITELIB}/buildbot/process/subunitlogobserver.py
-${PYSITELIB}/buildbot/process/subunitlogobserver.pyc
-${PYSITELIB}/buildbot/process/subunitlogobserver.pyo
-${PYSITELIB}/buildbot/process/users/__init__.py
-${PYSITELIB}/buildbot/process/users/__init__.pyc
-${PYSITELIB}/buildbot/process/users/__init__.pyo
-${PYSITELIB}/buildbot/process/users/manager.py
-${PYSITELIB}/buildbot/process/users/manager.pyc
-${PYSITELIB}/buildbot/process/users/manager.pyo
-${PYSITELIB}/buildbot/process/users/manual.py
-${PYSITELIB}/buildbot/process/users/manual.pyc
-${PYSITELIB}/buildbot/process/users/manual.pyo
-${PYSITELIB}/buildbot/process/users/users.py
-${PYSITELIB}/buildbot/process/users/users.pyc
-${PYSITELIB}/buildbot/process/users/users.pyo
-${PYSITELIB}/buildbot/process/workerforbuilder.py
-${PYSITELIB}/buildbot/process/workerforbuilder.pyc
-${PYSITELIB}/buildbot/process/workerforbuilder.pyo
-${PYSITELIB}/buildbot/reporters/__init__.py
-${PYSITELIB}/buildbot/reporters/__init__.pyc
-${PYSITELIB}/buildbot/reporters/__init__.pyo
-${PYSITELIB}/buildbot/reporters/base.py
-${PYSITELIB}/buildbot/reporters/base.pyc
-${PYSITELIB}/buildbot/reporters/base.pyo
-${PYSITELIB}/buildbot/reporters/bitbucket.py
-${PYSITELIB}/buildbot/reporters/bitbucket.pyc
-${PYSITELIB}/buildbot/reporters/bitbucket.pyo
-${PYSITELIB}/buildbot/reporters/bitbucketserver.py
-${PYSITELIB}/buildbot/reporters/bitbucketserver.pyc
-${PYSITELIB}/buildbot/reporters/bitbucketserver.pyo
-${PYSITELIB}/buildbot/reporters/generators/__init__.py
-${PYSITELIB}/buildbot/reporters/generators/__init__.pyc
-${PYSITELIB}/buildbot/reporters/generators/__init__.pyo
-${PYSITELIB}/buildbot/reporters/generators/build.py
-${PYSITELIB}/buildbot/reporters/generators/build.pyc
-${PYSITELIB}/buildbot/reporters/generators/build.pyo
-${PYSITELIB}/buildbot/reporters/generators/buildrequest.py
-${PYSITELIB}/buildbot/reporters/generators/buildrequest.pyc
-${PYSITELIB}/buildbot/reporters/generators/buildrequest.pyo
-${PYSITELIB}/buildbot/reporters/generators/buildset.py
-${PYSITELIB}/buildbot/reporters/generators/buildset.pyc
-${PYSITELIB}/buildbot/reporters/generators/buildset.pyo
-${PYSITELIB}/buildbot/reporters/generators/utils.py
-${PYSITELIB}/buildbot/reporters/generators/utils.pyc
-${PYSITELIB}/buildbot/reporters/generators/utils.pyo
-${PYSITELIB}/buildbot/reporters/generators/worker.py
-${PYSITELIB}/buildbot/reporters/generators/worker.pyc
-${PYSITELIB}/buildbot/reporters/generators/worker.pyo
-${PYSITELIB}/buildbot/reporters/gerrit.py
-${PYSITELIB}/buildbot/reporters/gerrit.pyc
-${PYSITELIB}/buildbot/reporters/gerrit.pyo
-${PYSITELIB}/buildbot/reporters/gerrit_verify_status.py
-${PYSITELIB}/buildbot/reporters/gerrit_verify_status.pyc
-${PYSITELIB}/buildbot/reporters/gerrit_verify_status.pyo
-${PYSITELIB}/buildbot/reporters/github.py
-${PYSITELIB}/buildbot/reporters/github.pyc
-${PYSITELIB}/buildbot/reporters/github.pyo
-${PYSITELIB}/buildbot/reporters/gitlab.py
-${PYSITELIB}/buildbot/reporters/gitlab.pyc
-${PYSITELIB}/buildbot/reporters/gitlab.pyo
-${PYSITELIB}/buildbot/reporters/http.py
-${PYSITELIB}/buildbot/reporters/http.pyc
-${PYSITELIB}/buildbot/reporters/http.pyo
-${PYSITELIB}/buildbot/reporters/irc.py
-${PYSITELIB}/buildbot/reporters/irc.pyc
-${PYSITELIB}/buildbot/reporters/irc.pyo
-${PYSITELIB}/buildbot/reporters/mail.py
-${PYSITELIB}/buildbot/reporters/mail.pyc
-${PYSITELIB}/buildbot/reporters/mail.pyo
-${PYSITELIB}/buildbot/reporters/message.py
-${PYSITELIB}/buildbot/reporters/message.pyc
-${PYSITELIB}/buildbot/reporters/message.pyo
-${PYSITELIB}/buildbot/reporters/pushjet.py
-${PYSITELIB}/buildbot/reporters/pushjet.pyc
-${PYSITELIB}/buildbot/reporters/pushjet.pyo
-${PYSITELIB}/buildbot/reporters/pushover.py
-${PYSITELIB}/buildbot/reporters/pushover.pyc
-${PYSITELIB}/buildbot/reporters/pushover.pyo
-${PYSITELIB}/buildbot/reporters/telegram.py
-${PYSITELIB}/buildbot/reporters/telegram.pyc
-${PYSITELIB}/buildbot/reporters/telegram.pyo
-${PYSITELIB}/buildbot/reporters/utils.py
-${PYSITELIB}/buildbot/reporters/utils.pyc
-${PYSITELIB}/buildbot/reporters/utils.pyo
-${PYSITELIB}/buildbot/reporters/words.py
-${PYSITELIB}/buildbot/reporters/words.pyc
-${PYSITELIB}/buildbot/reporters/words.pyo
-${PYSITELIB}/buildbot/reporters/zulip.py
-${PYSITELIB}/buildbot/reporters/zulip.pyc
-${PYSITELIB}/buildbot/reporters/zulip.pyo
-${PYSITELIB}/buildbot/revlinks.py
-${PYSITELIB}/buildbot/revlinks.pyc
-${PYSITELIB}/buildbot/revlinks.pyo
-${PYSITELIB}/buildbot/scheduler.py
-${PYSITELIB}/buildbot/scheduler.pyc
-${PYSITELIB}/buildbot/scheduler.pyo
-${PYSITELIB}/buildbot/schedulers/__init__.py
-${PYSITELIB}/buildbot/schedulers/__init__.pyc
-${PYSITELIB}/buildbot/schedulers/__init__.pyo
-${PYSITELIB}/buildbot/schedulers/base.py
-${PYSITELIB}/buildbot/schedulers/base.pyc
-${PYSITELIB}/buildbot/schedulers/base.pyo
-${PYSITELIB}/buildbot/schedulers/basic.py
-${PYSITELIB}/buildbot/schedulers/basic.pyc
-${PYSITELIB}/buildbot/schedulers/basic.pyo
-${PYSITELIB}/buildbot/schedulers/canceller.py
-${PYSITELIB}/buildbot/schedulers/canceller.pyc
-${PYSITELIB}/buildbot/schedulers/canceller.pyo
-${PYSITELIB}/buildbot/schedulers/canceller_buildset.py
-${PYSITELIB}/buildbot/schedulers/canceller_buildset.pyc
-${PYSITELIB}/buildbot/schedulers/canceller_buildset.pyo
-${PYSITELIB}/buildbot/schedulers/dependent.py
-${PYSITELIB}/buildbot/schedulers/dependent.pyc
-${PYSITELIB}/buildbot/schedulers/dependent.pyo
-${PYSITELIB}/buildbot/schedulers/filter.py
-${PYSITELIB}/buildbot/schedulers/filter.pyc
-${PYSITELIB}/buildbot/schedulers/filter.pyo
-${PYSITELIB}/buildbot/schedulers/forcesched.py
-${PYSITELIB}/buildbot/schedulers/forcesched.pyc
-${PYSITELIB}/buildbot/schedulers/forcesched.pyo
-${PYSITELIB}/buildbot/schedulers/manager.py
-${PYSITELIB}/buildbot/schedulers/manager.pyc
-${PYSITELIB}/buildbot/schedulers/manager.pyo
-${PYSITELIB}/buildbot/schedulers/timed.py
-${PYSITELIB}/buildbot/schedulers/timed.pyc
-${PYSITELIB}/buildbot/schedulers/timed.pyo
-${PYSITELIB}/buildbot/schedulers/triggerable.py
-${PYSITELIB}/buildbot/schedulers/triggerable.pyc
-${PYSITELIB}/buildbot/schedulers/triggerable.pyo
-${PYSITELIB}/buildbot/schedulers/trysched.py
-${PYSITELIB}/buildbot/schedulers/trysched.pyc
-${PYSITELIB}/buildbot/schedulers/trysched.pyo
-${PYSITELIB}/buildbot/scripts/__init__.py
-${PYSITELIB}/buildbot/scripts/__init__.pyc
-${PYSITELIB}/buildbot/scripts/__init__.pyo
-${PYSITELIB}/buildbot/scripts/base.py
-${PYSITELIB}/buildbot/scripts/base.pyc
-${PYSITELIB}/buildbot/scripts/base.pyo
-${PYSITELIB}/buildbot/scripts/buildbot_tac.tmpl
-${PYSITELIB}/buildbot/scripts/checkconfig.py
-${PYSITELIB}/buildbot/scripts/checkconfig.pyc
-${PYSITELIB}/buildbot/scripts/checkconfig.pyo
-${PYSITELIB}/buildbot/scripts/cleanupdb.py
-${PYSITELIB}/buildbot/scripts/cleanupdb.pyc
-${PYSITELIB}/buildbot/scripts/cleanupdb.pyo
-${PYSITELIB}/buildbot/scripts/copydb.py
-${PYSITELIB}/buildbot/scripts/copydb.pyc
-${PYSITELIB}/buildbot/scripts/copydb.pyo
-${PYSITELIB}/buildbot/scripts/create_master.py
-${PYSITELIB}/buildbot/scripts/create_master.pyc
-${PYSITELIB}/buildbot/scripts/create_master.pyo
-${PYSITELIB}/buildbot/scripts/dataspec.py
-${PYSITELIB}/buildbot/scripts/dataspec.pyc
-${PYSITELIB}/buildbot/scripts/dataspec.pyo
-${PYSITELIB}/buildbot/scripts/devproxy.py
-${PYSITELIB}/buildbot/scripts/devproxy.pyc
-${PYSITELIB}/buildbot/scripts/devproxy.pyo
-${PYSITELIB}/buildbot/scripts/logwatcher.py
-${PYSITELIB}/buildbot/scripts/logwatcher.pyc
-${PYSITELIB}/buildbot/scripts/logwatcher.pyo
-${PYSITELIB}/buildbot/scripts/reconfig.py
-${PYSITELIB}/buildbot/scripts/reconfig.pyc
-${PYSITELIB}/buildbot/scripts/reconfig.pyo
-${PYSITELIB}/buildbot/scripts/restart.py
-${PYSITELIB}/buildbot/scripts/restart.pyc
-${PYSITELIB}/buildbot/scripts/restart.pyo
-${PYSITELIB}/buildbot/scripts/runner.py
-${PYSITELIB}/buildbot/scripts/runner.pyc
-${PYSITELIB}/buildbot/scripts/runner.pyo
-${PYSITELIB}/buildbot/scripts/sample.cfg
-${PYSITELIB}/buildbot/scripts/sendchange.py
-${PYSITELIB}/buildbot/scripts/sendchange.pyc
-${PYSITELIB}/buildbot/scripts/sendchange.pyo
-${PYSITELIB}/buildbot/scripts/start.py
-${PYSITELIB}/buildbot/scripts/start.pyc
-${PYSITELIB}/buildbot/scripts/start.pyo
-${PYSITELIB}/buildbot/scripts/stop.py
-${PYSITELIB}/buildbot/scripts/stop.pyc
-${PYSITELIB}/buildbot/scripts/stop.pyo
-${PYSITELIB}/buildbot/scripts/trycmd.py
-${PYSITELIB}/buildbot/scripts/trycmd.pyc
-${PYSITELIB}/buildbot/scripts/trycmd.pyo
-${PYSITELIB}/buildbot/scripts/tryserver.py
-${PYSITELIB}/buildbot/scripts/tryserver.pyc
-${PYSITELIB}/buildbot/scripts/tryserver.pyo
-${PYSITELIB}/buildbot/scripts/upgrade_master.py
-${PYSITELIB}/buildbot/scripts/upgrade_master.pyc
-${PYSITELIB}/buildbot/scripts/upgrade_master.pyo
-${PYSITELIB}/buildbot/scripts/user.py
-${PYSITELIB}/buildbot/scripts/user.pyc
-${PYSITELIB}/buildbot/scripts/user.pyo
-${PYSITELIB}/buildbot/scripts/windows_service.py
-${PYSITELIB}/buildbot/scripts/windows_service.pyc
-${PYSITELIB}/buildbot/scripts/windows_service.pyo
-${PYSITELIB}/buildbot/secrets/__init__.py
-${PYSITELIB}/buildbot/secrets/__init__.pyc
-${PYSITELIB}/buildbot/secrets/__init__.pyo
-${PYSITELIB}/buildbot/secrets/manager.py
-${PYSITELIB}/buildbot/secrets/manager.pyc
-${PYSITELIB}/buildbot/secrets/manager.pyo
-${PYSITELIB}/buildbot/secrets/providers/__init__.py
-${PYSITELIB}/buildbot/secrets/providers/__init__.pyc
-${PYSITELIB}/buildbot/secrets/providers/__init__.pyo
-${PYSITELIB}/buildbot/secrets/providers/base.py
-${PYSITELIB}/buildbot/secrets/providers/base.pyc
-${PYSITELIB}/buildbot/secrets/providers/base.pyo
-${PYSITELIB}/buildbot/secrets/providers/file.py
-${PYSITELIB}/buildbot/secrets/providers/file.pyc
-${PYSITELIB}/buildbot/secrets/providers/file.pyo
-${PYSITELIB}/buildbot/secrets/providers/passwordstore.py
-${PYSITELIB}/buildbot/secrets/providers/passwordstore.pyc
-${PYSITELIB}/buildbot/secrets/providers/passwordstore.pyo
-${PYSITELIB}/buildbot/secrets/providers/vault_hvac.py
-${PYSITELIB}/buildbot/secrets/providers/vault_hvac.pyc
-${PYSITELIB}/buildbot/secrets/providers/vault_hvac.pyo
-${PYSITELIB}/buildbot/secrets/secret.py
-${PYSITELIB}/buildbot/secrets/secret.pyc
-${PYSITELIB}/buildbot/secrets/secret.pyo
-${PYSITELIB}/buildbot/spec/api.raml
-${PYSITELIB}/buildbot/spec/indent.py
-${PYSITELIB}/buildbot/spec/indent.pyc
-${PYSITELIB}/buildbot/spec/indent.pyo
-${PYSITELIB}/buildbot/spec/types/build.raml
-${PYSITELIB}/buildbot/spec/types/build_data.raml
-${PYSITELIB}/buildbot/spec/types/builder.raml
-${PYSITELIB}/buildbot/spec/types/buildrequest.raml
-${PYSITELIB}/buildbot/spec/types/buildset.raml
-${PYSITELIB}/buildbot/spec/types/change.raml
-${PYSITELIB}/buildbot/spec/types/changesource.raml
-${PYSITELIB}/buildbot/spec/types/codebase.raml
-${PYSITELIB}/buildbot/spec/types/codebase_branch.raml
-${PYSITELIB}/buildbot/spec/types/codebase_commit.raml
-${PYSITELIB}/buildbot/spec/types/forcescheduler.raml
-${PYSITELIB}/buildbot/spec/types/identifier.raml
-${PYSITELIB}/buildbot/spec/types/log.raml
-${PYSITELIB}/buildbot/spec/types/logchunk.raml
-${PYSITELIB}/buildbot/spec/types/master.raml
-${PYSITELIB}/buildbot/spec/types/patch.raml
-${PYSITELIB}/buildbot/spec/types/project.raml
-${PYSITELIB}/buildbot/spec/types/rootlink.raml
-${PYSITELIB}/buildbot/spec/types/scheduler.raml
-${PYSITELIB}/buildbot/spec/types/sourcedproperties.raml
-${PYSITELIB}/buildbot/spec/types/sourcestamp.raml
-${PYSITELIB}/buildbot/spec/types/spec.raml
-${PYSITELIB}/buildbot/spec/types/step.raml
-${PYSITELIB}/buildbot/spec/types/test_result.raml
-${PYSITELIB}/buildbot/spec/types/test_result_set.raml
-${PYSITELIB}/buildbot/spec/types/worker.raml
-${PYSITELIB}/buildbot/statistics/__init__.py
-${PYSITELIB}/buildbot/statistics/__init__.pyc
-${PYSITELIB}/buildbot/statistics/__init__.pyo
-${PYSITELIB}/buildbot/statistics/capture.py
-${PYSITELIB}/buildbot/statistics/capture.pyc
-${PYSITELIB}/buildbot/statistics/capture.pyo
-${PYSITELIB}/buildbot/statistics/stats_service.py
-${PYSITELIB}/buildbot/statistics/stats_service.pyc
-${PYSITELIB}/buildbot/statistics/stats_service.pyo
-${PYSITELIB}/buildbot/statistics/storage_backends/__init__.py
-${PYSITELIB}/buildbot/statistics/storage_backends/__init__.pyc
-${PYSITELIB}/buildbot/statistics/storage_backends/__init__.pyo
-${PYSITELIB}/buildbot/statistics/storage_backends/base.py
-${PYSITELIB}/buildbot/statistics/storage_backends/base.pyc
-${PYSITELIB}/buildbot/statistics/storage_backends/base.pyo
-${PYSITELIB}/buildbot/statistics/storage_backends/influxdb_client.py
-${PYSITELIB}/buildbot/statistics/storage_backends/influxdb_client.pyc
-${PYSITELIB}/buildbot/statistics/storage_backends/influxdb_client.pyo
-${PYSITELIB}/buildbot/steps/__init__.py
-${PYSITELIB}/buildbot/steps/__init__.pyc
-${PYSITELIB}/buildbot/steps/__init__.pyo
-${PYSITELIB}/buildbot/steps/cmake.py
-${PYSITELIB}/buildbot/steps/cmake.pyc
-${PYSITELIB}/buildbot/steps/cmake.pyo
-${PYSITELIB}/buildbot/steps/configurable.py
-${PYSITELIB}/buildbot/steps/configurable.pyc
-${PYSITELIB}/buildbot/steps/configurable.pyo
-${PYSITELIB}/buildbot/steps/cppcheck.py
-${PYSITELIB}/buildbot/steps/cppcheck.pyc
-${PYSITELIB}/buildbot/steps/cppcheck.pyo
-${PYSITELIB}/buildbot/steps/download_secret_to_worker.py
-${PYSITELIB}/buildbot/steps/download_secret_to_worker.pyc
-${PYSITELIB}/buildbot/steps/download_secret_to_worker.pyo
-${PYSITELIB}/buildbot/steps/gitdiffinfo.py
-${PYSITELIB}/buildbot/steps/gitdiffinfo.pyc
-${PYSITELIB}/buildbot/steps/gitdiffinfo.pyo
-${PYSITELIB}/buildbot/steps/http.py
-${PYSITELIB}/buildbot/steps/http.pyc
-${PYSITELIB}/buildbot/steps/http.pyo
-${PYSITELIB}/buildbot/steps/master.py
-${PYSITELIB}/buildbot/steps/master.pyc
-${PYSITELIB}/buildbot/steps/master.pyo
-${PYSITELIB}/buildbot/steps/maxq.py
-${PYSITELIB}/buildbot/steps/maxq.pyc
-${PYSITELIB}/buildbot/steps/maxq.pyo
-${PYSITELIB}/buildbot/steps/mswin.py
-${PYSITELIB}/buildbot/steps/mswin.pyc
-${PYSITELIB}/buildbot/steps/mswin.pyo
-${PYSITELIB}/buildbot/steps/package/__init__.py
-${PYSITELIB}/buildbot/steps/package/__init__.pyc
-${PYSITELIB}/buildbot/steps/package/__init__.pyo
-${PYSITELIB}/buildbot/steps/package/deb/__init__.py
-${PYSITELIB}/buildbot/steps/package/deb/__init__.pyc
-${PYSITELIB}/buildbot/steps/package/deb/__init__.pyo
-${PYSITELIB}/buildbot/steps/package/deb/lintian.py
-${PYSITELIB}/buildbot/steps/package/deb/lintian.pyc
-${PYSITELIB}/buildbot/steps/package/deb/lintian.pyo
-${PYSITELIB}/buildbot/steps/package/deb/pbuilder.py
-${PYSITELIB}/buildbot/steps/package/deb/pbuilder.pyc
-${PYSITELIB}/buildbot/steps/package/deb/pbuilder.pyo
-${PYSITELIB}/buildbot/steps/package/rpm/__init__.py
-${PYSITELIB}/buildbot/steps/package/rpm/__init__.pyc
-${PYSITELIB}/buildbot/steps/package/rpm/__init__.pyo
-${PYSITELIB}/buildbot/steps/package/rpm/mock.py
-${PYSITELIB}/buildbot/steps/package/rpm/mock.pyc
-${PYSITELIB}/buildbot/steps/package/rpm/mock.pyo
-${PYSITELIB}/buildbot/steps/package/rpm/rpmbuild.py
-${PYSITELIB}/buildbot/steps/package/rpm/rpmbuild.pyc
-${PYSITELIB}/buildbot/steps/package/rpm/rpmbuild.pyo
-${PYSITELIB}/buildbot/steps/package/rpm/rpmlint.py
-${PYSITELIB}/buildbot/steps/package/rpm/rpmlint.pyc
-${PYSITELIB}/buildbot/steps/package/rpm/rpmlint.pyo
-${PYSITELIB}/buildbot/steps/package/util.py
-${PYSITELIB}/buildbot/steps/package/util.pyc
-${PYSITELIB}/buildbot/steps/package/util.pyo
-${PYSITELIB}/buildbot/steps/python.py
-${PYSITELIB}/buildbot/steps/python.pyc
-${PYSITELIB}/buildbot/steps/python.pyo
-${PYSITELIB}/buildbot/steps/python_twisted.py
-${PYSITELIB}/buildbot/steps/python_twisted.pyc
-${PYSITELIB}/buildbot/steps/python_twisted.pyo
-${PYSITELIB}/buildbot/steps/shell.py
-${PYSITELIB}/buildbot/steps/shell.pyc
-${PYSITELIB}/buildbot/steps/shell.pyo
-${PYSITELIB}/buildbot/steps/shellsequence.py
-${PYSITELIB}/buildbot/steps/shellsequence.pyc
-${PYSITELIB}/buildbot/steps/shellsequence.pyo
-${PYSITELIB}/buildbot/steps/source/__init__.py
-${PYSITELIB}/buildbot/steps/source/__init__.pyc
-${PYSITELIB}/buildbot/steps/source/__init__.pyo
-${PYSITELIB}/buildbot/steps/source/base.py
-${PYSITELIB}/buildbot/steps/source/base.pyc
-${PYSITELIB}/buildbot/steps/source/base.pyo
-${PYSITELIB}/buildbot/steps/source/bzr.py
-${PYSITELIB}/buildbot/steps/source/bzr.pyc
-${PYSITELIB}/buildbot/steps/source/bzr.pyo
-${PYSITELIB}/buildbot/steps/source/cvs.py
-${PYSITELIB}/buildbot/steps/source/cvs.pyc
-${PYSITELIB}/buildbot/steps/source/cvs.pyo
-${PYSITELIB}/buildbot/steps/source/darcs.py
-${PYSITELIB}/buildbot/steps/source/darcs.pyc
-${PYSITELIB}/buildbot/steps/source/darcs.pyo
-${PYSITELIB}/buildbot/steps/source/gerrit.py
-${PYSITELIB}/buildbot/steps/source/gerrit.pyc
-${PYSITELIB}/buildbot/steps/source/gerrit.pyo
-${PYSITELIB}/buildbot/steps/source/git.py
-${PYSITELIB}/buildbot/steps/source/git.pyc
-${PYSITELIB}/buildbot/steps/source/git.pyo
-${PYSITELIB}/buildbot/steps/source/github.py
-${PYSITELIB}/buildbot/steps/source/github.pyc
-${PYSITELIB}/buildbot/steps/source/github.pyo
-${PYSITELIB}/buildbot/steps/source/gitlab.py
-${PYSITELIB}/buildbot/steps/source/gitlab.pyc
-${PYSITELIB}/buildbot/steps/source/gitlab.pyo
-${PYSITELIB}/buildbot/steps/source/mercurial.py
-${PYSITELIB}/buildbot/steps/source/mercurial.pyc
-${PYSITELIB}/buildbot/steps/source/mercurial.pyo
-${PYSITELIB}/buildbot/steps/source/mtn.py
-${PYSITELIB}/buildbot/steps/source/mtn.pyc
-${PYSITELIB}/buildbot/steps/source/mtn.pyo
-${PYSITELIB}/buildbot/steps/source/p4.py
-${PYSITELIB}/buildbot/steps/source/p4.pyc
-${PYSITELIB}/buildbot/steps/source/p4.pyo
-${PYSITELIB}/buildbot/steps/source/repo.py
-${PYSITELIB}/buildbot/steps/source/repo.pyc
-${PYSITELIB}/buildbot/steps/source/repo.pyo
-${PYSITELIB}/buildbot/steps/source/svn.py
-${PYSITELIB}/buildbot/steps/source/svn.pyc
-${PYSITELIB}/buildbot/steps/source/svn.pyo
-${PYSITELIB}/buildbot/steps/subunit.py
-${PYSITELIB}/buildbot/steps/subunit.pyc
-${PYSITELIB}/buildbot/steps/subunit.pyo
-${PYSITELIB}/buildbot/steps/transfer.py
-${PYSITELIB}/buildbot/steps/transfer.pyc
-${PYSITELIB}/buildbot/steps/transfer.pyo
-${PYSITELIB}/buildbot/steps/trigger.py
-${PYSITELIB}/buildbot/steps/trigger.pyc
-${PYSITELIB}/buildbot/steps/trigger.pyo
-${PYSITELIB}/buildbot/steps/vstudio.py
-${PYSITELIB}/buildbot/steps/vstudio.pyc
-${PYSITELIB}/buildbot/steps/vstudio.pyo
-${PYSITELIB}/buildbot/steps/worker.py
-${PYSITELIB}/buildbot/steps/worker.pyc
-${PYSITELIB}/buildbot/steps/worker.pyo
-${PYSITELIB}/buildbot/test/__init__.py
-${PYSITELIB}/buildbot/test/__init__.pyc
-${PYSITELIB}/buildbot/test/__init__.pyo
-${PYSITELIB}/buildbot/test/fake/__init__.py
-${PYSITELIB}/buildbot/test/fake/__init__.pyc
-${PYSITELIB}/buildbot/test/fake/__init__.pyo
-${PYSITELIB}/buildbot/test/fake/botmaster.py
-${PYSITELIB}/buildbot/test/fake/botmaster.pyc
-${PYSITELIB}/buildbot/test/fake/botmaster.pyo
-${PYSITELIB}/buildbot/test/fake/bworkermanager.py
-${PYSITELIB}/buildbot/test/fake/bworkermanager.pyc
-${PYSITELIB}/buildbot/test/fake/bworkermanager.pyo
-${PYSITELIB}/buildbot/test/fake/change.py
-${PYSITELIB}/buildbot/test/fake/change.pyc
-${PYSITELIB}/buildbot/test/fake/change.pyo
-${PYSITELIB}/buildbot/test/fake/connection.py
-${PYSITELIB}/buildbot/test/fake/connection.pyc
-${PYSITELIB}/buildbot/test/fake/connection.pyo
-${PYSITELIB}/buildbot/test/fake/docker.py
-${PYSITELIB}/buildbot/test/fake/docker.pyc
-${PYSITELIB}/buildbot/test/fake/docker.pyo
-${PYSITELIB}/buildbot/test/fake/endpoint.py
-${PYSITELIB}/buildbot/test/fake/endpoint.pyc
-${PYSITELIB}/buildbot/test/fake/endpoint.pyo
-${PYSITELIB}/buildbot/test/fake/fakebuild.py
-${PYSITELIB}/buildbot/test/fake/fakebuild.pyc
-${PYSITELIB}/buildbot/test/fake/fakebuild.pyo
-${PYSITELIB}/buildbot/test/fake/fakedata.py
-${PYSITELIB}/buildbot/test/fake/fakedata.pyc
-${PYSITELIB}/buildbot/test/fake/fakedata.pyo
-${PYSITELIB}/buildbot/test/fake/fakemaster.py
-${PYSITELIB}/buildbot/test/fake/fakemaster.pyc
-${PYSITELIB}/buildbot/test/fake/fakemaster.pyo
-${PYSITELIB}/buildbot/test/fake/fakemq.py
-${PYSITELIB}/buildbot/test/fake/fakemq.pyc
-${PYSITELIB}/buildbot/test/fake/fakemq.pyo
-${PYSITELIB}/buildbot/test/fake/fakeprotocol.py
-${PYSITELIB}/buildbot/test/fake/fakeprotocol.pyc
-${PYSITELIB}/buildbot/test/fake/fakeprotocol.pyo
-${PYSITELIB}/buildbot/test/fake/fakestats.py
-${PYSITELIB}/buildbot/test/fake/fakestats.pyc
-${PYSITELIB}/buildbot/test/fake/fakestats.pyo
-${PYSITELIB}/buildbot/test/fake/httpclientservice.py
-${PYSITELIB}/buildbot/test/fake/httpclientservice.pyc
-${PYSITELIB}/buildbot/test/fake/httpclientservice.pyo
-${PYSITELIB}/buildbot/test/fake/latent.py
-${PYSITELIB}/buildbot/test/fake/latent.pyc
-${PYSITELIB}/buildbot/test/fake/latent.pyo
-${PYSITELIB}/buildbot/test/fake/libvirt.py
-${PYSITELIB}/buildbot/test/fake/libvirt.pyc
-${PYSITELIB}/buildbot/test/fake/libvirt.pyo
-${PYSITELIB}/buildbot/test/fake/logfile.py
-${PYSITELIB}/buildbot/test/fake/logfile.pyc
-${PYSITELIB}/buildbot/test/fake/logfile.pyo
-${PYSITELIB}/buildbot/test/fake/machine.py
-${PYSITELIB}/buildbot/test/fake/machine.pyc
-${PYSITELIB}/buildbot/test/fake/machine.pyo
-${PYSITELIB}/buildbot/test/fake/msgmanager.py
-${PYSITELIB}/buildbot/test/fake/msgmanager.pyc
-${PYSITELIB}/buildbot/test/fake/msgmanager.pyo
-${PYSITELIB}/buildbot/test/fake/openstack.py
-${PYSITELIB}/buildbot/test/fake/openstack.pyc
-${PYSITELIB}/buildbot/test/fake/openstack.pyo
-${PYSITELIB}/buildbot/test/fake/pbmanager.py
-${PYSITELIB}/buildbot/test/fake/pbmanager.pyc
-${PYSITELIB}/buildbot/test/fake/pbmanager.pyo
-${PYSITELIB}/buildbot/test/fake/private_tempdir.py
-${PYSITELIB}/buildbot/test/fake/private_tempdir.pyc
-${PYSITELIB}/buildbot/test/fake/private_tempdir.pyo
-${PYSITELIB}/buildbot/test/fake/reactor.py
-${PYSITELIB}/buildbot/test/fake/reactor.pyc
-${PYSITELIB}/buildbot/test/fake/reactor.pyo
-${PYSITELIB}/buildbot/test/fake/secrets.py
-${PYSITELIB}/buildbot/test/fake/secrets.pyc
-${PYSITELIB}/buildbot/test/fake/secrets.pyo
-${PYSITELIB}/buildbot/test/fake/state.py
-${PYSITELIB}/buildbot/test/fake/state.pyc
-${PYSITELIB}/buildbot/test/fake/state.pyo
-${PYSITELIB}/buildbot/test/fake/step.py
-${PYSITELIB}/buildbot/test/fake/step.pyc
-${PYSITELIB}/buildbot/test/fake/step.pyo
-${PYSITELIB}/buildbot/test/fake/web.py
-${PYSITELIB}/buildbot/test/fake/web.pyc
-${PYSITELIB}/buildbot/test/fake/web.pyo
-${PYSITELIB}/buildbot/test/fake/worker.py
-${PYSITELIB}/buildbot/test/fake/worker.pyc
-${PYSITELIB}/buildbot/test/fake/worker.pyo
-${PYSITELIB}/buildbot/test/fakedb/__init__.py
-${PYSITELIB}/buildbot/test/fakedb/__init__.pyc
-${PYSITELIB}/buildbot/test/fakedb/__init__.pyo
-${PYSITELIB}/buildbot/test/fakedb/build_data.py
-${PYSITELIB}/buildbot/test/fakedb/build_data.pyc
-${PYSITELIB}/buildbot/test/fakedb/build_data.pyo
-${PYSITELIB}/buildbot/test/fakedb/builders.py
-${PYSITELIB}/buildbot/test/fakedb/builders.pyc
-${PYSITELIB}/buildbot/test/fakedb/builders.pyo
-${PYSITELIB}/buildbot/test/fakedb/buildrequests.py
-${PYSITELIB}/buildbot/test/fakedb/buildrequests.pyc
-${PYSITELIB}/buildbot/test/fakedb/buildrequests.pyo
-${PYSITELIB}/buildbot/test/fakedb/builds.py
-${PYSITELIB}/buildbot/test/fakedb/builds.pyc
-${PYSITELIB}/buildbot/test/fakedb/builds.pyo
-${PYSITELIB}/buildbot/test/fakedb/buildsets.py
-${PYSITELIB}/buildbot/test/fakedb/buildsets.pyc
-${PYSITELIB}/buildbot/test/fakedb/buildsets.pyo
-${PYSITELIB}/buildbot/test/fakedb/changes.py
-${PYSITELIB}/buildbot/test/fakedb/changes.pyc
-${PYSITELIB}/buildbot/test/fakedb/changes.pyo
-${PYSITELIB}/buildbot/test/fakedb/changesources.py
-${PYSITELIB}/buildbot/test/fakedb/changesources.pyc
-${PYSITELIB}/buildbot/test/fakedb/changesources.pyo
-${PYSITELIB}/buildbot/test/fakedb/codebases.py
-${PYSITELIB}/buildbot/test/fakedb/codebases.pyc
-${PYSITELIB}/buildbot/test/fakedb/codebases.pyo
-${PYSITELIB}/buildbot/test/fakedb/connector.py
-${PYSITELIB}/buildbot/test/fakedb/connector.pyc
-${PYSITELIB}/buildbot/test/fakedb/connector.pyo
-${PYSITELIB}/buildbot/test/fakedb/logs.py
-${PYSITELIB}/buildbot/test/fakedb/logs.pyc
-${PYSITELIB}/buildbot/test/fakedb/logs.pyo
-${PYSITELIB}/buildbot/test/fakedb/masters.py
-${PYSITELIB}/buildbot/test/fakedb/masters.pyc
-${PYSITELIB}/buildbot/test/fakedb/masters.pyo
-${PYSITELIB}/buildbot/test/fakedb/projects.py
-${PYSITELIB}/buildbot/test/fakedb/projects.pyc
-${PYSITELIB}/buildbot/test/fakedb/projects.pyo
-${PYSITELIB}/buildbot/test/fakedb/row.py
-${PYSITELIB}/buildbot/test/fakedb/row.pyc
-${PYSITELIB}/buildbot/test/fakedb/row.pyo
-${PYSITELIB}/buildbot/test/fakedb/schedulers.py
-${PYSITELIB}/buildbot/test/fakedb/schedulers.pyc
-${PYSITELIB}/buildbot/test/fakedb/schedulers.pyo
-${PYSITELIB}/buildbot/test/fakedb/sourcestamps.py
-${PYSITELIB}/buildbot/test/fakedb/sourcestamps.pyc
-${PYSITELIB}/buildbot/test/fakedb/sourcestamps.pyo
-${PYSITELIB}/buildbot/test/fakedb/state.py
-${PYSITELIB}/buildbot/test/fakedb/state.pyc
-${PYSITELIB}/buildbot/test/fakedb/state.pyo
-${PYSITELIB}/buildbot/test/fakedb/steps.py
-${PYSITELIB}/buildbot/test/fakedb/steps.pyc
-${PYSITELIB}/buildbot/test/fakedb/steps.pyo
-${PYSITELIB}/buildbot/test/fakedb/tags.py
-${PYSITELIB}/buildbot/test/fakedb/tags.pyc
-${PYSITELIB}/buildbot/test/fakedb/tags.pyo
-${PYSITELIB}/buildbot/test/fakedb/test_result_sets.py
-${PYSITELIB}/buildbot/test/fakedb/test_result_sets.pyc
-${PYSITELIB}/buildbot/test/fakedb/test_result_sets.pyo
-${PYSITELIB}/buildbot/test/fakedb/test_results.py
-${PYSITELIB}/buildbot/test/fakedb/test_results.pyc
-${PYSITELIB}/buildbot/test/fakedb/test_results.pyo
-${PYSITELIB}/buildbot/test/fakedb/users.py
-${PYSITELIB}/buildbot/test/fakedb/users.pyc
-${PYSITELIB}/buildbot/test/fakedb/users.pyo
-${PYSITELIB}/buildbot/test/fakedb/workers.py
-${PYSITELIB}/buildbot/test/fakedb/workers.pyc
-${PYSITELIB}/buildbot/test/fakedb/workers.pyo
-${PYSITELIB}/buildbot/test/integration/pki/127.0.0.1.crt
-${PYSITELIB}/buildbot/test/integration/pki/127.0.0.1.key
-${PYSITELIB}/buildbot/test/integration/pki/ca/ca.crt
-${PYSITELIB}/buildbot/test/reactor.py
-${PYSITELIB}/buildbot/test/reactor.pyc
-${PYSITELIB}/buildbot/test/reactor.pyo
-${PYSITELIB}/buildbot/test/runprocess.py
-${PYSITELIB}/buildbot/test/runprocess.pyc
-${PYSITELIB}/buildbot/test/runprocess.pyo
-${PYSITELIB}/buildbot/test/steps.py
-${PYSITELIB}/buildbot/test/steps.pyc
-${PYSITELIB}/buildbot/test/steps.pyo
-${PYSITELIB}/buildbot/test/test_extra_coverage.py
-${PYSITELIB}/buildbot/test/test_extra_coverage.pyc
-${PYSITELIB}/buildbot/test/test_extra_coverage.pyo
-${PYSITELIB}/buildbot/test/unit/test_templates_dir/builds.html
-${PYSITELIB}/buildbot/test/unit/test_templates_dir/plugin/plugin.jade
-${PYSITELIB}/buildbot/test/util/__init__.py
-${PYSITELIB}/buildbot/test/util/__init__.pyc
-${PYSITELIB}/buildbot/test/util/__init__.pyo
-${PYSITELIB}/buildbot/test/util/changesource.py
-${PYSITELIB}/buildbot/test/util/changesource.pyc
-${PYSITELIB}/buildbot/test/util/changesource.pyo
-${PYSITELIB}/buildbot/test/util/config.py
-${PYSITELIB}/buildbot/test/util/config.pyc
-${PYSITELIB}/buildbot/test/util/config.pyo
-${PYSITELIB}/buildbot/test/util/configurators.py
-${PYSITELIB}/buildbot/test/util/configurators.pyc
-${PYSITELIB}/buildbot/test/util/configurators.pyo
-${PYSITELIB}/buildbot/test/util/db.py
-${PYSITELIB}/buildbot/test/util/db.pyc
-${PYSITELIB}/buildbot/test/util/db.pyo
-${PYSITELIB}/buildbot/test/util/decorators.py
-${PYSITELIB}/buildbot/test/util/decorators.pyc
-${PYSITELIB}/buildbot/test/util/decorators.pyo
-${PYSITELIB}/buildbot/test/util/dirs.py
-${PYSITELIB}/buildbot/test/util/dirs.pyc
-${PYSITELIB}/buildbot/test/util/dirs.pyo
-${PYSITELIB}/buildbot/test/util/endpoint.py
-${PYSITELIB}/buildbot/test/util/endpoint.pyc
-${PYSITELIB}/buildbot/test/util/endpoint.pyo
-${PYSITELIB}/buildbot/test/util/fuzz.py
-${PYSITELIB}/buildbot/test/util/fuzz.pyc
-${PYSITELIB}/buildbot/test/util/fuzz.pyo
-${PYSITELIB}/buildbot/test/util/git_repository.py
-${PYSITELIB}/buildbot/test/util/git_repository.pyc
-${PYSITELIB}/buildbot/test/util/git_repository.pyo
-${PYSITELIB}/buildbot/test/util/integration.py
-${PYSITELIB}/buildbot/test/util/integration.pyc
-${PYSITELIB}/buildbot/test/util/integration.pyo
-${PYSITELIB}/buildbot/test/util/interfaces.py
-${PYSITELIB}/buildbot/test/util/interfaces.pyc
-${PYSITELIB}/buildbot/test/util/interfaces.pyo
-${PYSITELIB}/buildbot/test/util/logging.py
-${PYSITELIB}/buildbot/test/util/logging.pyc
-${PYSITELIB}/buildbot/test/util/logging.pyo
-${PYSITELIB}/buildbot/test/util/migration.py
-${PYSITELIB}/buildbot/test/util/migration.pyc
-${PYSITELIB}/buildbot/test/util/migration.pyo
-${PYSITELIB}/buildbot/test/util/misc.py
-${PYSITELIB}/buildbot/test/util/misc.pyc
-${PYSITELIB}/buildbot/test/util/misc.pyo
-${PYSITELIB}/buildbot/test/util/patch_delay.py
-${PYSITELIB}/buildbot/test/util/patch_delay.pyc
-${PYSITELIB}/buildbot/test/util/patch_delay.pyo
-${PYSITELIB}/buildbot/test/util/pbmanager.py
-${PYSITELIB}/buildbot/test/util/pbmanager.pyc
-${PYSITELIB}/buildbot/test/util/pbmanager.pyo
-${PYSITELIB}/buildbot/test/util/properties.py
-${PYSITELIB}/buildbot/test/util/properties.pyc
-${PYSITELIB}/buildbot/test/util/properties.pyo
-${PYSITELIB}/buildbot/test/util/protocols.py
-${PYSITELIB}/buildbot/test/util/protocols.pyc
-${PYSITELIB}/buildbot/test/util/protocols.pyo
-${PYSITELIB}/buildbot/test/util/querylog.py
-${PYSITELIB}/buildbot/test/util/querylog.pyc
-${PYSITELIB}/buildbot/test/util/querylog.pyo
-${PYSITELIB}/buildbot/test/util/reporter.py
-${PYSITELIB}/buildbot/test/util/reporter.pyc
-${PYSITELIB}/buildbot/test/util/reporter.pyo
-${PYSITELIB}/buildbot/test/util/sandboxed_worker.py
-${PYSITELIB}/buildbot/test/util/sandboxed_worker.pyc
-${PYSITELIB}/buildbot/test/util/sandboxed_worker.pyo
-${PYSITELIB}/buildbot/test/util/scheduler.py
-${PYSITELIB}/buildbot/test/util/scheduler.pyc
-${PYSITELIB}/buildbot/test/util/scheduler.pyo
-${PYSITELIB}/buildbot/test/util/site.py
-${PYSITELIB}/buildbot/test/util/site.pyc
-${PYSITELIB}/buildbot/test/util/site.pyo
-${PYSITELIB}/buildbot/test/util/sourcesteps.py
-${PYSITELIB}/buildbot/test/util/sourcesteps.pyc
-${PYSITELIB}/buildbot/test/util/sourcesteps.pyo
-${PYSITELIB}/buildbot/test/util/state.py
-${PYSITELIB}/buildbot/test/util/state.pyc
-${PYSITELIB}/buildbot/test/util/state.pyo
-${PYSITELIB}/buildbot/test/util/tuplematching.py
-${PYSITELIB}/buildbot/test/util/tuplematching.pyc
-${PYSITELIB}/buildbot/test/util/tuplematching.pyo
-${PYSITELIB}/buildbot/test/util/validation.py
-${PYSITELIB}/buildbot/test/util/validation.pyc
-${PYSITELIB}/buildbot/test/util/validation.pyo
-${PYSITELIB}/buildbot/test/util/warnings.py
-${PYSITELIB}/buildbot/test/util/warnings.pyc
-${PYSITELIB}/buildbot/test/util/warnings.pyo
-${PYSITELIB}/buildbot/test/util/www.py
-${PYSITELIB}/buildbot/test/util/www.pyc
-${PYSITELIB}/buildbot/test/util/www.pyo
-${PYSITELIB}/buildbot/util/__init__.py
-${PYSITELIB}/buildbot/util/__init__.pyc
-${PYSITELIB}/buildbot/util/__init__.pyo
-${PYSITELIB}/buildbot/util/_notifier.py
-${PYSITELIB}/buildbot/util/_notifier.pyc
-${PYSITELIB}/buildbot/util/_notifier.pyo
-${PYSITELIB}/buildbot/util/async_sort.py
-${PYSITELIB}/buildbot/util/async_sort.pyc
-${PYSITELIB}/buildbot/util/async_sort.pyo
-${PYSITELIB}/buildbot/util/backoff.py
-${PYSITELIB}/buildbot/util/backoff.pyc
-${PYSITELIB}/buildbot/util/backoff.pyo
-${PYSITELIB}/buildbot/util/bbcollections.py
-${PYSITELIB}/buildbot/util/bbcollections.pyc
-${PYSITELIB}/buildbot/util/bbcollections.pyo
-${PYSITELIB}/buildbot/util/codebase.py
-${PYSITELIB}/buildbot/util/codebase.pyc
-${PYSITELIB}/buildbot/util/codebase.pyo
-${PYSITELIB}/buildbot/util/config.py
-${PYSITELIB}/buildbot/util/config.pyc
-${PYSITELIB}/buildbot/util/config.pyo
-${PYSITELIB}/buildbot/util/debounce.py
-${PYSITELIB}/buildbot/util/debounce.pyc
-${PYSITELIB}/buildbot/util/debounce.pyo
-${PYSITELIB}/buildbot/util/deferwaiter.py
-${PYSITELIB}/buildbot/util/deferwaiter.pyc
-${PYSITELIB}/buildbot/util/deferwaiter.pyo
-${PYSITELIB}/buildbot/util/eventual.py
-${PYSITELIB}/buildbot/util/eventual.pyc
-${PYSITELIB}/buildbot/util/eventual.pyo
-${PYSITELIB}/buildbot/util/git.py
-${PYSITELIB}/buildbot/util/git.pyc
-${PYSITELIB}/buildbot/util/git.pyo
-${PYSITELIB}/buildbot/util/git_credential.py
-${PYSITELIB}/buildbot/util/git_credential.pyc
-${PYSITELIB}/buildbot/util/git_credential.pyo
-${PYSITELIB}/buildbot/util/giturlparse.py
-${PYSITELIB}/buildbot/util/giturlparse.pyc
-${PYSITELIB}/buildbot/util/giturlparse.pyo
-${PYSITELIB}/buildbot/util/httpclientservice.py
-${PYSITELIB}/buildbot/util/httpclientservice.pyc
-${PYSITELIB}/buildbot/util/httpclientservice.pyo
-${PYSITELIB}/buildbot/util/identifiers.py
-${PYSITELIB}/buildbot/util/identifiers.pyc
-${PYSITELIB}/buildbot/util/identifiers.pyo
-${PYSITELIB}/buildbot/util/importlib_compat.py
-${PYSITELIB}/buildbot/util/importlib_compat.pyc
-${PYSITELIB}/buildbot/util/importlib_compat.pyo
-${PYSITELIB}/buildbot/util/kubeclientservice.py
-${PYSITELIB}/buildbot/util/kubeclientservice.pyc
-${PYSITELIB}/buildbot/util/kubeclientservice.pyo
-${PYSITELIB}/buildbot/util/latent.py
-${PYSITELIB}/buildbot/util/latent.pyc
-${PYSITELIB}/buildbot/util/latent.pyo
-${PYSITELIB}/buildbot/util/lineboundaries.py
-${PYSITELIB}/buildbot/util/lineboundaries.pyc
-${PYSITELIB}/buildbot/util/lineboundaries.pyo
-${PYSITELIB}/buildbot/util/lru.py
-${PYSITELIB}/buildbot/util/lru.pyc
-${PYSITELIB}/buildbot/util/lru.pyo
-${PYSITELIB}/buildbot/util/maildir.py
-${PYSITELIB}/buildbot/util/maildir.pyc
-${PYSITELIB}/buildbot/util/maildir.pyo
-${PYSITELIB}/buildbot/util/misc.py
-${PYSITELIB}/buildbot/util/misc.pyc
-${PYSITELIB}/buildbot/util/misc.pyo
-${PYSITELIB}/buildbot/util/netstrings.py
-${PYSITELIB}/buildbot/util/netstrings.pyc
-${PYSITELIB}/buildbot/util/netstrings.pyo
-${PYSITELIB}/buildbot/util/path_expand_user.py
-${PYSITELIB}/buildbot/util/path_expand_user.pyc
-${PYSITELIB}/buildbot/util/path_expand_user.pyo
-${PYSITELIB}/buildbot/util/pathmatch.py
-${PYSITELIB}/buildbot/util/pathmatch.pyc
-${PYSITELIB}/buildbot/util/pathmatch.pyo
-${PYSITELIB}/buildbot/util/poll.py
-${PYSITELIB}/buildbot/util/poll.pyc
-${PYSITELIB}/buildbot/util/poll.pyo
-${PYSITELIB}/buildbot/util/private_tempdir.py
-${PYSITELIB}/buildbot/util/private_tempdir.pyc
-${PYSITELIB}/buildbot/util/private_tempdir.pyo
-${PYSITELIB}/buildbot/util/protocol.py
-${PYSITELIB}/buildbot/util/protocol.pyc
-${PYSITELIB}/buildbot/util/protocol.pyo
-${PYSITELIB}/buildbot/util/pullrequest.py
-${PYSITELIB}/buildbot/util/pullrequest.pyc
-${PYSITELIB}/buildbot/util/pullrequest.pyo
-${PYSITELIB}/buildbot/util/queue.py
-${PYSITELIB}/buildbot/util/queue.pyc
-${PYSITELIB}/buildbot/util/queue.pyo
-${PYSITELIB}/buildbot/util/raml.py
-${PYSITELIB}/buildbot/util/raml.pyc
-${PYSITELIB}/buildbot/util/raml.pyo
-${PYSITELIB}/buildbot/util/render_description.py
-${PYSITELIB}/buildbot/util/render_description.pyc
-${PYSITELIB}/buildbot/util/render_description.pyo
-${PYSITELIB}/buildbot/util/runprocess.py
-${PYSITELIB}/buildbot/util/runprocess.pyc
-${PYSITELIB}/buildbot/util/runprocess.pyo
-${PYSITELIB}/buildbot/util/sautils.py
-${PYSITELIB}/buildbot/util/sautils.pyc
-${PYSITELIB}/buildbot/util/sautils.pyo
-${PYSITELIB}/buildbot/util/service.py
-${PYSITELIB}/buildbot/util/service.pyc
-${PYSITELIB}/buildbot/util/service.pyo
-${PYSITELIB}/buildbot/util/ssfilter.py
-${PYSITELIB}/buildbot/util/ssfilter.pyc
-${PYSITELIB}/buildbot/util/ssfilter.pyo
-${PYSITELIB}/buildbot/util/ssl.py
-${PYSITELIB}/buildbot/util/ssl.pyc
-${PYSITELIB}/buildbot/util/ssl.pyo
-${PYSITELIB}/buildbot/util/state.py
-${PYSITELIB}/buildbot/util/state.pyc
-${PYSITELIB}/buildbot/util/state.pyo
-${PYSITELIB}/buildbot/util/subscription.py
-${PYSITELIB}/buildbot/util/subscription.pyc
-${PYSITELIB}/buildbot/util/subscription.pyo
-${PYSITELIB}/buildbot/util/test_result_submitter.py
-${PYSITELIB}/buildbot/util/test_result_submitter.pyc
-${PYSITELIB}/buildbot/util/test_result_submitter.pyo
-${PYSITELIB}/buildbot/util/tuplematch.py
-${PYSITELIB}/buildbot/util/tuplematch.pyc
-${PYSITELIB}/buildbot/util/tuplematch.pyo
-${PYSITELIB}/buildbot/util/twisted.py
-${PYSITELIB}/buildbot/util/twisted.pyc
-${PYSITELIB}/buildbot/util/twisted.pyo
-${PYSITELIB}/buildbot/util/watchdog.py
-${PYSITELIB}/buildbot/util/watchdog.pyc
-${PYSITELIB}/buildbot/util/watchdog.pyo
-${PYSITELIB}/buildbot/wamp/__init__.py
-${PYSITELIB}/buildbot/wamp/__init__.pyc
-${PYSITELIB}/buildbot/wamp/__init__.pyo
-${PYSITELIB}/buildbot/wamp/connector.py
-${PYSITELIB}/buildbot/wamp/connector.pyc
-${PYSITELIB}/buildbot/wamp/connector.pyo
-${PYSITELIB}/buildbot/warnings.py
-${PYSITELIB}/buildbot/warnings.pyc
-${PYSITELIB}/buildbot/warnings.pyo
-${PYSITELIB}/buildbot/worker/__init__.py
-${PYSITELIB}/buildbot/worker/__init__.pyc
-${PYSITELIB}/buildbot/worker/__init__.pyo
-${PYSITELIB}/buildbot/worker/base.py
-${PYSITELIB}/buildbot/worker/base.pyc
-${PYSITELIB}/buildbot/worker/base.pyo
-${PYSITELIB}/buildbot/worker/docker.py
-${PYSITELIB}/buildbot/worker/docker.pyc
-${PYSITELIB}/buildbot/worker/docker.pyo
-${PYSITELIB}/buildbot/worker/ec2.py
-${PYSITELIB}/buildbot/worker/ec2.pyc
-${PYSITELIB}/buildbot/worker/ec2.pyo
-${PYSITELIB}/buildbot/worker/kubernetes.py
-${PYSITELIB}/buildbot/worker/kubernetes.pyc
-${PYSITELIB}/buildbot/worker/kubernetes.pyo
-${PYSITELIB}/buildbot/worker/latent.py
-${PYSITELIB}/buildbot/worker/latent.pyc
-${PYSITELIB}/buildbot/worker/latent.pyo
-${PYSITELIB}/buildbot/worker/libvirt.py
-${PYSITELIB}/buildbot/worker/libvirt.pyc
-${PYSITELIB}/buildbot/worker/libvirt.pyo
-${PYSITELIB}/buildbot/worker/local.py
-${PYSITELIB}/buildbot/worker/local.pyc
-${PYSITELIB}/buildbot/worker/local.pyo
-${PYSITELIB}/buildbot/worker/manager.py
-${PYSITELIB}/buildbot/worker/manager.pyc
-${PYSITELIB}/buildbot/worker/manager.pyo
-${PYSITELIB}/buildbot/worker/marathon.py
-${PYSITELIB}/buildbot/worker/marathon.pyc
-${PYSITELIB}/buildbot/worker/marathon.pyo
-${PYSITELIB}/buildbot/worker/openstack.py
-${PYSITELIB}/buildbot/worker/openstack.pyc
-${PYSITELIB}/buildbot/worker/openstack.pyo
-${PYSITELIB}/buildbot/worker/protocols/__init__.py
-${PYSITELIB}/buildbot/worker/protocols/__init__.pyc
-${PYSITELIB}/buildbot/worker/protocols/__init__.pyo
-${PYSITELIB}/buildbot/worker/protocols/base.py
-${PYSITELIB}/buildbot/worker/protocols/base.pyc
-${PYSITELIB}/buildbot/worker/protocols/base.pyo
-${PYSITELIB}/buildbot/worker/protocols/manager/__init__.py
-${PYSITELIB}/buildbot/worker/protocols/manager/__init__.pyc
-${PYSITELIB}/buildbot/worker/protocols/manager/__init__.pyo
-${PYSITELIB}/buildbot/worker/protocols/manager/base.py
-${PYSITELIB}/buildbot/worker/protocols/manager/base.pyc
-${PYSITELIB}/buildbot/worker/protocols/manager/base.pyo
-${PYSITELIB}/buildbot/worker/protocols/manager/msgpack.py
-${PYSITELIB}/buildbot/worker/protocols/manager/msgpack.pyc
-${PYSITELIB}/buildbot/worker/protocols/manager/msgpack.pyo
-${PYSITELIB}/buildbot/worker/protocols/manager/pb.py
-${PYSITELIB}/buildbot/worker/protocols/manager/pb.pyc
-${PYSITELIB}/buildbot/worker/protocols/manager/pb.pyo
-${PYSITELIB}/buildbot/worker/protocols/msgpack.py
-${PYSITELIB}/buildbot/worker/protocols/msgpack.pyc
-${PYSITELIB}/buildbot/worker/protocols/msgpack.pyo
-${PYSITELIB}/buildbot/worker/protocols/null.py
-${PYSITELIB}/buildbot/worker/protocols/null.pyc
-${PYSITELIB}/buildbot/worker/protocols/null.pyo
-${PYSITELIB}/buildbot/worker/protocols/pb.py
-${PYSITELIB}/buildbot/worker/protocols/pb.pyc
-${PYSITELIB}/buildbot/worker/protocols/pb.pyo
-${PYSITELIB}/buildbot/worker/upcloud.py
-${PYSITELIB}/buildbot/worker/upcloud.pyc
-${PYSITELIB}/buildbot/worker/upcloud.pyo
-${PYSITELIB}/buildbot/www/__init__.py
-${PYSITELIB}/buildbot/www/__init__.pyc
-${PYSITELIB}/buildbot/www/__init__.pyo
-${PYSITELIB}/buildbot/www/auth.py
-${PYSITELIB}/buildbot/www/auth.pyc
-${PYSITELIB}/buildbot/www/auth.pyo
-${PYSITELIB}/buildbot/www/authz/__init__.py
-${PYSITELIB}/buildbot/www/authz/__init__.pyc
-${PYSITELIB}/buildbot/www/authz/__init__.pyo
-${PYSITELIB}/buildbot/www/authz/authz.py
-${PYSITELIB}/buildbot/www/authz/authz.pyc
-${PYSITELIB}/buildbot/www/authz/authz.pyo
-${PYSITELIB}/buildbot/www/authz/endpointmatchers.py
-${PYSITELIB}/buildbot/www/authz/endpointmatchers.pyc
-${PYSITELIB}/buildbot/www/authz/endpointmatchers.pyo
-${PYSITELIB}/buildbot/www/authz/roles.py
-${PYSITELIB}/buildbot/www/authz/roles.pyc
-${PYSITELIB}/buildbot/www/authz/roles.pyo
-${PYSITELIB}/buildbot/www/avatar.py
-${PYSITELIB}/buildbot/www/avatar.pyc
-${PYSITELIB}/buildbot/www/avatar.pyo
-${PYSITELIB}/buildbot/www/change_hook.py
-${PYSITELIB}/buildbot/www/change_hook.pyc
-${PYSITELIB}/buildbot/www/change_hook.pyo
-${PYSITELIB}/buildbot/www/config.py
-${PYSITELIB}/buildbot/www/config.pyc
-${PYSITELIB}/buildbot/www/config.pyo
-${PYSITELIB}/buildbot/www/encoding.py
-${PYSITELIB}/buildbot/www/encoding.pyc
-${PYSITELIB}/buildbot/www/encoding.pyo
-${PYSITELIB}/buildbot/www/hooks/__init__.py
-${PYSITELIB}/buildbot/www/hooks/__init__.pyc
-${PYSITELIB}/buildbot/www/hooks/__init__.pyo
-${PYSITELIB}/buildbot/www/hooks/base.py
-${PYSITELIB}/buildbot/www/hooks/base.pyc
-${PYSITELIB}/buildbot/www/hooks/base.pyo
-${PYSITELIB}/buildbot/www/hooks/bitbucket.py
-${PYSITELIB}/buildbot/www/hooks/bitbucket.pyc
-${PYSITELIB}/buildbot/www/hooks/bitbucket.pyo
-${PYSITELIB}/buildbot/www/hooks/bitbucketcloud.py
-${PYSITELIB}/buildbot/www/hooks/bitbucketcloud.pyc
-${PYSITELIB}/buildbot/www/hooks/bitbucketcloud.pyo
-${PYSITELIB}/buildbot/www/hooks/bitbucketserver.py
-${PYSITELIB}/buildbot/www/hooks/bitbucketserver.pyc
-${PYSITELIB}/buildbot/www/hooks/bitbucketserver.pyo
-${PYSITELIB}/buildbot/www/hooks/github.py
-${PYSITELIB}/buildbot/www/hooks/github.pyc
-${PYSITELIB}/buildbot/www/hooks/github.pyo
-${PYSITELIB}/buildbot/www/hooks/gitlab.py
-${PYSITELIB}/buildbot/www/hooks/gitlab.pyc
-${PYSITELIB}/buildbot/www/hooks/gitlab.pyo
-${PYSITELIB}/buildbot/www/hooks/gitorious.py
-${PYSITELIB}/buildbot/www/hooks/gitorious.pyc
-${PYSITELIB}/buildbot/www/hooks/gitorious.pyo
-${PYSITELIB}/buildbot/www/hooks/poller.py
-${PYSITELIB}/buildbot/www/hooks/poller.pyc
-${PYSITELIB}/buildbot/www/hooks/poller.pyo
-${PYSITELIB}/buildbot/www/ldapuserinfo.py
-${PYSITELIB}/buildbot/www/ldapuserinfo.pyc
-${PYSITELIB}/buildbot/www/ldapuserinfo.pyo
-${PYSITELIB}/buildbot/www/oauth2.py
-${PYSITELIB}/buildbot/www/oauth2.pyc
-${PYSITELIB}/buildbot/www/oauth2.pyo
-${PYSITELIB}/buildbot/www/plugin.py
-${PYSITELIB}/buildbot/www/plugin.pyc
-${PYSITELIB}/buildbot/www/plugin.pyo
-${PYSITELIB}/buildbot/www/resource.py
-${PYSITELIB}/buildbot/www/resource.pyc
-${PYSITELIB}/buildbot/www/resource.pyo
-${PYSITELIB}/buildbot/www/rest.py
-${PYSITELIB}/buildbot/www/rest.pyc
-${PYSITELIB}/buildbot/www/rest.pyo
-${PYSITELIB}/buildbot/www/service.py
-${PYSITELIB}/buildbot/www/service.pyc
-${PYSITELIB}/buildbot/www/service.pyo
-${PYSITELIB}/buildbot/www/sse.py
-${PYSITELIB}/buildbot/www/sse.pyc
-${PYSITELIB}/buildbot/www/sse.pyo
-${PYSITELIB}/buildbot/www/ws.py
-${PYSITELIB}/buildbot/www/ws.pyc
-${PYSITELIB}/buildbot/www/ws.pyo
diff --git a/py-buildbot/distinfo b/py-buildbot/distinfo
deleted file mode 100644
index bd315205be..0000000000
--- a/py-buildbot/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.11 2020/02/19 19:07:18 adam Exp $
-
-BLAKE2s (buildbot-4.3.0.tar.gz) = 6af86960b1ac00b5325dbe16f9c1cd30e97c7de0ff7f3c51dbe97391e5f4869a
-SHA512 (buildbot-4.3.0.tar.gz) = 6fb34a1ce473d32e4533fccd32559fd083912f83a676797277f1988a6d83d75b51016af1ac78065e36e08dbf57695621c5b316a3826a61d23897e6aaf2078a70
-Size (buildbot-4.3.0.tar.gz) = 2575196 bytes
-SHA1 (patch-buildbot_db_migrations_alembic.ini) = 85c7350ee4faff84dd708fa7250a174efcb10e54
diff --git a/py-buildbot/patches/patch-buildbot_db_migrations_alembic.ini b/py-buildbot/patches/patch-buildbot_db_migrations_alembic.ini
deleted file mode 100644
index 6fd02e6ac2..0000000000
--- a/py-buildbot/patches/patch-buildbot_db_migrations_alembic.ini
+++ /dev/null
@@ -1,51 +0,0 @@
-$NetBSD$
-
-Fix deprecation warning from alembic >= 1.16.0
-https://github.com/buildbot/buildbot/pull/8707
-
---- buildbot/db/migrations/alembic.ini.orig 2025-05-12 21:31:16.000000000 +0000
-+++ buildbot/db/migrations/alembic.ini
-@@ -8,7 +8,8 @@ file_template = %%(rev)s_%%(year)d-%%(month).2d-%%(day
- file_template = %%(rev)s_%%(year)d-%%(month).2d-%%(day).2d_%%(slug)s
-
- # sys.path path, will be prepended to sys.path if present.
--# defaults to the current working directory.
-+# defaults to the current working directory. for multiple paths, the path separator
-+# is defined by "path_separator" below.
- prepend_sys_path = .
-
- # timezone to use when rendering the date
-@@ -29,6 +30,33 @@ version_locations = %(here)s/versions
- # sourceless = false
-
- version_locations = %(here)s/versions
-+
-+# path_separator; This indicates what character is used to split lists of file
-+# paths, including version_locations and prepend_sys_path within configparser
-+# files such as alembic.ini.
-+# The default rendered in new alembic.ini files is "os", which uses os.pathsep
-+# to provide os-dependent path splitting.
-+#
-+# Note that in order to support legacy alembic.ini files, this default does NOT
-+# take place if path_separator is not present in alembic.ini. If this
-+# option is omitted entirely, fallback logic is as follows:
-+#
-+# 1. Parsing of the version_locations option falls back to using the legacy
-+# "version_path_separator" key, which if absent then falls back to the legacy
-+# behavior of splitting on spaces and/or commas.
-+# 2. Parsing of the prepend_sys_path option falls back to the legacy
-+# behavior of splitting on spaces, commas, or colons.
-+#
-+# Valid values for path_separator are:
-+#
-+# path_separator = :
-+# path_separator = ;
-+# path_separator = space
-+# path_separator = newline
-+#
-+# Use os.pathsep. Default configuration used for new projects.
-+path_separator = os
-+
-
- # the output encoding used when revision files are written from script.py.mako
- output_encoding = utf-8
Home |
Main Index |
Thread Index |
Old Index