pkgsrc/devel/py-buildbot/PLIST
adam abca844505 py-buildbot*: updated to 2.6.0
v2.6.0

Bug fixes

Fix a potential deadlock when interrupting a step that is waiting for a lock to become available.
Prepare unique hgpoller name when using multiple hgpoller for multiple branches
Fix hgpoller crash when force pushing a branch
Fix mail recipient formatting to make sure address comments are separately escaped instead of escaping the whole To: or CC: header, which is not RFC compliant.
Master side keep-alive requests are now repeated instead of being single-shot
The message queues will now wait until the delivered callbacks are fully completed during shutdown.
Fix encoding errors during P4Poller ticket parsing.
Remove server header from HTTP response served by the web component.
Fix multiple race conditions in Telegram reporter that were visible in tests.
The Telegram reporter will now wait until in-progress polls finish during shutdown.
Improve reliability of timed scheduler.
transfer steps now correctly report errors from workers.
Warn if Buildbot title in the configuration is too long and will be ignored.
Worker will now wait for any pending keep-alive requests to finish leaving them in indeterminate state during shutdown.

Improved Documentation

Mention that QueueRef.stopConsuming() may return a Deferred.

Features

Add the parameter --use-tls to buildbot-worker create-worker to automatically enable TLS in the connection string
Gerrit reporter now passes a tag for versions that support it.
This enables filtering out buildbot's messages.
GerritEventLogPoller and GerritChangeSource coordinate so as not to generate duplicate changes.
Web front end now allows you to configure the default landing page with c['www']['default_page'] = 'name-of-page'.
The new option dumpMailsToLog of MailNotifier allows to dump formatted mails to the log before sending.
Workers will now attempt to read /etc/os-release and stores them into worker info as os_<field> items.
Add new interpolation worker that can be used for accessing worker info items.


v2.5.1

Bug fixes

Updates supported browser list so that Ubuntu Chromium will not always be flagged as out of date.
Fixed IRC notification color of cancelled builds.
Updated url in description of worker service for Windows (no functionality impact).
Updated templates of www-badges to support additional padding configuration
Fix issue with custom_templates loading path
Fix url display when step do not contain any logs


v2.5.0

Bug fixes

Fix crash when reconfiguring changed workers that have new builders assigned to them
DockerLatentWorker: Allow to bind the same volume twice into a worker's container, Buildbot now requires 'docker-py' (nowadays 'docker') version 1.2.3+ from 2015.
IRC bot can have authz configured to create or stop builds
Fix javascript exception with grid view tag filtering

Improved Documentation

Changed PluginList link from trac wiki directly to the GitHub wiki.

Features

Created a TelegramBot for notification and control through Telegram messaging app.
Added support for environment variable P4CONFIG to class P4Source
Allow to define behavior for GitCommit when there is nothing to commit.
Add support for revision links to Mercurial poller
Support recursive matching ('**') in MultipleFileUpload when glob=True (requires python3.5+ on the worker)


v2.4.1

Bug fixes

allow committer of a change to be null for new setups
custom_templates are now working again.
Locks will no longer allow being acquired more times than the maxCount parameter if this parameter is changed during master reconfiguration.

Features

Improve log cleaning performance by using delete with join on supported databases.
Hiding/showing of inactive builders is now possible in Waterfall view.


v2.4.0

Highlights

Database upgrade may take a while on larger instances on this release due to newly added index.

Bug fixes

Add an index to steps.started_at to boost expensive SQL queries.
Fix handling of the refs_changed event in the BitBucket Server web hook.
Fix errors when disconnecting a libvirt worker (issue 4844).
Fix Bitbucket Cloud hook crash due to changes in their API (issue 4873).
Fix GerritEventLogPoller was using the wrong date format.
Fix janitor Exception when there is no logchunk to delete.
Reduced the number of SQL queries triggered by getPrevSuccessfulBuild() by up to 100.
buildbot.util.git.GitStepMixin: Prevent builders from corrupting temporary ssh data path by using builder name as part of the path
buildbot.util.git.GitTag: Allow tagName to be a renderable.
Fix Github error reporting to handle exceptions that happen before the HTTP request is sent.
buildbot.changes.gitpoller.GitPoller: Trigger on pushes with no commits when the new revision is not the tip of another branch.
buildbot.steps.source.git.Git: Fix the invocation of git submodule foreach on cleaning.
Fix StatsService not correctly clearing old consumers on reconfig.
Fix various errors in try client with Python 3 (issue 4765).
Prevent accidental start of multiple force builds in web UI (issue 4823).
The support for proxying Buildbot frontend to another Buildbot instance during development has been fixed.
This feature has been broken since v2.3.0, and is now completely re-implemented for best performance, ease of use and maintainability.

Improved Documentation

Document why some listed icons may not work out-of-the-box when building a custom dashboard (issue 4939).
Improve Vault secrets management documentation and examples.
Link the documentation of www.port to the capabilities of twisted.application.strports.
Move the documentation on how to submit PRs out of the trac wiki to the documentation shipped with Buildbot, update and enhance it.

Features

Update buildbot worker image to Ubuntu 18.04 (issue 4928).
buildbot.worker.docker.DockerLatentWorker: Added support for docker build contexts, buildargs, and specifying controlling context.
The buildbot.changes.gerritchangesource.GerritChangeFilter and buildbot.changes.gerritchangesource.GerritEventLogPoller now populate the files attribute of emitted changes when the get_files argument is true. Enabling this feature triggers an additional HTTP request or SSH command to the Gerrit server for every emitted change.
Buildbot now warns users who connect using unsupported browsers.
Boost janitor speed by using more efficient SQL queries.
Scheduler properties are now renderable.
buildbot.steps.python.Sphinx: Added strict_warnings option to fail on warnings.
UI now shows a paginated view for trigger step sub builds.

Deprecations and Removals

Support for older browsers that were not working since 2.3.0 has been removed due to technical limitations.
Notably, Internet Explorer 11 is no longer supported.
Currently supported browsers are Chrome 56, Firefox 52, Edge 13 and Safari 10, newer versions of these browsers and their compatible derivatives.
This set of browsers covers 98% of users of buildbot.net.


v2.3.1

Bug fixes

