summaryrefslogtreecommitdiff
path: root/devel/py-buildbot
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-13 23:06:37 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-13 23:06:37 +0000
commit6c8f18cee52a9eab7d5810ff054b4e43508f32ed (patch)
tree27abfbaf5695345069edc464b9139a572ef9e29b /devel/py-buildbot
parent53b98f203d9c019cde24220de545bd4e7942c81e (diff)
downloadpkgsrc-6c8f18cee52a9eab7d5810ff054b4e43508f32ed.tar.gz
Imported py26-buildbot.
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.
Diffstat (limited to 'devel/py-buildbot')
-rw-r--r--devel/py-buildbot/DESCR12
-rw-r--r--devel/py-buildbot/Makefile26
-rw-r--r--devel/py-buildbot/PLIST972
-rw-r--r--devel/py-buildbot/distinfo5
4 files changed, 1015 insertions, 0 deletions
diff --git a/devel/py-buildbot/DESCR b/devel/py-buildbot/DESCR
new file mode 100644
index 00000000000..ad2fcd403cb
--- /dev/null
+++ b/devel/py-buildbot/DESCR
@@ -0,0 +1,12 @@
+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/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile
new file mode 100644
index 00000000000..3da55e3d1c0
--- /dev/null
+++ b/devel/py-buildbot/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 23:06:37 joerg Exp $
+#
+
+DISTNAME= buildbot-0.8.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+EGG_NAME= ${DISTNAME}
+CATEGORIES= devel net python
+MASTER_SITES= http://buildbot.googlecode.com/files/
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://buildbot.net/
+COMMENT= Continuous integration system
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PYTHON_VERSIONS_ACCEPTED= 27 26
+
+DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy
+DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-migrate-[0-9]*:../../databases/py-sqlalchemy-migrate
+DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-buildbot/PLIST b/devel/py-buildbot/PLIST
new file mode 100644
index 00000000000..b509dd543b3
--- /dev/null
+++ b/devel/py-buildbot/PLIST
@@ -0,0 +1,972 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/13 23:06:37 joerg Exp $
+bin/buildbot
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/buildbot/VERSION
+${PYSITELIB}/buildbot/__init__.py
+${PYSITELIB}/buildbot/__init__.pyc
+${PYSITELIB}/buildbot/__init__.pyo
+${PYSITELIB}/buildbot/buildbot.png
+${PYSITELIB}/buildbot/buildrequest.py
+${PYSITELIB}/buildbot/buildrequest.pyc
+${PYSITELIB}/buildbot/buildrequest.pyo
+${PYSITELIB}/buildbot/buildslave.py
+${PYSITELIB}/buildbot/buildslave.pyc
+${PYSITELIB}/buildbot/buildslave.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/bonsaipoller.py
+${PYSITELIB}/buildbot/changes/bonsaipoller.pyc
+${PYSITELIB}/buildbot/changes/bonsaipoller.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/gitpoller.py
+${PYSITELIB}/buildbot/changes/gitpoller.pyc
+${PYSITELIB}/buildbot/changes/gitpoller.pyo
+${PYSITELIB}/buildbot/changes/hgbuildbot.py
+${PYSITELIB}/buildbot/changes/hgbuildbot.pyc
+${PYSITELIB}/buildbot/changes/hgbuildbot.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/base.py
+${PYSITELIB}/buildbot/clients/base.pyc
+${PYSITELIB}/buildbot/clients/base.pyo
+${PYSITELIB}/buildbot/clients/debug.glade
+${PYSITELIB}/buildbot/clients/debug.py
+${PYSITELIB}/buildbot/clients/debug.pyc
+${PYSITELIB}/buildbot/clients/debug.pyo
+${PYSITELIB}/buildbot/clients/gtkPanes.py
+${PYSITELIB}/buildbot/clients/gtkPanes.pyc
+${PYSITELIB}/buildbot/clients/gtkPanes.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.py
+${PYSITELIB}/buildbot/config.pyc
+${PYSITELIB}/buildbot/config.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/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/connector.py
+${PYSITELIB}/buildbot/db/connector.pyc
+${PYSITELIB}/buildbot/db/connector.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/migrate/migrate.cfg
+${PYSITELIB}/buildbot/db/migrate/versions/001_initial.py
+${PYSITELIB}/buildbot/db/migrate/versions/001_initial.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/001_initial.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/002_add_proj_repo.py
+${PYSITELIB}/buildbot/db/migrate/versions/002_add_proj_repo.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/002_add_proj_repo.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/003_scheduler_class_name.py
+${PYSITELIB}/buildbot/db/migrate/versions/003_scheduler_class_name.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/003_scheduler_class_name.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/004_add_autoincrement.py
+${PYSITELIB}/buildbot/db/migrate/versions/004_add_autoincrement.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/004_add_autoincrement.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/005_add_indexes.py
+${PYSITELIB}/buildbot/db/migrate/versions/005_add_indexes.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/005_add_indexes.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/006_drop_last_access.py
+${PYSITELIB}/buildbot/db/migrate/versions/006_drop_last_access.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/006_drop_last_access.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/007_add_object_tables.py
+${PYSITELIB}/buildbot/db/migrate/versions/007_add_object_tables.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/007_add_object_tables.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/008_add_scheduler_changes_index.py
+${PYSITELIB}/buildbot/db/migrate/versions/008_add_scheduler_changes_index.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/008_add_scheduler_changes_index.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/009_add_patch_author.py
+${PYSITELIB}/buildbot/db/migrate/versions/009_add_patch_author.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/009_add_patch_author.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/010_fix_column_lengths.py
+${PYSITELIB}/buildbot/db/migrate/versions/010_fix_column_lengths.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/010_fix_column_lengths.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/011_add_buildrequest_claims.py
+${PYSITELIB}/buildbot/db/migrate/versions/011_add_buildrequest_claims.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/011_add_buildrequest_claims.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/012_add_users_table.py
+${PYSITELIB}/buildbot/db/migrate/versions/012_add_users_table.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/012_add_users_table.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/013_remove_schedulers_state_column.py
+${PYSITELIB}/buildbot/db/migrate/versions/013_remove_schedulers_state_column.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/013_remove_schedulers_state_column.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/014_add_users_userpass_columns.py
+${PYSITELIB}/buildbot/db/migrate/versions/014_add_users_userpass_columns.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/014_add_users_userpass_columns.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/__init__.py
+${PYSITELIB}/buildbot/db/migrate/versions/__init__.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/__init__.pyo
+${PYSITELIB}/buildbot/db/model.py
+${PYSITELIB}/buildbot/db/model.pyc
+${PYSITELIB}/buildbot/db/model.pyo
+${PYSITELIB}/buildbot/db/pool.py
+${PYSITELIB}/buildbot/db/pool.pyc
+${PYSITELIB}/buildbot/db/pool.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/users.py
+${PYSITELIB}/buildbot/db/users.pyc
+${PYSITELIB}/buildbot/db/users.pyo
+${PYSITELIB}/buildbot/ec2buildslave.py
+${PYSITELIB}/buildbot/ec2buildslave.pyc
+${PYSITELIB}/buildbot/ec2buildslave.pyo
+${PYSITELIB}/buildbot/interfaces.py
+${PYSITELIB}/buildbot/interfaces.pyc
+${PYSITELIB}/buildbot/interfaces.pyo
+${PYSITELIB}/buildbot/libvirtbuildslave.py
+${PYSITELIB}/buildbot/libvirtbuildslave.pyc
+${PYSITELIB}/buildbot/libvirtbuildslave.pyo
+${PYSITELIB}/buildbot/locks.py
+${PYSITELIB}/buildbot/locks.pyc
+${PYSITELIB}/buildbot/locks.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/bug4881.py
+${PYSITELIB}/buildbot/monkeypatches/bug4881.pyc
+${PYSITELIB}/buildbot/monkeypatches/bug4881.pyo
+${PYSITELIB}/buildbot/monkeypatches/bug5079.py
+${PYSITELIB}/buildbot/monkeypatches/bug5079.pyc
+${PYSITELIB}/buildbot/monkeypatches/bug5079.pyo
+${PYSITELIB}/buildbot/pbmanager.py
+${PYSITELIB}/buildbot/pbmanager.pyc
+${PYSITELIB}/buildbot/pbmanager.pyo
+${PYSITELIB}/buildbot/pbutil.py
+${PYSITELIB}/buildbot/pbutil.pyc
+${PYSITELIB}/buildbot/pbutil.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/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/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/metrics.py
+${PYSITELIB}/buildbot/process/metrics.pyc
+${PYSITELIB}/buildbot/process/metrics.pyo
+${PYSITELIB}/buildbot/process/mtrlogobserver.py
+${PYSITELIB}/buildbot/process/mtrlogobserver.pyc
+${PYSITELIB}/buildbot/process/mtrlogobserver.pyo
+${PYSITELIB}/buildbot/process/properties.py
+${PYSITELIB}/buildbot/process/properties.pyc
+${PYSITELIB}/buildbot/process/properties.pyo
+${PYSITELIB}/buildbot/process/slavebuilder.py
+${PYSITELIB}/buildbot/process/slavebuilder.pyc
+${PYSITELIB}/buildbot/process/slavebuilder.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/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/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/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/checkconfig.py
+${PYSITELIB}/buildbot/scripts/checkconfig.pyc
+${PYSITELIB}/buildbot/scripts/checkconfig.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/runner.py
+${PYSITELIB}/buildbot/scripts/runner.pyc
+${PYSITELIB}/buildbot/scripts/runner.pyo
+${PYSITELIB}/buildbot/scripts/sample.cfg
+${PYSITELIB}/buildbot/scripts/startup.py
+${PYSITELIB}/buildbot/scripts/startup.pyc
+${PYSITELIB}/buildbot/scripts/startup.pyo
+${PYSITELIB}/buildbot/sourcestamp.py
+${PYSITELIB}/buildbot/sourcestamp.pyc
+${PYSITELIB}/buildbot/sourcestamp.pyo
+${PYSITELIB}/buildbot/status/__init__.py
+${PYSITELIB}/buildbot/status/__init__.pyc
+${PYSITELIB}/buildbot/status/__init__.pyo
+${PYSITELIB}/buildbot/status/base.py
+${PYSITELIB}/buildbot/status/base.pyc
+${PYSITELIB}/buildbot/status/base.pyo
+${PYSITELIB}/buildbot/status/build.py
+${PYSITELIB}/buildbot/status/build.pyc
+${PYSITELIB}/buildbot/status/build.pyo
+${PYSITELIB}/buildbot/status/builder.py
+${PYSITELIB}/buildbot/status/builder.pyc
+${PYSITELIB}/buildbot/status/builder.pyo
+${PYSITELIB}/buildbot/status/buildrequest.py
+${PYSITELIB}/buildbot/status/buildrequest.pyc
+${PYSITELIB}/buildbot/status/buildrequest.pyo
+${PYSITELIB}/buildbot/status/buildset.py
+${PYSITELIB}/buildbot/status/buildset.pyc
+${PYSITELIB}/buildbot/status/buildset.pyo
+${PYSITELIB}/buildbot/status/buildstep.py
+${PYSITELIB}/buildbot/status/buildstep.pyc
+${PYSITELIB}/buildbot/status/buildstep.pyo
+${PYSITELIB}/buildbot/status/client.py
+${PYSITELIB}/buildbot/status/client.pyc
+${PYSITELIB}/buildbot/status/client.pyo
+${PYSITELIB}/buildbot/status/event.py
+${PYSITELIB}/buildbot/status/event.pyc
+${PYSITELIB}/buildbot/status/event.pyo
+${PYSITELIB}/buildbot/status/html.py
+${PYSITELIB}/buildbot/status/html.pyc
+${PYSITELIB}/buildbot/status/html.pyo
+${PYSITELIB}/buildbot/status/logfile.py
+${PYSITELIB}/buildbot/status/logfile.pyc
+${PYSITELIB}/buildbot/status/logfile.pyo
+${PYSITELIB}/buildbot/status/mail.py
+${PYSITELIB}/buildbot/status/mail.pyc
+${PYSITELIB}/buildbot/status/mail.pyo
+${PYSITELIB}/buildbot/status/master.py
+${PYSITELIB}/buildbot/status/master.pyc
+${PYSITELIB}/buildbot/status/master.pyo
+${PYSITELIB}/buildbot/status/persistent_queue.py
+${PYSITELIB}/buildbot/status/persistent_queue.pyc
+${PYSITELIB}/buildbot/status/persistent_queue.pyo
+${PYSITELIB}/buildbot/status/progress.py
+${PYSITELIB}/buildbot/status/progress.pyc
+${PYSITELIB}/buildbot/status/progress.pyo
+${PYSITELIB}/buildbot/status/results.py
+${PYSITELIB}/buildbot/status/results.pyc
+${PYSITELIB}/buildbot/status/results.pyo
+${PYSITELIB}/buildbot/status/slave.py
+${PYSITELIB}/buildbot/status/slave.pyc
+${PYSITELIB}/buildbot/status/slave.pyo
+${PYSITELIB}/buildbot/status/status_gerrit.py
+${PYSITELIB}/buildbot/status/status_gerrit.pyc
+${PYSITELIB}/buildbot/status/status_gerrit.pyo
+${PYSITELIB}/buildbot/status/status_push.py
+${PYSITELIB}/buildbot/status/status_push.pyc
+${PYSITELIB}/buildbot/status/status_push.pyo
+${PYSITELIB}/buildbot/status/testresult.py
+${PYSITELIB}/buildbot/status/testresult.pyc
+${PYSITELIB}/buildbot/status/testresult.pyo
+${PYSITELIB}/buildbot/status/tinderbox.py
+${PYSITELIB}/buildbot/status/tinderbox.pyc
+${PYSITELIB}/buildbot/status/tinderbox.pyo
+${PYSITELIB}/buildbot/status/web/__init__.py
+${PYSITELIB}/buildbot/status/web/__init__.pyc
+${PYSITELIB}/buildbot/status/web/__init__.pyo
+${PYSITELIB}/buildbot/status/web/about.py
+${PYSITELIB}/buildbot/status/web/about.pyc
+${PYSITELIB}/buildbot/status/web/about.pyo
+${PYSITELIB}/buildbot/status/web/auth.py
+${PYSITELIB}/buildbot/status/web/auth.pyc
+${PYSITELIB}/buildbot/status/web/auth.pyo
+${PYSITELIB}/buildbot/status/web/authz.py
+${PYSITELIB}/buildbot/status/web/authz.pyc
+${PYSITELIB}/buildbot/status/web/authz.pyo
+${PYSITELIB}/buildbot/status/web/base.py
+${PYSITELIB}/buildbot/status/web/base.pyc
+${PYSITELIB}/buildbot/status/web/base.pyo
+${PYSITELIB}/buildbot/status/web/baseweb.py
+${PYSITELIB}/buildbot/status/web/baseweb.pyc
+${PYSITELIB}/buildbot/status/web/baseweb.pyo
+${PYSITELIB}/buildbot/status/web/build.py
+${PYSITELIB}/buildbot/status/web/build.pyc
+${PYSITELIB}/buildbot/status/web/build.pyo
+${PYSITELIB}/buildbot/status/web/builder.py
+${PYSITELIB}/buildbot/status/web/builder.pyc
+${PYSITELIB}/buildbot/status/web/builder.pyo
+${PYSITELIB}/buildbot/status/web/buildstatus.py
+${PYSITELIB}/buildbot/status/web/buildstatus.pyc
+${PYSITELIB}/buildbot/status/web/buildstatus.pyo
+${PYSITELIB}/buildbot/status/web/change_hook.py
+${PYSITELIB}/buildbot/status/web/change_hook.pyc
+${PYSITELIB}/buildbot/status/web/change_hook.pyo
+${PYSITELIB}/buildbot/status/web/changes.py
+${PYSITELIB}/buildbot/status/web/changes.pyc
+${PYSITELIB}/buildbot/status/web/changes.pyo
+${PYSITELIB}/buildbot/status/web/console.py
+${PYSITELIB}/buildbot/status/web/console.pyc
+${PYSITELIB}/buildbot/status/web/console.pyo
+${PYSITELIB}/buildbot/status/web/feeds.py
+${PYSITELIB}/buildbot/status/web/feeds.pyc
+${PYSITELIB}/buildbot/status/web/feeds.pyo
+${PYSITELIB}/buildbot/status/web/files/bg_gradient.jpg
+${PYSITELIB}/buildbot/status/web/files/default.css
+${PYSITELIB}/buildbot/status/web/files/favicon.ico
+${PYSITELIB}/buildbot/status/web/files/robots.txt
+${PYSITELIB}/buildbot/status/web/grid.py
+${PYSITELIB}/buildbot/status/web/grid.pyc
+${PYSITELIB}/buildbot/status/web/grid.pyo
+${PYSITELIB}/buildbot/status/web/hooks/__init__.py
+${PYSITELIB}/buildbot/status/web/hooks/__init__.pyc
+${PYSITELIB}/buildbot/status/web/hooks/__init__.pyo
+${PYSITELIB}/buildbot/status/web/hooks/base.py
+${PYSITELIB}/buildbot/status/web/hooks/base.pyc
+${PYSITELIB}/buildbot/status/web/hooks/base.pyo
+${PYSITELIB}/buildbot/status/web/hooks/github.py
+${PYSITELIB}/buildbot/status/web/hooks/github.pyc
+${PYSITELIB}/buildbot/status/web/hooks/github.pyo
+${PYSITELIB}/buildbot/status/web/logs.py
+${PYSITELIB}/buildbot/status/web/logs.pyc
+${PYSITELIB}/buildbot/status/web/logs.pyo
+${PYSITELIB}/buildbot/status/web/olpb.py
+${PYSITELIB}/buildbot/status/web/olpb.pyc
+${PYSITELIB}/buildbot/status/web/olpb.pyo
+${PYSITELIB}/buildbot/status/web/root.py
+${PYSITELIB}/buildbot/status/web/root.pyc
+${PYSITELIB}/buildbot/status/web/root.pyo
+${PYSITELIB}/buildbot/status/web/slaves.py
+${PYSITELIB}/buildbot/status/web/slaves.pyc
+${PYSITELIB}/buildbot/status/web/slaves.pyo
+${PYSITELIB}/buildbot/status/web/status_json.py
+${PYSITELIB}/buildbot/status/web/status_json.pyc
+${PYSITELIB}/buildbot/status/web/status_json.pyo
+${PYSITELIB}/buildbot/status/web/step.py
+${PYSITELIB}/buildbot/status/web/step.pyc
+${PYSITELIB}/buildbot/status/web/step.pyo
+${PYSITELIB}/buildbot/status/web/templates/about.html
+${PYSITELIB}/buildbot/status/web/templates/authfail.html
+${PYSITELIB}/buildbot/status/web/templates/box_macros.html
+${PYSITELIB}/buildbot/status/web/templates/build.html
+${PYSITELIB}/buildbot/status/web/templates/build_line.html
+${PYSITELIB}/buildbot/status/web/templates/builder.html
+${PYSITELIB}/buildbot/status/web/templates/builders.html
+${PYSITELIB}/buildbot/status/web/templates/buildslave.html
+${PYSITELIB}/buildbot/status/web/templates/buildslaves.html
+${PYSITELIB}/buildbot/status/web/templates/buildstatus.html
+${PYSITELIB}/buildbot/status/web/templates/buildstep.html
+${PYSITELIB}/buildbot/status/web/templates/change.html
+${PYSITELIB}/buildbot/status/web/templates/change_macros.html
+${PYSITELIB}/buildbot/status/web/templates/change_sources.html
+${PYSITELIB}/buildbot/status/web/templates/console.html
+${PYSITELIB}/buildbot/status/web/templates/directory.html
+${PYSITELIB}/buildbot/status/web/templates/empty.html
+${PYSITELIB}/buildbot/status/web/templates/feed_atom10.xml
+${PYSITELIB}/buildbot/status/web/templates/feed_description.html
+${PYSITELIB}/buildbot/status/web/templates/feed_rss20.xml
+${PYSITELIB}/buildbot/status/web/templates/footer.html
+${PYSITELIB}/buildbot/status/web/templates/forms.html
+${PYSITELIB}/buildbot/status/web/templates/grid.html
+${PYSITELIB}/buildbot/status/web/templates/grid_macros.html
+${PYSITELIB}/buildbot/status/web/templates/grid_transposed.html
+${PYSITELIB}/buildbot/status/web/templates/jsonhelp.html
+${PYSITELIB}/buildbot/status/web/templates/layout.html
+${PYSITELIB}/buildbot/status/web/templates/logs.html
+${PYSITELIB}/buildbot/status/web/templates/onelineperbuild.html
+${PYSITELIB}/buildbot/status/web/templates/onelineperbuildonebuilder.html
+${PYSITELIB}/buildbot/status/web/templates/revmacros.html
+${PYSITELIB}/buildbot/status/web/templates/root.html
+${PYSITELIB}/buildbot/status/web/templates/testresult.html
+${PYSITELIB}/buildbot/status/web/templates/user.html
+${PYSITELIB}/buildbot/status/web/templates/users.html
+${PYSITELIB}/buildbot/status/web/templates/users_table.html
+${PYSITELIB}/buildbot/status/web/templates/waterfall.html
+${PYSITELIB}/buildbot/status/web/templates/waterfallhelp.html
+${PYSITELIB}/buildbot/status/web/tests.py
+${PYSITELIB}/buildbot/status/web/tests.pyc
+${PYSITELIB}/buildbot/status/web/tests.pyo
+${PYSITELIB}/buildbot/status/web/users.py
+${PYSITELIB}/buildbot/status/web/users.pyc
+${PYSITELIB}/buildbot/status/web/users.pyo
+${PYSITELIB}/buildbot/status/web/waterfall.py
+${PYSITELIB}/buildbot/status/web/waterfall.pyc
+${PYSITELIB}/buildbot/status/web/waterfall.pyo
+${PYSITELIB}/buildbot/status/words.py
+${PYSITELIB}/buildbot/status/words.pyc
+${PYSITELIB}/buildbot/status/words.pyo
+${PYSITELIB}/buildbot/steps/__init__.py
+${PYSITELIB}/buildbot/steps/__init__.pyc
+${PYSITELIB}/buildbot/steps/__init__.pyo
+${PYSITELIB}/buildbot/steps/blocker.py
+${PYSITELIB}/buildbot/steps/blocker.pyc
+${PYSITELIB}/buildbot/steps/blocker.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/package/__init__.py
+${PYSITELIB}/buildbot/steps/package/__init__.pyc
+${PYSITELIB}/buildbot/steps/package/__init__.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/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/rpm/rpmspec.py
+${PYSITELIB}/buildbot/steps/package/rpm/rpmspec.pyc
+${PYSITELIB}/buildbot/steps/package/rpm/rpmspec.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/slave.py
+${PYSITELIB}/buildbot/steps/slave.pyc
+${PYSITELIB}/buildbot/steps/slave.pyo
+${PYSITELIB}/buildbot/steps/source/__init__.py
+${PYSITELIB}/buildbot/steps/source/__init__.pyc
+${PYSITELIB}/buildbot/steps/source/__init__.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/git.py
+${PYSITELIB}/buildbot/steps/source/git.pyc
+${PYSITELIB}/buildbot/steps/source/git.pyo
+${PYSITELIB}/buildbot/steps/source/mercurial.py
+${PYSITELIB}/buildbot/steps/source/mercurial.pyc
+${PYSITELIB}/buildbot/steps/source/mercurial.pyo
+${PYSITELIB}/buildbot/steps/source/oldsource.py
+${PYSITELIB}/buildbot/steps/source/oldsource.pyc
+${PYSITELIB}/buildbot/steps/source/oldsource.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/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/fakebuild.py
+${PYSITELIB}/buildbot/test/fake/fakebuild.pyc
+${PYSITELIB}/buildbot/test/fake/fakebuild.pyo
+${PYSITELIB}/buildbot/test/fake/fakedb.py
+${PYSITELIB}/buildbot/test/fake/fakedb.pyc
+${PYSITELIB}/buildbot/test/fake/fakedb.pyo
+${PYSITELIB}/buildbot/test/fake/fakemaster.py
+${PYSITELIB}/buildbot/test/fake/fakemaster.pyc
+${PYSITELIB}/buildbot/test/fake/fakemaster.pyo
+${PYSITELIB}/buildbot/test/fake/remotecommand.py
+${PYSITELIB}/buildbot/test/fake/remotecommand.pyc
+${PYSITELIB}/buildbot/test/fake/remotecommand.pyo
+${PYSITELIB}/buildbot/test/fake/state.py
+${PYSITELIB}/buildbot/test/fake/state.pyc
+${PYSITELIB}/buildbot/test/fake/state.pyo
+${PYSITELIB}/buildbot/test/fake/web.py
+${PYSITELIB}/buildbot/test/fake/web.pyc
+${PYSITELIB}/buildbot/test/fake/web.pyo
+${PYSITELIB}/buildbot/test/regressions/__init__.py
+${PYSITELIB}/buildbot/test/regressions/__init__.pyc
+${PYSITELIB}/buildbot/test/regressions/__init__.pyo
+${PYSITELIB}/buildbot/test/regressions/test_bad_change_properties_rows.py
+${PYSITELIB}/buildbot/test/regressions/test_bad_change_properties_rows.pyc
+${PYSITELIB}/buildbot/test/regressions/test_bad_change_properties_rows.pyo
+${PYSITELIB}/buildbot/test/regressions/test_import_unicode_changes.py
+${PYSITELIB}/buildbot/test/regressions/test_import_unicode_changes.pyc
+${PYSITELIB}/buildbot/test/regressions/test_import_unicode_changes.pyo
+${PYSITELIB}/buildbot/test/regressions/test_oldpaths.py
+${PYSITELIB}/buildbot/test/regressions/test_oldpaths.pyc
+${PYSITELIB}/buildbot/test/regressions/test_oldpaths.pyo
+${PYSITELIB}/buildbot/test/regressions/test_shell_command_properties.py
+${PYSITELIB}/buildbot/test/regressions/test_shell_command_properties.pyc
+${PYSITELIB}/buildbot/test/regressions/test_shell_command_properties.pyo
+${PYSITELIB}/buildbot/test/regressions/test_sourcestamp_revision.py
+${PYSITELIB}/buildbot/test/regressions/test_sourcestamp_revision.pyc
+${PYSITELIB}/buildbot/test/regressions/test_sourcestamp_revision.pyo
+${PYSITELIB}/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py
+${PYSITELIB}/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.pyc
+${PYSITELIB}/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.pyo
+${PYSITELIB}/buildbot/test/regressions/test_unpickling.py
+${PYSITELIB}/buildbot/test/regressions/test_unpickling.pyc
+${PYSITELIB}/buildbot/test/regressions/test_unpickling.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/__init__.py
+${PYSITELIB}/buildbot/test/unit/__init__.pyc
+${PYSITELIB}/buildbot/test/unit/__init__.pyo
+${PYSITELIB}/buildbot/test/unit/test_blocker.py
+${PYSITELIB}/buildbot/test/unit/test_blocker.pyc
+${PYSITELIB}/buildbot/test/unit/test_blocker.pyo
+${PYSITELIB}/buildbot/test/unit/test_buildslave.py
+${PYSITELIB}/buildbot/test/unit/test_buildslave.pyc
+${PYSITELIB}/buildbot/test/unit/test_buildslave.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_base.py
+${PYSITELIB}/buildbot/test/unit/test_changes_base.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_base.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_bonsaipoller.py
+${PYSITELIB}/buildbot/test/unit/test_changes_bonsaipoller.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_bonsaipoller.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_filter.py
+${PYSITELIB}/buildbot/test/unit/test_changes_filter.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_filter.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_gerritchangesource.py
+${PYSITELIB}/buildbot/test/unit/test_changes_gerritchangesource.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_gerritchangesource.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_gitpoller.py
+${PYSITELIB}/buildbot/test/unit/test_changes_gitpoller.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_gitpoller.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_mail.py
+${PYSITELIB}/buildbot/test/unit/test_changes_mail.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_mail.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
+${PYSITELIB}/buildbot/test/unit/test_changes_mail_CVSMaildirSource.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_mail_CVSMaildirSource.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_manager.py
+${PYSITELIB}/buildbot/test/unit/test_changes_manager.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_manager.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_p4poller.py
+${PYSITELIB}/buildbot/test/unit/test_changes_p4poller.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_p4poller.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_pb.py
+${PYSITELIB}/buildbot/test/unit/test_changes_pb.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_pb.pyo
+${PYSITELIB}/buildbot/test/unit/test_changes_svnpoller.py
+${PYSITELIB}/buildbot/test/unit/test_changes_svnpoller.pyc
+${PYSITELIB}/buildbot/test/unit/test_changes_svnpoller.pyo
+${PYSITELIB}/buildbot/test/unit/test_clients_sendchange.py
+${PYSITELIB}/buildbot/test/unit/test_clients_sendchange.pyc
+${PYSITELIB}/buildbot/test/unit/test_clients_sendchange.pyo
+${PYSITELIB}/buildbot/test/unit/test_clients_usersclient.py
+${PYSITELIB}/buildbot/test/unit/test_clients_usersclient.pyc
+${PYSITELIB}/buildbot/test/unit/test_clients_usersclient.pyo
+${PYSITELIB}/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py
+${PYSITELIB}/buildbot/test/unit/test_contrib_buildbot_cvs_mail.pyc
+${PYSITELIB}/buildbot/test/unit/test_contrib_buildbot_cvs_mail.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_base.py
+${PYSITELIB}/buildbot/test/unit/test_db_base.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_base.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_buildrequests.py
+${PYSITELIB}/buildbot/test/unit/test_db_buildrequests.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_buildrequests.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_builds.py
+${PYSITELIB}/buildbot/test/unit/test_db_builds.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_builds.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_buildsets.py
+${PYSITELIB}/buildbot/test/unit/test_db_buildsets.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_buildsets.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_changes.py
+${PYSITELIB}/buildbot/test/unit/test_db_changes.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_changes.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_connector.py
+${PYSITELIB}/buildbot/test/unit/test_db_connector.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_connector.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_enginestrategy.py
+${PYSITELIB}/buildbot/test/unit/test_db_enginestrategy.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_enginestrategy.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_model.py
+${PYSITELIB}/buildbot/test/unit/test_db_model.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_model.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_pool.py
+${PYSITELIB}/buildbot/test/unit/test_db_pool.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_pool.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_schedulers.py
+${PYSITELIB}/buildbot/test/unit/test_db_schedulers.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_schedulers.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_sourcestamps.py
+${PYSITELIB}/buildbot/test/unit/test_db_sourcestamps.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_sourcestamps.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_state.py
+${PYSITELIB}/buildbot/test/unit/test_db_state.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_state.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_users.py
+${PYSITELIB}/buildbot/test/unit/test_db_users.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_users.pyo
+${PYSITELIB}/buildbot/test/unit/test_master.py
+${PYSITELIB}/buildbot/test/unit/test_master.pyc
+${PYSITELIB}/buildbot/test/unit/test_master.pyo
+${PYSITELIB}/buildbot/test/unit/test_pbmanager.py
+${PYSITELIB}/buildbot/test/unit/test_pbmanager.pyc
+${PYSITELIB}/buildbot/test/unit/test_pbmanager.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_BotMaster.py
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_BotMaster.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_BotMaster.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.py
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_build.py
+${PYSITELIB}/buildbot/test/unit/test_process_build.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_build.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_builder.py
+${PYSITELIB}/buildbot/test/unit/test_process_builder.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_builder.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_buildrequest.py
+${PYSITELIB}/buildbot/test/unit/test_process_buildrequest.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_buildrequest.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_buildstep.py
+${PYSITELIB}/buildbot/test/unit/test_process_buildstep.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_buildstep.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_cache.py
+${PYSITELIB}/buildbot/test/unit/test_process_cache.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_cache.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_debug.py
+${PYSITELIB}/buildbot/test/unit/test_process_debug.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_debug.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_metrics.py
+${PYSITELIB}/buildbot/test/unit/test_process_metrics.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_metrics.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_properties.py
+${PYSITELIB}/buildbot/test/unit/test_process_properties.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_properties.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_users_manager.py
+${PYSITELIB}/buildbot/test/unit/test_process_users_manager.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_users_manager.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_users_manual.py
+${PYSITELIB}/buildbot/test/unit/test_process_users_manual.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_users_manual.pyo
+${PYSITELIB}/buildbot/test/unit/test_process_users_users.py
+${PYSITELIB}/buildbot/test/unit/test_process_users_users.pyc
+${PYSITELIB}/buildbot/test/unit/test_process_users_users.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_base.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_base.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_base.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_basic.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_basic.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_basic.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_dependent.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_dependent.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_dependent.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_manager.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_manager.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_manager.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Nightly.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Nightly.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Nightly.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Periodic.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Periodic.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Periodic.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Timed.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Timed.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_Timed.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_triggerable.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_triggerable.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_triggerable.pyo
+${PYSITELIB}/buildbot/test/unit/test_schedulers_trysched.py
+${PYSITELIB}/buildbot/test/unit/test_schedulers_trysched.pyc
+${PYSITELIB}/buildbot/test/unit/test_schedulers_trysched.pyo
+${PYSITELIB}/buildbot/test/unit/test_scripts_checkconfig.py
+${PYSITELIB}/buildbot/test/unit/test_scripts_checkconfig.pyc
+${PYSITELIB}/buildbot/test/unit/test_scripts_checkconfig.pyo
+${PYSITELIB}/buildbot/test/unit/test_scripts_runner.py
+${PYSITELIB}/buildbot/test/unit/test_scripts_runner.pyc
+${PYSITELIB}/buildbot/test/unit/test_scripts_runner.pyo
+${PYSITELIB}/buildbot/test/unit/test_sourcestamp.py
+${PYSITELIB}/buildbot/test/unit/test_sourcestamp.pyc
+${PYSITELIB}/buildbot/test/unit/test_sourcestamp.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_build.py
+${PYSITELIB}/buildbot/test/unit/test_status_build.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_build.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_buildstep.py
+${PYSITELIB}/buildbot/test/unit/test_status_buildstep.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_buildstep.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_client.py
+${PYSITELIB}/buildbot/test/unit/test_status_client.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_client.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_logfile.py
+${PYSITELIB}/buildbot/test/unit/test_status_logfile.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_logfile.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_mail.py
+${PYSITELIB}/buildbot/test/unit/test_status_mail.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_mail.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_master.py
+${PYSITELIB}/buildbot/test/unit/test_status_master.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_master.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_persistent_queue.py
+${PYSITELIB}/buildbot/test/unit/test_status_persistent_queue.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_persistent_queue.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_web_authz_Authz.py
+${PYSITELIB}/buildbot/test/unit/test_status_web_authz_Authz.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_web_authz_Authz.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_web_base.py
+${PYSITELIB}/buildbot/test/unit/test_status_web_base.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_web_base.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_web_change_hook.py
+${PYSITELIB}/buildbot/test/unit/test_status_web_change_hook.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_web_change_hook.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_web_change_hooks_github.py
+${PYSITELIB}/buildbot/test/unit/test_status_web_change_hooks_github.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_web_change_hooks_github.pyo
+${PYSITELIB}/buildbot/test/unit/test_status_web_links.py
+${PYSITELIB}/buildbot/test/unit/test_status_web_links.pyc
+${PYSITELIB}/buildbot/test/unit/test_status_web_links.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_python.py
+${PYSITELIB}/buildbot/test/unit/test_steps_python.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_python.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_python_twisted.py
+${PYSITELIB}/buildbot/test/unit/test_steps_python_twisted.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_python_twisted.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_shell.py
+${PYSITELIB}/buildbot/test/unit/test_steps_shell.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_shell.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_slave.py
+${PYSITELIB}/buildbot/test/unit/test_steps_slave.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_slave.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_source_bzr.py
+${PYSITELIB}/buildbot/test/unit/test_steps_source_bzr.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_source_bzr.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_source_cvs.py
+${PYSITELIB}/buildbot/test/unit/test_steps_source_cvs.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_source_cvs.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_source_git.py
+${PYSITELIB}/buildbot/test/unit/test_steps_source_git.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_source_git.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_source_mercurial.py
+${PYSITELIB}/buildbot/test/unit/test_steps_source_mercurial.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_source_mercurial.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_source_oldsource_Repo.py
+${PYSITELIB}/buildbot/test/unit/test_steps_source_oldsource_Repo.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_source_oldsource_Repo.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_source_oldsource_Source.py
+${PYSITELIB}/buildbot/test/unit/test_steps_source_oldsource_Source.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_source_oldsource_Source.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_source_svn.py
+${PYSITELIB}/buildbot/test/unit/test_steps_source_svn.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_source_svn.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_transfer.py
+${PYSITELIB}/buildbot/test/unit/test_steps_transfer.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_transfer.pyo
+${PYSITELIB}/buildbot/test/unit/test_steps_vstudio.py
+${PYSITELIB}/buildbot/test/unit/test_steps_vstudio.pyc
+${PYSITELIB}/buildbot/test/unit/test_steps_vstudio.pyo
+${PYSITELIB}/buildbot/test/unit/test_util.py
+${PYSITELIB}/buildbot/test/unit/test_util.pyc
+${PYSITELIB}/buildbot/test/unit/test_util.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_ComparableMixin.py
+${PYSITELIB}/buildbot/test/unit/test_util_ComparableMixin.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_ComparableMixin.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_bbcollections.py
+${PYSITELIB}/buildbot/test/unit/test_util_bbcollections.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_bbcollections.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_eventual.py
+${PYSITELIB}/buildbot/test/unit/test_util_eventual.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_eventual.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_loop.py
+${PYSITELIB}/buildbot/test/unit/test_util_loop.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_loop.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_lru.py
+${PYSITELIB}/buildbot/test/unit/test_util_lru.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_lru.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_maildir.py
+${PYSITELIB}/buildbot/test/unit/test_util_maildir.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_maildir.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_misc.py
+${PYSITELIB}/buildbot/test/unit/test_util_misc.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_misc.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_netstrings.py
+${PYSITELIB}/buildbot/test/unit/test_util_netstrings.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_netstrings.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_subscriptions.py
+${PYSITELIB}/buildbot/test/unit/test_util_subscriptions.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_subscriptions.pyo
+${PYSITELIB}/buildbot/test/util/__init__.py
+${PYSITELIB}/buildbot/test/util/__init__.pyc
+${PYSITELIB}/buildbot/test/util/__init__.pyo
+${PYSITELIB}/buildbot/test/util/change_import.py
+${PYSITELIB}/buildbot/test/util/change_import.pyc
+${PYSITELIB}/buildbot/test/util/change_import.pyo
+${PYSITELIB}/buildbot/test/util/changesource.py
+${PYSITELIB}/buildbot/test/util/changesource.pyc
+${PYSITELIB}/buildbot/test/util/changesource.pyo
+${PYSITELIB}/buildbot/test/util/compat.py
+${PYSITELIB}/buildbot/test/util/compat.pyc
+${PYSITELIB}/buildbot/test/util/compat.pyo
+${PYSITELIB}/buildbot/test/util/connector_component.py
+${PYSITELIB}/buildbot/test/util/connector_component.pyc
+${PYSITELIB}/buildbot/test/util/connector_component.pyo
+${PYSITELIB}/buildbot/test/util/db.py
+${PYSITELIB}/buildbot/test/util/db.pyc
+${PYSITELIB}/buildbot/test/util/db.pyo
+${PYSITELIB}/buildbot/test/util/dirs.py
+${PYSITELIB}/buildbot/test/util/dirs.pyc
+${PYSITELIB}/buildbot/test/util/dirs.pyo
+${PYSITELIB}/buildbot/test/util/gpo.py
+${PYSITELIB}/buildbot/test/util/gpo.pyc
+${PYSITELIB}/buildbot/test/util/gpo.pyo
+${PYSITELIB}/buildbot/test/util/pbmanager.py
+${PYSITELIB}/buildbot/test/util/pbmanager.pyc
+${PYSITELIB}/buildbot/test/util/pbmanager.pyo
+${PYSITELIB}/buildbot/test/util/scheduler.py
+${PYSITELIB}/buildbot/test/util/scheduler.pyc
+${PYSITELIB}/buildbot/test/util/scheduler.pyo
+${PYSITELIB}/buildbot/test/util/sourcesteps.py
+${PYSITELIB}/buildbot/test/util/sourcesteps.pyc
+${PYSITELIB}/buildbot/test/util/sourcesteps.pyo
+${PYSITELIB}/buildbot/test/util/steps.py
+${PYSITELIB}/buildbot/test/util/steps.pyc
+${PYSITELIB}/buildbot/test/util/steps.pyo
+${PYSITELIB}/buildbot/util/__init__.py
+${PYSITELIB}/buildbot/util/__init__.pyc
+${PYSITELIB}/buildbot/util/__init__.pyo
+${PYSITELIB}/buildbot/util/bbcollections.py
+${PYSITELIB}/buildbot/util/bbcollections.pyc
+${PYSITELIB}/buildbot/util/bbcollections.pyo
+${PYSITELIB}/buildbot/util/eventual.py
+${PYSITELIB}/buildbot/util/eventual.pyc
+${PYSITELIB}/buildbot/util/eventual.pyo
+${PYSITELIB}/buildbot/util/loop.py
+${PYSITELIB}/buildbot/util/loop.pyc
+${PYSITELIB}/buildbot/util/loop.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/monkeypatches.py
+${PYSITELIB}/buildbot/util/monkeypatches.pyc
+${PYSITELIB}/buildbot/util/monkeypatches.pyo
+${PYSITELIB}/buildbot/util/netstrings.py
+${PYSITELIB}/buildbot/util/netstrings.pyc
+${PYSITELIB}/buildbot/util/netstrings.pyo
+${PYSITELIB}/buildbot/util/sautils.py
+${PYSITELIB}/buildbot/util/sautils.pyc
+${PYSITELIB}/buildbot/util/sautils.pyo
+${PYSITELIB}/buildbot/util/subscription.py
+${PYSITELIB}/buildbot/util/subscription.pyc
+${PYSITELIB}/buildbot/util/subscription.pyo
diff --git a/devel/py-buildbot/distinfo b/devel/py-buildbot/distinfo
new file mode 100644
index 00000000000..0d954319670
--- /dev/null
+++ b/devel/py-buildbot/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/11/13 23:06:37 joerg Exp $
+
+SHA1 (buildbot-0.8.5.tar.gz) = 88329d295f46f9b60a3d346c4a04a58b56fa2083
+RMD160 (buildbot-0.8.5.tar.gz) = 595f3ed45f0e5a4500a102027ef71dc376a82894
+Size (buildbot-0.8.5.tar.gz) = 4389306 bytes