Fix vulnerability in OAuth where user-submitted authorization token was used for authentication
(https://github.com/buildbot/buildbot/wiki/OAuth-vulnerability-in-using-submitted-authorization-token-for-authentication). Thanks to Phillip Kuhrt for reporting it.


v2.3.0

Highlights

Support for older browsers has been hopefully temporarily broken due to frontend changes in progress. Notably, Internet Explorer 11 is not supported in this release. Currently supported browsers are Chrome 56, Firefox 52, Edge 13 and Safari 10, newer versions of these browsers and their compatible derivatives. This set of browsers covers 98% of users of buildbot.net.

Bug fixes

Fixed :bb:step:Git to clean the repository after the checkout when submodules are enabled. Previously this action could lead to untracked module directories after changing branches.
Latent workers with negative build_wait_timeout will be shutdown on master shutdown.
Latent worker will now wait until start_instance() before starting stop_instance() or vice-versa. Master will wait for these functions to finish during shutdown.
Latent worker will now correctly handle synchronous exception from the backend worker driver.
Fixed a potential error during database migration when upgrading to versions >=2.0

Deprecations and Removals

The implementation language of the Buildbot web frontend has been changed from CoffeeScript to JavaScript. The documentation has not been updated yet, as we plan to transition to TypeScript. In the transitory period support for some browsers, notably IE 11 has been dropped. We hope to bring support for older browsers back once the transitory period is over.
The support for building Buildbot using npm as package manager has been removed. Please use yarn as a replacement that is used by Buildbot developers.


v2.2.0

Bug fixes

Fix passing the verify and debug parameters for the HttpStatusPush reporter
The builder page UI now correctly shows the list of owners for each build.
Fixed bug with tilde in git repo url on Python 3.7
Fix secret leak when non-interpolated secret was passed to a step

Features

Added new :bb:step:GitCommit step to perform git commit operation
Added new :bb:step:GitTag step to perform git tag operation
HgPoller now supports bookmarks in addition to branches.
Buildbot can now monitor multiple branches in a Mercurial repository.
:py:class:~buildbot.www.oauth2.OAuth2Auth have been adapted to support ref:Secret.
Buildbot can now get secrets from the unix password store by zx2c4 (https://www.passwordstore.org/).
Added a basename property to the Github pull request webhook handler.
The GitHub change hook secret can now be rendered.
Each build now gets a preparation step which counts the time spend starting latent worker.
Support known_hosts file format as sshKnownHosts parameter in SSH-related operations


v2.1.0

Highlights

Worker to Master protocol can now be encrypted via TLS.

Bug fixes

To avoid database corruption, the upgrade-master command now ignores all
signals except SIGKILL. It cannot be interrupted with ctrl-c
(:issue:4600).
Fixed incorrect tracking of latent worker states that could sometimes result
in duplicate stop_instance calls and so on.
Fixed a race condition that could manifest in cancelled substantiations if
builds were created during insubstantiation of a latent worker.
Perforce CLI Rev. 2018.2/1751184 (2019/01/21) is now supported
Fix encoding issues with Forcescheduler parameters error management code.

Improved Documentation

fix grammar mistakes and use Uppercase B for Buildbot
Features

:py:class:~buildbot-worker.buildbot_worker.bot.Worker now have
connection_string kw-argument which can be used to connect to a master
over TLS.
Adding 'expand_logs' option for LogPreview related settings.
Force schedulers buttons are now sorted by their name.
:bb:cfg:workers now have a new defaultProperties parameter.


v2.0.0

Deprecations and Removals

Removed support for Python 2.7 in the buildbot master code.
Buildbot worker remains compatible with python2.7, and interoperability tests are run continuously.
APIs that are not documented in the official Buildbot documentation have been
made private. Users of these undocumented APIs are encouraged to file bugs to
get them exposed.
Removed support of old slave APIs from pre-0.9 days. Using old APIs may fail
silently. To avoid weird errors when upgrading a Buildbot installation that
may use old APIs, first upgrade to to 1.8.0 and make sure there are no
deprecated API warnings.
Remove deprecated default value handling of the keypair_name and
security_name attributes of EC2LatentWorker.
Support for Hyper.sh containers cloud provider has been removed as this
service has shutdown.
Bug fixes

Fix CRLF injection vulnerability with validating user provided redirect parameters (https://github.com/buildbot/buildbot/wiki/CRLF-injection-in-Buildbot-login-and-logout-redirect-code)
Thanks to mik317 and mariadb for reporting it.

Fix lockup during master shutdown when there's a build with unanswered ping
from the worker and the TCP connection to worker is severed (issue:4575).

Fix RemoteUserAuth.maybeAutLogin consumes bytes object as str leading to
TypeError during JSON serialization.

Various database integrity problems were fixed. Most notably, it is now
possible to delete old changes without wiping all "child" changes in cascade

The GitLab change hook secret is now rendered correctly.

Features

Identifiers can now contain UTF-8 characters which are not ASCII. This
includes worker names, builder names, and step names.
2020-02-19 19:07:18 +00:00

2151 lines
106 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2020/02/19 19:07:18 adam Exp $
bin/buildbot-${PYVERSSUFFIX}
bin/buildbot_windows_service-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/buildbot/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/base.py
${PYSITELIB}/buildbot/clients/base.pyc
${PYSITELIB}/buildbot/clients/base.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/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/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/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/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/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/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/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/migrate.cfg
${PYSITELIB}/buildbot/db/migrate/versions/040_add_builder_tags.py
${PYSITELIB}/buildbot/db/migrate/versions/040_add_builder_tags.pyc
${PYSITELIB}/buildbot/db/migrate/versions/040_add_builder_tags.pyo
${PYSITELIB}/buildbot/db/migrate/versions/041_add_N_N_tagsbuilders.py
${PYSITELIB}/buildbot/db/migrate/versions/041_add_N_N_tagsbuilders.pyc
${PYSITELIB}/buildbot/db/migrate/versions/041_add_N_N_tagsbuilders.pyo
${PYSITELIB}/buildbot/db/migrate/versions/042_add_build_properties_table.py
${PYSITELIB}/buildbot/db/migrate/versions/042_add_build_properties_table.pyc
${PYSITELIB}/buildbot/db/migrate/versions/042_add_build_properties_table.pyo
${PYSITELIB}/buildbot/db/migrate/versions/043_changes_parent.py
${PYSITELIB}/buildbot/db/migrate/versions/043_changes_parent.pyc
${PYSITELIB}/buildbot/db/migrate/versions/043_changes_parent.pyo
${PYSITELIB}/buildbot/db/migrate/versions/044_add_step_hidden.py
${PYSITELIB}/buildbot/db/migrate/versions/044_add_step_hidden.pyc
${PYSITELIB}/buildbot/db/migrate/versions/044_add_step_hidden.pyo
${PYSITELIB}/buildbot/db/migrate/versions/045_worker_transition.py
${PYSITELIB}/buildbot/db/migrate/versions/045_worker_transition.pyc
${PYSITELIB}/buildbot/db/migrate/versions/045_worker_transition.pyo
${PYSITELIB}/buildbot/db/migrate/versions/046_mysql_innodb_compatibility.py
${PYSITELIB}/buildbot/db/migrate/versions/046_mysql_innodb_compatibility.pyc
${PYSITELIB}/buildbot/db/migrate/versions/046_mysql_innodb_compatibility.pyo
${PYSITELIB}/buildbot/db/migrate/versions/047_cascading_deletes.py
${PYSITELIB}/buildbot/db/migrate/versions/047_cascading_deletes.pyc
${PYSITELIB}/buildbot/db/migrate/versions/047_cascading_deletes.pyo
${PYSITELIB}/buildbot/db/migrate/versions/048_change_properties_to_text.py
${PYSITELIB}/buildbot/db/migrate/versions/048_change_properties_to_text.pyc
${PYSITELIB}/buildbot/db/migrate/versions/048_change_properties_to_text.pyo
${PYSITELIB}/buildbot/db/migrate/versions/049_add_schedulers_enabled.py
${PYSITELIB}/buildbot/db/migrate/versions/049_add_schedulers_enabled.pyc
${PYSITELIB}/buildbot/db/migrate/versions/049_add_schedulers_enabled.pyo
${PYSITELIB}/buildbot/db/migrate/versions/050_cascading_deletes_all.py
${PYSITELIB}/buildbot/db/migrate/versions/050_cascading_deletes_all.pyc
${PYSITELIB}/buildbot/db/migrate/versions/050_cascading_deletes_all.pyo
${PYSITELIB}/buildbot/db/migrate/versions/051_add_worker_status.py
${PYSITELIB}/buildbot/db/migrate/versions/051_add_worker_status.pyc
${PYSITELIB}/buildbot/db/migrate/versions/051_add_worker_status.pyo
${PYSITELIB}/buildbot/db/migrate/versions/052_cascading_set_null.py
${PYSITELIB}/buildbot/db/migrate/versions/052_cascading_set_null.pyc
${PYSITELIB}/buildbot/db/migrate/versions/052_cascading_set_null.pyo
${PYSITELIB}/buildbot/db/migrate/versions/053_add_changes_committer.py
${PYSITELIB}/buildbot/db/migrate/versions/053_add_changes_committer.pyc
${PYSITELIB}/buildbot/db/migrate/versions/053_add_changes_committer.pyo
${PYSITELIB}/buildbot/db/migrate/versions/054_add_index_to_steps.py
${PYSITELIB}/buildbot/db/migrate/versions/054_add_index_to_steps.pyc
${PYSITELIB}/buildbot/db/migrate/versions/054_add_index_to_steps.pyo
${PYSITELIB}/buildbot/db/migrate/versions/055_fix_changes_committer.py
${PYSITELIB}/buildbot/db/migrate/versions/055_fix_changes_committer.pyc
${PYSITELIB}/buildbot/db/migrate/versions/055_fix_changes_committer.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/migrate_utils.py
${PYSITELIB}/buildbot/db/migrate_utils.pyc
${PYSITELIB}/buildbot/db/migrate_utils.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/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/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/pbmanager.py
${PYSITELIB}/buildbot/pbmanager.pyc
${PYSITELIB}/buildbot/pbmanager.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/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/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/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/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/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/hipchat.py
${PYSITELIB}/buildbot/reporters/hipchat.pyc
${PYSITELIB}/buildbot/reporters/hipchat.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/notifier.py
${PYSITELIB}/buildbot/reporters/notifier.pyc
${PYSITELIB}/buildbot/reporters/notifier.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/stash.py
${PYSITELIB}/buildbot/reporters/stash.pyc
${PYSITELIB}/buildbot/reporters/stash.pyo
${PYSITELIB}/buildbot/reporters/telegram.py
${PYSITELIB}/buildbot/reporters/telegram.pyc
${PYSITELIB}/buildbot/reporters/telegram.pyo
${PYSITELIB}/buildbot/reporters/templates/default_mail.txt
${PYSITELIB}/buildbot/reporters/templates/default_notification.txt
${PYSITELIB}/buildbot/reporters/templates/missing_mail.txt
${PYSITELIB}/buildbot/reporters/templates/missing_notification.txt
${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/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/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.py
${PYSITELIB}/buildbot/secrets/providers/vault.pyc
${PYSITELIB}/buildbot/secrets/providers/vault.pyo
${PYSITELIB}/buildbot/secrets/secret.py
${PYSITELIB}/buildbot/secrets/secret.pyc
${PYSITELIB}/buildbot/secrets/secret.pyo
${PYSITELIB}/buildbot/spec/api.raml
${PYSITELIB}/buildbot/spec/types/build.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/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/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/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/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/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/master.py
${PYSITELIB}/buildbot/status/master.pyc
${PYSITELIB}/buildbot/status/master.pyo
${PYSITELIB}/buildbot/status/worker.py
${PYSITELIB}/buildbot/status/worker.pyc
${PYSITELIB}/buildbot/status/worker.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/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/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/mtrlogobserver.py
${PYSITELIB}/buildbot/steps/mtrlogobserver.pyc
${PYSITELIB}/buildbot/steps/mtrlogobserver.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/rpm/rpmspec.py
${PYSITELIB}/buildbot/steps/package/rpm/rpmspec.pyc
${PYSITELIB}/buildbot/steps/package/rpm/rpmspec.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/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/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/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/kube.py
${PYSITELIB}/buildbot/test/fake/kube.pyc
${PYSITELIB}/buildbot/test/fake/kube.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/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/remotecommand.py
${PYSITELIB}/buildbot/test/fake/remotecommand.pyc
${PYSITELIB}/buildbot/test/fake/remotecommand.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/fuzz/__init__.py
${PYSITELIB}/buildbot/test/fuzz/__init__.pyc
${PYSITELIB}/buildbot/test/fuzz/__init__.pyo
${PYSITELIB}/buildbot/test/fuzz/test_lru.py
${PYSITELIB}/buildbot/test/fuzz/test_lru.pyc
${PYSITELIB}/buildbot/test/fuzz/test_lru.pyo
${PYSITELIB}/buildbot/test/integration/__init__.py
${PYSITELIB}/buildbot/test/integration/__init__.pyc
${PYSITELIB}/buildbot/test/integration/__init__.pyo
${PYSITELIB}/buildbot/test/integration/interop/__init__.py
${PYSITELIB}/buildbot/test/integration/interop/__init__.pyc
${PYSITELIB}/buildbot/test/integration/interop/__init__.pyo
${PYSITELIB}/buildbot/test/integration/interop/test_commandmixin.py
${PYSITELIB}/buildbot/test/integration/interop/test_commandmixin.pyc
${PYSITELIB}/buildbot/test/integration/interop/test_commandmixin.pyo
${PYSITELIB}/buildbot/test/integration/interop/test_compositestepmixin.py
${PYSITELIB}/buildbot/test/integration/interop/test_compositestepmixin.pyc
${PYSITELIB}/buildbot/test/integration/interop/test_compositestepmixin.pyo
${PYSITELIB}/buildbot/test/integration/interop/test_integration_secrets.py
${PYSITELIB}/buildbot/test/integration/interop/test_integration_secrets.pyc
${PYSITELIB}/buildbot/test/integration/interop/test_integration_secrets.pyo
${PYSITELIB}/buildbot/test/integration/interop/test_interruptcommand.py
${PYSITELIB}/buildbot/test/integration/interop/test_interruptcommand.pyc
${PYSITELIB}/buildbot/test/integration/interop/test_interruptcommand.pyo
${PYSITELIB}/buildbot/test/integration/interop/test_setpropertyfromcommand.py
${PYSITELIB}/buildbot/test/integration/interop/test_setpropertyfromcommand.pyc
${PYSITELIB}/buildbot/test/integration/interop/test_setpropertyfromcommand.pyo
${PYSITELIB}/buildbot/test/integration/interop/test_transfer.py
${PYSITELIB}/buildbot/test/integration/interop/test_transfer.pyc
${PYSITELIB}/buildbot/test/integration/interop/test_transfer.pyo
${PYSITELIB}/buildbot/test/integration/interop/test_worker_reconnect.py
${PYSITELIB}/buildbot/test/integration/interop/test_worker_reconnect.pyc
${PYSITELIB}/buildbot/test/integration/interop/test_worker_reconnect.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/integration/test_URLs.py
${PYSITELIB}/buildbot/test/integration/test_URLs.pyc
${PYSITELIB}/buildbot/test/integration/test_URLs.pyo
${PYSITELIB}/buildbot/test/integration/test_configs.py
${PYSITELIB}/buildbot/test/integration/test_configs.pyc
${PYSITELIB}/buildbot/test/integration/test_configs.pyo
${PYSITELIB}/buildbot/test/integration/test_custom_buildstep.py
${PYSITELIB}/buildbot/test/integration/test_custom_buildstep.pyc
${PYSITELIB}/buildbot/test/integration/test_custom_buildstep.pyo
${PYSITELIB}/buildbot/test/integration/test_customservices.py
${PYSITELIB}/buildbot/test/integration/test_customservices.pyc
${PYSITELIB}/buildbot/test/integration/test_customservices.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.py
${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.py
${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_scheduler_reconfigure.py
${PYSITELIB}/buildbot/test/integration/test_integration_scheduler_reconfigure.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_scheduler_reconfigure.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_secrets_with_vault.py
${PYSITELIB}/buildbot/test/integration/test_integration_secrets_with_vault.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_secrets_with_vault.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_template.py
${PYSITELIB}/buildbot/test/integration/test_integration_template.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_template.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_with_secrets.py
${PYSITELIB}/buildbot/test/integration/test_integration_with_secrets.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_with_secrets.pyo
${PYSITELIB}/buildbot/test/integration/test_locks.py
${PYSITELIB}/buildbot/test/integration/test_locks.pyc
${PYSITELIB}/buildbot/test/integration/test_locks.pyo
${PYSITELIB}/buildbot/test/integration/test_log_finish.py
${PYSITELIB}/buildbot/test/integration/test_log_finish.pyc
${PYSITELIB}/buildbot/test/integration/test_log_finish.pyo
${PYSITELIB}/buildbot/test/integration/test_master.py
${PYSITELIB}/buildbot/test/integration/test_master.pyc
${PYSITELIB}/buildbot/test/integration/test_master.pyo
${PYSITELIB}/buildbot/test/integration/test_notifier.py
${PYSITELIB}/buildbot/test/integration/test_notifier.pyc
${PYSITELIB}/buildbot/test/integration/test_notifier.pyo
${PYSITELIB}/buildbot/test/integration/test_process_botmaster.py
${PYSITELIB}/buildbot/test/integration/test_process_botmaster.pyc
${PYSITELIB}/buildbot/test/integration/test_process_botmaster.pyo
${PYSITELIB}/buildbot/test/integration/test_stop_trigger.py
${PYSITELIB}/buildbot/test/integration/test_stop_trigger.pyc
${PYSITELIB}/buildbot/test/integration/test_stop_trigger.pyo
${PYSITELIB}/buildbot/test/integration/test_telegram_bot.py
${PYSITELIB}/buildbot/test/integration/test_telegram_bot.pyc
${PYSITELIB}/buildbot/test/integration/test_telegram_bot.pyo
${PYSITELIB}/buildbot/test/integration/test_trigger.py
${PYSITELIB}/buildbot/test/integration/test_trigger.pyc
${PYSITELIB}/buildbot/test/integration/test_trigger.pyo
${PYSITELIB}/buildbot/test/integration/test_try_client.py
${PYSITELIB}/buildbot/test/integration/test_try_client.pyc
${PYSITELIB}/buildbot/test/integration/test_try_client.pyo
${PYSITELIB}/buildbot/test/integration/test_try_client_e2e.py
${PYSITELIB}/buildbot/test/integration/test_try_client_e2e.pyc
${PYSITELIB}/buildbot/test/integration/test_try_client_e2e.pyo
${PYSITELIB}/buildbot/test/integration/test_upgrade.py
${PYSITELIB}/buildbot/test/integration/test_upgrade.pyc
${PYSITELIB}/buildbot/test/integration/test_upgrade.pyo
${PYSITELIB}/buildbot/test/integration/test_usePty.py
${PYSITELIB}/buildbot/test/integration/test_usePty.pyc
${PYSITELIB}/buildbot/test/integration/test_usePty.pyo
${PYSITELIB}/buildbot/test/integration/test_virtual_builder.py
${PYSITELIB}/buildbot/test/integration/test_virtual_builder.pyc
${PYSITELIB}/buildbot/test/integration/test_virtual_builder.pyo
${PYSITELIB}/buildbot/test/integration/test_worker.py
${PYSITELIB}/buildbot/test/integration/test_worker.pyc
${PYSITELIB}/buildbot/test/integration/test_worker.pyo
${PYSITELIB}/buildbot/test/integration/test_worker_comm.py
${PYSITELIB}/buildbot/test/integration/test_worker_comm.pyc
${PYSITELIB}/buildbot/test/integration/test_worker_comm.pyo
${PYSITELIB}/buildbot/test/integration/test_worker_kubernetes.py
${PYSITELIB}/buildbot/test/integration/test_worker_kubernetes.pyc
${PYSITELIB}/buildbot/test/integration/test_worker_kubernetes.pyo
${PYSITELIB}/buildbot/test/integration/test_worker_latent.py
${PYSITELIB}/buildbot/test/integration/test_worker_latent.pyc
${PYSITELIB}/buildbot/test/integration/test_worker_latent.pyo
${PYSITELIB}/buildbot/test/integration/test_worker_marathon.py
${PYSITELIB}/buildbot/test/integration/test_worker_marathon.pyc
${PYSITELIB}/buildbot/test/integration/test_worker_marathon.pyo
${PYSITELIB}/buildbot/test/integration/test_worker_workerside.py
${PYSITELIB}/buildbot/test/integration/test_worker_workerside.pyc
${PYSITELIB}/buildbot/test/integration/test_worker_workerside.pyo
${PYSITELIB}/buildbot/test/integration/test_www.py
${PYSITELIB}/buildbot/test/integration/test_www.pyc
${PYSITELIB}/buildbot/test/integration/test_www.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_oldpaths.py
${PYSITELIB}/buildbot/test/regressions/test_oldpaths.pyc
${PYSITELIB}/buildbot/test/regressions/test_oldpaths.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/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_buildbot_net_usage_data.py
${PYSITELIB}/buildbot/test/unit/test_buildbot_net_usage_data.pyc
${PYSITELIB}/buildbot/test/unit/test_buildbot_net_usage_data.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_bitbucket.py
${PYSITELIB}/buildbot/test/unit/test_changes_bitbucket.pyc
${PYSITELIB}/buildbot/test/unit/test_changes_bitbucket.pyo
${PYSITELIB}/buildbot/test/unit/test_changes_changes.py
${PYSITELIB}/buildbot/test/unit/test_changes_changes.pyc
${PYSITELIB}/buildbot/test/unit/test_changes_changes.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_github.py
${PYSITELIB}/buildbot/test/unit/test_changes_github.pyc
${PYSITELIB}/buildbot/test/unit/test_changes_github.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_hgpoller.py
${PYSITELIB}/buildbot/test/unit/test_changes_hgpoller.pyc
${PYSITELIB}/buildbot/test/unit/test_changes_hgpoller.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_tryclient.py
${PYSITELIB}/buildbot/test/unit/test_clients_tryclient.pyc
${PYSITELIB}/buildbot/test/unit/test_clients_tryclient.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_config.py
${PYSITELIB}/buildbot/test/unit/test_config.pyc
${PYSITELIB}/buildbot/test/unit/test_config.pyo
${PYSITELIB}/buildbot/test/unit/test_configurator_base.py
${PYSITELIB}/buildbot/test/unit/test_configurator_base.pyc
${PYSITELIB}/buildbot/test/unit/test_configurator_base.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_data_base.py
${PYSITELIB}/buildbot/test/unit/test_data_base.pyc
${PYSITELIB}/buildbot/test/unit/test_data_base.pyo
${PYSITELIB}/buildbot/test/unit/test_data_builders.py
${PYSITELIB}/buildbot/test/unit/test_data_builders.pyc
${PYSITELIB}/buildbot/test/unit/test_data_builders.pyo
${PYSITELIB}/buildbot/test/unit/test_data_buildrequests.py
${PYSITELIB}/buildbot/test/unit/test_data_buildrequests.pyc
${PYSITELIB}/buildbot/test/unit/test_data_buildrequests.pyo
${PYSITELIB}/buildbot/test/unit/test_data_builds.py
${PYSITELIB}/buildbot/test/unit/test_data_builds.pyc
${PYSITELIB}/buildbot/test/unit/test_data_builds.pyo
${PYSITELIB}/buildbot/test/unit/test_data_buildsets.py
${PYSITELIB}/buildbot/test/unit/test_data_buildsets.pyc
${PYSITELIB}/buildbot/test/unit/test_data_buildsets.pyo
${PYSITELIB}/buildbot/test/unit/test_data_changes.py
${PYSITELIB}/buildbot/test/unit/test_data_changes.pyc
${PYSITELIB}/buildbot/test/unit/test_data_changes.pyo
${PYSITELIB}/buildbot/test/unit/test_data_changesources.py
${PYSITELIB}/buildbot/test/unit/test_data_changesources.pyc
${PYSITELIB}/buildbot/test/unit/test_data_changesources.pyo
${PYSITELIB}/buildbot/test/unit/test_data_connector.py
${PYSITELIB}/buildbot/test/unit/test_data_connector.pyc
${PYSITELIB}/buildbot/test/unit/test_data_connector.pyo
${PYSITELIB}/buildbot/test/unit/test_data_forceschedulers.py
${PYSITELIB}/buildbot/test/unit/test_data_forceschedulers.pyc
${PYSITELIB}/buildbot/test/unit/test_data_forceschedulers.pyo
${PYSITELIB}/buildbot/test/unit/test_data_logchunks.py
${PYSITELIB}/buildbot/test/unit/test_data_logchunks.pyc
${PYSITELIB}/buildbot/test/unit/test_data_logchunks.pyo
${PYSITELIB}/buildbot/test/unit/test_data_logs.py
${PYSITELIB}/buildbot/test/unit/test_data_logs.pyc
${PYSITELIB}/buildbot/test/unit/test_data_logs.pyo
${PYSITELIB}/buildbot/test/unit/test_data_masters.py
${PYSITELIB}/buildbot/test/unit/test_data_masters.pyc
${PYSITELIB}/buildbot/test/unit/test_data_masters.pyo
${PYSITELIB}/buildbot/test/unit/test_data_patches.py
${PYSITELIB}/buildbot/test/unit/test_data_patches.pyc
${PYSITELIB}/buildbot/test/unit/test_data_patches.pyo
${PYSITELIB}/buildbot/test/unit/test_data_properties.py
${PYSITELIB}/buildbot/test/unit/test_data_properties.pyc
${PYSITELIB}/buildbot/test/unit/test_data_properties.pyo
${PYSITELIB}/buildbot/test/unit/test_data_resultspec.py
${PYSITELIB}/buildbot/test/unit/test_data_resultspec.pyc
${PYSITELIB}/buildbot/test/unit/test_data_resultspec.pyo
${PYSITELIB}/buildbot/test/unit/test_data_root.py
${PYSITELIB}/buildbot/test/unit/test_data_root.pyc
${PYSITELIB}/buildbot/test/unit/test_data_root.pyo
${PYSITELIB}/buildbot/test/unit/test_data_schedulers.py
${PYSITELIB}/buildbot/test/unit/test_data_schedulers.pyc
${PYSITELIB}/buildbot/test/unit/test_data_schedulers.pyo
${PYSITELIB}/buildbot/test/unit/test_data_sourcestamps.py
${PYSITELIB}/buildbot/test/unit/test_data_sourcestamps.pyc
${PYSITELIB}/buildbot/test/unit/test_data_sourcestamps.pyo
${PYSITELIB}/buildbot/test/unit/test_data_steps.py
${PYSITELIB}/buildbot/test/unit/test_data_steps.pyc
${PYSITELIB}/buildbot/test/unit/test_data_steps.pyo
${PYSITELIB}/buildbot/test/unit/test_data_types.py
${PYSITELIB}/buildbot/test/unit/test_data_types.pyc
${PYSITELIB}/buildbot/test/unit/test_data_types.pyo
${PYSITELIB}/buildbot/test/unit/test_data_workers.py
${PYSITELIB}/buildbot/test/unit/test_data_workers.pyc
${PYSITELIB}/buildbot/test/unit/test_data_workers.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_builders.py
${PYSITELIB}/buildbot/test/unit/test_db_builders.pyc
${PYSITELIB}/buildbot/test/unit/test_db_builders.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_changesources.py
${PYSITELIB}/buildbot/test/unit/test_db_changesources.pyc
${PYSITELIB}/buildbot/test/unit/test_db_changesources.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_dbconfig.py
${PYSITELIB}/buildbot/test/unit/test_db_dbconfig.pyc
${PYSITELIB}/buildbot/test/unit/test_db_dbconfig.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_logs.py
${PYSITELIB}/buildbot/test/unit/test_db_logs.pyc
${PYSITELIB}/buildbot/test/unit/test_db_logs.pyo
${PYSITELIB}/buildbot/test/unit/test_db_masters.py
${PYSITELIB}/buildbot/test/unit/test_db_masters.pyc
${PYSITELIB}/buildbot/test/unit/test_db_masters.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_040_add_builder_tags.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_041_add_N_N_tagsbuilders.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_041_add_N_N_tagsbuilders.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_041_add_N_N_tagsbuilders.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_042_add_build_properties_table.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_042_add_build_properties_table.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_042_add_build_properties_table.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_043_add_changes_parent.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_043_add_changes_parent.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_043_add_changes_parent.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_044_add_step_hidden.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_044_add_step_hidden.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_044_add_step_hidden.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_045_worker_transition.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_045_worker_transition.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_045_worker_transition.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_046_mysql_innodb_compatibility.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_046_mysql_innodb_compatibility.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_046_mysql_innodb_compatibility.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_047_cascading_deleletes.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_047_cascading_deleletes.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_047_cascading_deleletes.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_048_change_properties_to_text.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_048_change_properties_to_text.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_048_change_properties_to_text.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_049_add_schedulers_enabled.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_049_add_schedulers_enabled.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_049_add_schedulers_enabled.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_050_cascading_deletes_all.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_050_cascading_deletes_all.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_050_cascading_deletes_all.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_051_add_workers_status.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_051_add_workers_status.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_051_add_workers_status.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_052_cascading_set_null.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_052_cascading_set_null.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_052_cascading_set_null.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_053_add_changes_committer.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_053_add_changes_committer.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_053_add_changes_committer.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_054_add_index_to_steps.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_054_add_index_to_steps.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_054_add_index_to_steps.pyo
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_055_add_changes_committer.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_055_add_changes_committer.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_055_add_changes_committer.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_steps.py
${PYSITELIB}/buildbot/test/unit/test_db_steps.pyc
${PYSITELIB}/buildbot/test/unit/test_db_steps.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_db_workers.py
${PYSITELIB}/buildbot/test/unit/test_db_workers.pyc
${PYSITELIB}/buildbot/test/unit/test_db_workers.pyo
${PYSITELIB}/buildbot/test/unit/test_download_secret_to_worker.py
${PYSITELIB}/buildbot/test/unit/test_download_secret_to_worker.pyc
${PYSITELIB}/buildbot/test/unit/test_download_secret_to_worker.pyo
${PYSITELIB}/buildbot/test/unit/test_fake_httpclientservice.py
${PYSITELIB}/buildbot/test/unit/test_fake_httpclientservice.pyc
${PYSITELIB}/buildbot/test/unit/test_fake_httpclientservice.pyo
${PYSITELIB}/buildbot/test/unit/test_fake_secrets_manager.py
${PYSITELIB}/buildbot/test/unit/test_fake_secrets_manager.pyc
${PYSITELIB}/buildbot/test/unit/test_fake_secrets_manager.pyo
${PYSITELIB}/buildbot/test/unit/test_interpolate_secrets.py
${PYSITELIB}/buildbot/test/unit/test_interpolate_secrets.pyc
${PYSITELIB}/buildbot/test/unit/test_interpolate_secrets.pyo
${PYSITELIB}/buildbot/test/unit/test_janitor_configurator.py
${PYSITELIB}/buildbot/test/unit/test_janitor_configurator.pyc
${PYSITELIB}/buildbot/test/unit/test_janitor_configurator.pyo
${PYSITELIB}/buildbot/test/unit/test_locks.py
${PYSITELIB}/buildbot/test/unit/test_locks.pyc
${PYSITELIB}/buildbot/test/unit/test_locks.pyo
${PYSITELIB}/buildbot/test/unit/test_machine_generic.py
${PYSITELIB}/buildbot/test/unit/test_machine_generic.pyc
${PYSITELIB}/buildbot/test/unit/test_machine_generic.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_mq.py
${PYSITELIB}/buildbot/test/unit/test_mq.pyc
${PYSITELIB}/buildbot/test/unit/test_mq.pyo
${PYSITELIB}/buildbot/test/unit/test_mq_base.py
${PYSITELIB}/buildbot/test/unit/test_mq_base.pyc
${PYSITELIB}/buildbot/test/unit/test_mq_base.pyo
${PYSITELIB}/buildbot/test/unit/test_mq_connector.py
${PYSITELIB}/buildbot/test/unit/test_mq_connector.pyc
${PYSITELIB}/buildbot/test/unit/test_mq_connector.pyo
${PYSITELIB}/buildbot/test/unit/test_mq_simple.py
${PYSITELIB}/buildbot/test/unit/test_mq_simple.pyc
${PYSITELIB}/buildbot/test/unit/test_mq_simple.pyo
${PYSITELIB}/buildbot/test/unit/test_mq_wamp.py
${PYSITELIB}/buildbot/test/unit/test_mq_wamp.pyc
${PYSITELIB}/buildbot/test/unit/test_mq_wamp.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_plugins.py
${PYSITELIB}/buildbot/test/unit/test_plugins.pyc
${PYSITELIB}/buildbot/test/unit/test_plugins.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_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_buildrequestdistributor.py
${PYSITELIB}/buildbot/test/unit/test_process_buildrequestdistributor.pyc
${PYSITELIB}/buildbot/test/unit/test_process_buildrequestdistributor.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_factory.py
${PYSITELIB}/buildbot/test/unit/test_process_factory.pyc
${PYSITELIB}/buildbot/test/unit/test_process_factory.pyo
${PYSITELIB}/buildbot/test/unit/test_process_log.py
${PYSITELIB}/buildbot/test/unit/test_process_log.pyc
${PYSITELIB}/buildbot/test/unit/test_process_log.pyo
${PYSITELIB}/buildbot/test/unit/test_process_logobserver.py
${PYSITELIB}/buildbot/test/unit/test_process_logobserver.pyc
${PYSITELIB}/buildbot/test/unit/test_process_logobserver.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_remotecommand.py
${PYSITELIB}/buildbot/test/unit/test_process_remotecommand.pyc
${PYSITELIB}/buildbot/test/unit/test_process_remotecommand.pyo
${PYSITELIB}/buildbot/test/unit/test_process_remotetransfer.py
${PYSITELIB}/buildbot/test/unit/test_process_remotetransfer.pyc
${PYSITELIB}/buildbot/test/unit/test_process_remotetransfer.pyo
${PYSITELIB}/buildbot/test/unit/test_process_results.py
${PYSITELIB}/buildbot/test/unit/test_process_results.pyc
${PYSITELIB}/buildbot/test/unit/test_process_results.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_process_workerforbuilder.py
${PYSITELIB}/buildbot/test/unit/test_process_workerforbuilder.pyc
${PYSITELIB}/buildbot/test/unit/test_process_workerforbuilder.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_bitbucket.py
${PYSITELIB}/buildbot/test/unit/test_reporter_bitbucket.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_bitbucket.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_bitbucketserver.py
${PYSITELIB}/buildbot/test/unit/test_reporter_bitbucketserver.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_bitbucketserver.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_gerrit.py
${PYSITELIB}/buildbot/test/unit/test_reporter_gerrit.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_gerrit.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_gerrit_verify_status.py
${PYSITELIB}/buildbot/test/unit/test_reporter_gerrit_verify_status.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_gerrit_verify_status.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_github.py
${PYSITELIB}/buildbot/test/unit/test_reporter_github.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_github.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_gitlab.py
${PYSITELIB}/buildbot/test/unit/test_reporter_gitlab.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_gitlab.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_http.py
${PYSITELIB}/buildbot/test/unit/test_reporter_http.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_http.pyo
${PYSITELIB}/buildbot/test/unit/test_reporter_zulip.py
${PYSITELIB}/buildbot/test/unit/test_reporter_zulip.pyc
${PYSITELIB}/buildbot/test/unit/test_reporter_zulip.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_hipchat.py
${PYSITELIB}/buildbot/test/unit/test_reporters_hipchat.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_hipchat.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_irc.py
${PYSITELIB}/buildbot/test/unit/test_reporters_irc.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_irc.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_mail.py
${PYSITELIB}/buildbot/test/unit/test_reporters_mail.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_mail.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_message.py
${PYSITELIB}/buildbot/test/unit/test_reporters_message.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_message.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_notifier.py
${PYSITELIB}/buildbot/test/unit/test_reporters_notifier.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_notifier.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_pushjet.py
${PYSITELIB}/buildbot/test/unit/test_reporters_pushjet.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_pushjet.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_pushover.py
${PYSITELIB}/buildbot/test/unit/test_reporters_pushover.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_pushover.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_telegram.py
${PYSITELIB}/buildbot/test/unit/test_reporters_telegram.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_telegram.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_utils.py
${PYSITELIB}/buildbot/test/unit/test_reporters_utils.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_utils.pyo
${PYSITELIB}/buildbot/test/unit/test_reporters_words.py
${PYSITELIB}/buildbot/test/unit/test_reporters_words.pyc
${PYSITELIB}/buildbot/test/unit/test_reporters_words.pyo
${PYSITELIB}/buildbot/test/unit/test_revlinks.py
${PYSITELIB}/buildbot/test/unit/test_revlinks.pyc
${PYSITELIB}/buildbot/test/unit/test_revlinks.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_forcesched.py
${PYSITELIB}/buildbot/test/unit/test_schedulers_forcesched.pyc
${PYSITELIB}/buildbot/test/unit/test_schedulers_forcesched.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_NightlyBase.py
${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_NightlyBase.pyc
${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_NightlyBase.pyo
${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py
${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.pyc
${PYSITELIB}/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.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_base.py
${PYSITELIB}/buildbot/test/unit/test_scripts_base.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_base.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_cleanupdb.py
${PYSITELIB}/buildbot/test/unit/test_scripts_cleanupdb.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_cleanupdb.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_create_master.py
${PYSITELIB}/buildbot/test/unit/test_scripts_create_master.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_create_master.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_logwatcher.py
${PYSITELIB}/buildbot/test/unit/test_scripts_logwatcher.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_logwatcher.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_restart.py
${PYSITELIB}/buildbot/test/unit/test_scripts_restart.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_restart.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_scripts_sendchange.py
${PYSITELIB}/buildbot/test/unit/test_scripts_sendchange.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_sendchange.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_start.py
${PYSITELIB}/buildbot/test/unit/test_scripts_start.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_start.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_stop.py
${PYSITELIB}/buildbot/test/unit/test_scripts_stop.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_stop.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_trycmd.py
${PYSITELIB}/buildbot/test/unit/test_scripts_trycmd.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_trycmd.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_tryserver.py
${PYSITELIB}/buildbot/test/unit/test_scripts_tryserver.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_tryserver.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_upgrade_master.py
${PYSITELIB}/buildbot/test/unit/test_scripts_upgrade_master.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_upgrade_master.pyo
${PYSITELIB}/buildbot/test/unit/test_scripts_user.py
${PYSITELIB}/buildbot/test/unit/test_scripts_user.pyc
${PYSITELIB}/buildbot/test/unit/test_scripts_user.pyo
${PYSITELIB}/buildbot/test/unit/test_secret_in_file.py
${PYSITELIB}/buildbot/test/unit/test_secret_in_file.pyc
${PYSITELIB}/buildbot/test/unit/test_secret_in_file.pyo
${PYSITELIB}/buildbot/test/unit/test_secret_in_passwordstore.py
${PYSITELIB}/buildbot/test/unit/test_secret_in_passwordstore.pyc
${PYSITELIB}/buildbot/test/unit/test_secret_in_passwordstore.pyo
${PYSITELIB}/buildbot/test/unit/test_secret_in_vault.py
${PYSITELIB}/buildbot/test/unit/test_secret_in_vault.pyc
${PYSITELIB}/buildbot/test/unit/test_secret_in_vault.pyo
${PYSITELIB}/buildbot/test/unit/test_secret_rendered_service.py
${PYSITELIB}/buildbot/test/unit/test_secret_rendered_service.pyc
${PYSITELIB}/buildbot/test/unit/test_secret_rendered_service.pyo
${PYSITELIB}/buildbot/test/unit/test_stats_service.py
${PYSITELIB}/buildbot/test/unit/test_stats_service.pyc
${PYSITELIB}/buildbot/test/unit/test_stats_service.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_cmake.py
${PYSITELIB}/buildbot/test/unit/test_steps_cmake.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_cmake.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_cppcheck.py
${PYSITELIB}/buildbot/test/unit/test_steps_cppcheck.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_cppcheck.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_http.py
${PYSITELIB}/buildbot/test/unit/test_steps_http.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_http.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_master.py
${PYSITELIB}/buildbot/test/unit/test_steps_master.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_master.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_maxq.py
${PYSITELIB}/buildbot/test/unit/test_steps_maxq.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_maxq.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_mswin.py
${PYSITELIB}/buildbot/test/unit/test_steps_mswin.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_mswin.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_mtrlogobserver.py
${PYSITELIB}/buildbot/test/unit/test_steps_mtrlogobserver.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_mtrlogobserver.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_package_deb_lintian.py
${PYSITELIB}/buildbot/test/unit/test_steps_package_deb_lintian.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_package_deb_lintian.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_package_deb_pbuilder.py
${PYSITELIB}/buildbot/test/unit/test_steps_package_deb_pbuilder.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_package_deb_pbuilder.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_mock.py
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_mock.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_mock.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_rpmbuild.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_rpmbuild.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_rpmlint.py
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_rpmlint.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_package_rpm_rpmlint.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_renderable.py
${PYSITELIB}/buildbot/test/unit/test_steps_renderable.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_renderable.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_shellsequence.py
${PYSITELIB}/buildbot/test/unit/test_steps_shellsequence.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_shellsequence.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_source_base_Source.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_base_Source.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_base_Source.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_darcs.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_darcs.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_darcs.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_source_gerrit.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_gerrit.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_gerrit.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_github.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_github.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_github.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_source_gitlab.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_gitlab.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_gitlab.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_mtn.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_mtn.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_mtn.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_source_p4.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_p4.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_p4.pyo
${PYSITELIB}/buildbot/test/unit/test_steps_source_repo.py
${PYSITELIB}/buildbot/test/unit/test_steps_source_repo.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_source_repo.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_subunit.py
${PYSITELIB}/buildbot/test/unit/test_steps_subunit.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_subunit.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_trigger.py
${PYSITELIB}/buildbot/test/unit/test_steps_trigger.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_trigger.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_steps_worker.py
${PYSITELIB}/buildbot/test/unit/test_steps_worker.pyc
${PYSITELIB}/buildbot/test/unit/test_steps_worker.pyo
${PYSITELIB}/buildbot/test/unit/test_templates_dir/builds.html
${PYSITELIB}/buildbot/test/unit/test_templates_dir/plugin/plugin.jade
${PYSITELIB}/buildbot/test/unit/test_test_util_gpo.py
${PYSITELIB}/buildbot/test/unit/test_test_util_gpo.pyc
${PYSITELIB}/buildbot/test/unit/test_test_util_gpo.pyo
${PYSITELIB}/buildbot/test/unit/test_test_util_validation.py
${PYSITELIB}/buildbot/test/unit/test_test_util_validation.pyc
${PYSITELIB}/buildbot/test/unit/test_test_util_validation.pyo
${PYSITELIB}/buildbot/test/unit/test_test_util_warnings.py
${PYSITELIB}/buildbot/test/unit/test_test_util_warnings.pyc
${PYSITELIB}/buildbot/test/unit/test_test_util_warnings.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_codebase.py
${PYSITELIB}/buildbot/test/unit/test_util_codebase.pyc
${PYSITELIB}/buildbot/test/unit/test_util_codebase.pyo
${PYSITELIB}/buildbot/test/unit/test_util_debounce.py
${PYSITELIB}/buildbot/test/unit/test_util_debounce.pyc
${PYSITELIB}/buildbot/test/unit/test_util_debounce.pyo
${PYSITELIB}/buildbot/test/unit/test_util_deferwaiter.py
${PYSITELIB}/buildbot/test/unit/test_util_deferwaiter.pyc
${PYSITELIB}/buildbot/test/unit/test_util_deferwaiter.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_git.py
${PYSITELIB}/buildbot/test/unit/test_util_git.pyc
${PYSITELIB}/buildbot/test/unit/test_util_git.pyo
${PYSITELIB}/buildbot/test/unit/test_util_giturlparse.py
${PYSITELIB}/buildbot/test/unit/test_util_giturlparse.pyc
${PYSITELIB}/buildbot/test/unit/test_util_giturlparse.pyo
${PYSITELIB}/buildbot/test/unit/test_util_httpclientservice.py
${PYSITELIB}/buildbot/test/unit/test_util_httpclientservice.pyc
${PYSITELIB}/buildbot/test/unit/test_util_httpclientservice.pyo
${PYSITELIB}/buildbot/test/unit/test_util_identifiers.py
${PYSITELIB}/buildbot/test/unit/test_util_identifiers.pyc
${PYSITELIB}/buildbot/test/unit/test_util_identifiers.pyo
${PYSITELIB}/buildbot/test/unit/test_util_interfaces.py
${PYSITELIB}/buildbot/test/unit/test_util_interfaces.pyc
${PYSITELIB}/buildbot/test/unit/test_util_interfaces.pyo
${PYSITELIB}/buildbot/test/unit/test_util_kubeclientservice.py
${PYSITELIB}/buildbot/test/unit/test_util_kubeclientservice.pyc
${PYSITELIB}/buildbot/test/unit/test_util_kubeclientservice.pyo
${PYSITELIB}/buildbot/test/unit/test_util_lineboundaries.py
${PYSITELIB}/buildbot/test/unit/test_util_lineboundaries.pyc
${PYSITELIB}/buildbot/test/unit/test_util_lineboundaries.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_notifier.py
${PYSITELIB}/buildbot/test/unit/test_util_notifier.pyc
${PYSITELIB}/buildbot/test/unit/test_util_notifier.pyo
${PYSITELIB}/buildbot/test/unit/test_util_patch_delay.py
${PYSITELIB}/buildbot/test/unit/test_util_patch_delay.pyc
${PYSITELIB}/buildbot/test/unit/test_util_patch_delay.pyo
${PYSITELIB}/buildbot/test/unit/test_util_pathmatch.py
${PYSITELIB}/buildbot/test/unit/test_util_pathmatch.pyc
${PYSITELIB}/buildbot/test/unit/test_util_pathmatch.pyo
${PYSITELIB}/buildbot/test/unit/test_util_poll.py
${PYSITELIB}/buildbot/test/unit/test_util_poll.pyc
${PYSITELIB}/buildbot/test/unit/test_util_poll.pyo
${PYSITELIB}/buildbot/test/unit/test_util_private_tempdir.py
${PYSITELIB}/buildbot/test/unit/test_util_private_tempdir.pyc
${PYSITELIB}/buildbot/test/unit/test_util_private_tempdir.pyo
${PYSITELIB}/buildbot/test/unit/test_util_raml.py
${PYSITELIB}/buildbot/test/unit/test_util_raml.pyc
${PYSITELIB}/buildbot/test/unit/test_util_raml.pyo
${PYSITELIB}/buildbot/test/unit/test_util_sautils.py
${PYSITELIB}/buildbot/test/unit/test_util_sautils.pyc
${PYSITELIB}/buildbot/test/unit/test_util_sautils.pyo
${PYSITELIB}/buildbot/test/unit/test_util_service.py
${PYSITELIB}/buildbot/test/unit/test_util_service.pyc
${PYSITELIB}/buildbot/test/unit/test_util_service.pyo
${PYSITELIB}/buildbot/test/unit/test_util_ssl.py
${PYSITELIB}/buildbot/test/unit/test_util_ssl.pyc
${PYSITELIB}/buildbot/test/unit/test_util_ssl.pyo
${PYSITELIB}/buildbot/test/unit/test_util_state.py
${PYSITELIB}/buildbot/test/unit/test_util_state.pyc
${PYSITELIB}/buildbot/test/unit/test_util_state.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/unit/test_util_tuplematch.py
${PYSITELIB}/buildbot/test/unit/test_util_tuplematch.pyc
${PYSITELIB}/buildbot/test/unit/test_util_tuplematch.pyo
${PYSITELIB}/buildbot/test/unit/test_version.py
${PYSITELIB}/buildbot/test/unit/test_version.pyc
${PYSITELIB}/buildbot/test/unit/test_version.pyo
${PYSITELIB}/buildbot/test/unit/test_wamp_connector.py
${PYSITELIB}/buildbot/test/unit/test_wamp_connector.pyc
${PYSITELIB}/buildbot/test/unit/test_wamp_connector.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_base.py
${PYSITELIB}/buildbot/test/unit/test_worker_base.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_base.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_docker.py
${PYSITELIB}/buildbot/test/unit/test_worker_docker.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_docker.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_ec2.py
${PYSITELIB}/buildbot/test/unit/test_worker_ec2.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_ec2.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_kubernetes.py
${PYSITELIB}/buildbot/test/unit/test_worker_kubernetes.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_kubernetes.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_libvirt.py
${PYSITELIB}/buildbot/test/unit/test_worker_libvirt.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_libvirt.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_local.py
${PYSITELIB}/buildbot/test/unit/test_worker_local.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_local.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_manager.py
${PYSITELIB}/buildbot/test/unit/test_worker_manager.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_manager.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_marathon.py
${PYSITELIB}/buildbot/test/unit/test_worker_marathon.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_marathon.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_openstack.py
${PYSITELIB}/buildbot/test/unit/test_worker_openstack.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_openstack.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_protocols_base.py
${PYSITELIB}/buildbot/test/unit/test_worker_protocols_base.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_protocols_base.pyo
${PYSITELIB}/buildbot/test/unit/test_worker_protocols_pb.py
${PYSITELIB}/buildbot/test/unit/test_worker_protocols_pb.pyc
${PYSITELIB}/buildbot/test/unit/test_worker_protocols_pb.pyo
${PYSITELIB}/buildbot/test/unit/test_www_auth.py
${PYSITELIB}/buildbot/test/unit/test_www_auth.pyc
${PYSITELIB}/buildbot/test/unit/test_www_auth.pyo
${PYSITELIB}/buildbot/test/unit/test_www_authz.py
${PYSITELIB}/buildbot/test/unit/test_www_authz.pyc
${PYSITELIB}/buildbot/test/unit/test_www_authz.pyo
${PYSITELIB}/buildbot/test/unit/test_www_avatar.py
${PYSITELIB}/buildbot/test/unit/test_www_avatar.pyc
${PYSITELIB}/buildbot/test/unit/test_www_avatar.pyo
${PYSITELIB}/buildbot/test/unit/test_www_config.py
${PYSITELIB}/buildbot/test/unit/test_www_config.pyc
${PYSITELIB}/buildbot/test/unit/test_www_config.pyo
${PYSITELIB}/buildbot/test/unit/test_www_endpointmatchers.py
${PYSITELIB}/buildbot/test/unit/test_www_endpointmatchers.pyc
${PYSITELIB}/buildbot/test/unit/test_www_endpointmatchers.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_base.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_base.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_base.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucket.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucket.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucket.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketcloud.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketcloud.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketcloud.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketserver.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketserver.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketserver.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_github.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_github.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_github.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_gitlab.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_gitlab.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_gitlab.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_gitorious.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_gitorious.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_gitorious.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_poller.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_poller.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_poller.pyo
${PYSITELIB}/buildbot/test/unit/test_www_ldapuserinfo.py
${PYSITELIB}/buildbot/test/unit/test_www_ldapuserinfo.pyc
${PYSITELIB}/buildbot/test/unit/test_www_ldapuserinfo.pyo
${PYSITELIB}/buildbot/test/unit/test_www_oauth.py
${PYSITELIB}/buildbot/test/unit/test_www_oauth.pyc
${PYSITELIB}/buildbot/test/unit/test_www_oauth.pyo
${PYSITELIB}/buildbot/test/unit/test_www_resource.py
${PYSITELIB}/buildbot/test/unit/test_www_resource.pyc
${PYSITELIB}/buildbot/test/unit/test_www_resource.pyo
${PYSITELIB}/buildbot/test/unit/test_www_rest.py
${PYSITELIB}/buildbot/test/unit/test_www_rest.pyc
${PYSITELIB}/buildbot/test/unit/test_www_rest.pyo
${PYSITELIB}/buildbot/test/unit/test_www_roles.py
${PYSITELIB}/buildbot/test/unit/test_www_roles.pyc
${PYSITELIB}/buildbot/test/unit/test_www_roles.pyo
${PYSITELIB}/buildbot/test/unit/test_www_service.py
${PYSITELIB}/buildbot/test/unit/test_www_service.pyc
${PYSITELIB}/buildbot/test/unit/test_www_service.pyo
${PYSITELIB}/buildbot/test/unit/test_www_sse.py
${PYSITELIB}/buildbot/test/unit/test_www_sse.pyc
${PYSITELIB}/buildbot/test/unit/test_www_sse.pyo
${PYSITELIB}/buildbot/test/unit/test_www_ws.py
${PYSITELIB}/buildbot/test/unit/test_www_ws.pyc
${PYSITELIB}/buildbot/test/unit/test_www_ws.pyo
${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/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/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/gpo.py
${PYSITELIB}/buildbot/test/util/gpo.pyc
${PYSITELIB}/buildbot/test/util/gpo.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/notifier.py
${PYSITELIB}/buildbot/test/util/notifier.pyc
${PYSITELIB}/buildbot/test/util/notifier.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/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/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/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/croniter.py
${PYSITELIB}/buildbot/util/croniter.pyc
${PYSITELIB}/buildbot/util/croniter.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/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/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/logger.py
${PYSITELIB}/buildbot/util/logger.pyc
${PYSITELIB}/buildbot/util/logger.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/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/raml.py
${PYSITELIB}/buildbot/util/raml.pyc
${PYSITELIB}/buildbot/util/raml.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/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/tuplematch.py
${PYSITELIB}/buildbot/util/tuplematch.pyc
${PYSITELIB}/buildbot/util/tuplematch.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/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/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_transition.py
${PYSITELIB}/buildbot/worker_transition.pyc
${PYSITELIB}/buildbot/worker_transition.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/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