Upgrade to py-buildbot 0.8.5, from MAINTAINER Piotr Sikora, in my tree
since september... be sure to run 'buildbot upgrade-master' if upgrading an existing setup, as explained in README. Tested by edd@ and myself.
This commit is contained in:
parent
dbe8fcb322
commit
0d153574f7
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:24:54 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/01/09 19:56:54 landry Exp $
|
||||
|
||||
COMMENT = system to automate the compile/test cycle
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.3p1
|
||||
MODPY_EGG_VERSION = 0.8.5
|
||||
DISTNAME = buildbot-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:S/p/./}
|
||||
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://buildbot.net/
|
||||
@ -27,7 +25,9 @@ MODULES = lang/python
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_BADEGGS = buildbot
|
||||
|
||||
RUN_DEPENDS = devel/py-twisted/core \
|
||||
RUN_DEPENDS = databases/py-sqlalchemy \
|
||||
databases/py-sqlalchemy-migrate \
|
||||
devel/py-twisted/core \
|
||||
devel/py-twisted/conch \
|
||||
devel/py-twisted/mail \
|
||||
devel/py-twisted/web \
|
||||
@ -42,20 +42,14 @@ HOMEDIR = /var/buildbot
|
||||
|
||||
SUBST_VARS += HOMEDIR
|
||||
|
||||
post-configure:
|
||||
@cd ${WRKSRC}/docs && makeinfo --no-split --html buildbot
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-buildbot/images
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-buildbot
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-buildbot
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-buildbot
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/examples/*.cfg \
|
||||
${PREFIX}/share/examples/py-buildbot
|
||||
cd ${WRKSRC}/docs && ${INSTALL_DATA} buildbot.html *.png \
|
||||
${PREFIX}/share/doc/py-buildbot
|
||||
cd ${WRKSRC}/docs/images && ${INSTALL_DATA} *.png \
|
||||
${PREFIX}/share/doc/py-buildbot/images
|
||||
cd ${WRKSRC} && pax -rw contrib ${PREFIX}/share/doc/py-buildbot
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/buildbot.1 ${PREFIX}/man/man1
|
||||
|
||||
do-regress:
|
||||
@${MAKE_ENV} PYTHONPATH=${WRKSRC} \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (buildbot-0.8.3p1.tar.gz) = kZq2YJC8rdErTbMZhRHpSw==
|
||||
RMD160 (buildbot-0.8.3p1.tar.gz) = c35IY8Nx0+nTAGNWSuYuNetwqFY=
|
||||
SHA1 (buildbot-0.8.3p1.tar.gz) = ewwtOnwqzGbDyV/HqSrLK8JidAk=
|
||||
SHA256 (buildbot-0.8.3p1.tar.gz) = CknTWnVSSlTbu4dXMP33q9i5bK4WCvBFe09SObH++jc=
|
||||
SIZE (buildbot-0.8.3p1.tar.gz) = 4068355
|
||||
MD5 (buildbot-0.8.5.tar.gz) = ovJcMgcr2ovtyx/VpfXSSg==
|
||||
RMD160 (buildbot-0.8.5.tar.gz) = WV8+1F8OWkUAoQICfvcdw3aoKJQ=
|
||||
SHA1 (buildbot-0.8.5.tar.gz) = iDKdKV9G+bYKPTRsSgSli1b6IIM=
|
||||
SHA256 (buildbot-0.8.5.tar.gz) = my92FEfbE+QGiHBWezZzLUGdj3L0UrRQxhCJ25hVipw=
|
||||
SIZE (buildbot-0.8.5.tar.gz) = 4389306
|
||||
|
@ -1,14 +0,0 @@
|
||||
Backported from upstream: ef106f36ec8fd1bf2be36da5b6db754c36e2c122
|
||||
--- buildbot/process/builder.py.orig
|
||||
+++ buildbot/process/builder.py
|
||||
@@ -472,8 +472,8 @@ class Builder(pb.Referenceable, service.MultiService):
|
||||
diffs.append('logHorizon changed from %s to %s' % (self.logHorizon, setup['logHorizon']))
|
||||
if setup['eventHorizon'] != self.eventHorizon:
|
||||
diffs.append('eventHorizon changed from %s to %s' % (self.eventHorizon, setup['eventHorizon']))
|
||||
- if setup['category'] != self.category:
|
||||
- diffs.append('category changed from %r to %r' % (self.category, setup['category']))
|
||||
+ if setup.get('category', None) != self.category:
|
||||
+ diffs.append('category changed from %r to %r' % (self.category, setup.get('category', None)))
|
||||
|
||||
return diffs
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/04/21 10:20:43 eric Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2012/01/09 19:56:55 landry Exp $
|
||||
@newgroup _buildbot:673
|
||||
@newuser _buildbot:673:_buildbot:daemon:BuildBot master daemon:${HOMEDIR}:/sbin/nologin
|
||||
bin/buildbot
|
||||
@ -26,6 +26,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/changes/bonsaipoller.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/bonsaipoller.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/changes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/changes.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/gerritchangesource.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/gerritchangesource.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/gitpoller.py
|
||||
@ -34,8 +36,6 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/changes/hgbuildbot.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/hgbuildbot.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/mail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/mail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/maildir.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/maildir.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/manager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/changes/p4poller.py
|
||||
@ -58,39 +58,74 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/clients/sendchange.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/clients/sendchange.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/clients/tryclient.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/clients/tryclient.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/clients/usersclient.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/clients/usersclient.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/config.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/config.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildrequests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildrequests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/builds.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/builds.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildsets.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildsets.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/changes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/changes.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/connector.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/connector.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/dbspec.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/dbspec.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/enginestrategy.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/enginestrategy.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/exceptions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/exceptions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/manager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/tables.sql
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v1.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v1.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v2.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v2.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v3.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v3.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v4.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v4.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v5.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v5.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v6.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schema/v6.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/util.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/migrate.cfg
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/001_initial.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/001_initial.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/002_add_proj_repo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/002_add_proj_repo.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/003_scheduler_class_name.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/003_scheduler_class_name.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/004_add_autoincrement.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/004_add_autoincrement.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/005_add_indexes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/005_add_indexes.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/006_drop_last_access.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/006_drop_last_access.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/007_add_object_tables.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/007_add_object_tables.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/008_add_scheduler_changes_index.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/008_add_scheduler_changes_index.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/009_add_patch_author.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/009_add_patch_author.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/010_fix_column_lengths.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/010_fix_column_lengths.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/011_add_buildrequest_claims.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/011_add_buildrequest_claims.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/012_add_users_table.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/012_add_users_table.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/013_remove_schedulers_state_column.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/013_remove_schedulers_state_column.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/014_add_users_userpass_columns.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/014_add_users_userpass_columns.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/model.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/model.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/pool.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/pool.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schedulers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/schedulers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/sourcestamps.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/sourcestamps.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/state.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/state.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/users.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/db/users.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/ec2buildslave.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/ec2buildslave.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/interfaces.py
|
||||
@ -103,6 +138,13 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/manhole.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/manhole.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/master.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/master.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/bug4881.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/bug4881.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/bug5079.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/bug5079.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/pbmanager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/pbmanager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/pbutil.py
|
||||
@ -112,20 +154,41 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/process/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/botmaster.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/botmaster.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/build.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/build.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/builder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/builder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/buildrequest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/buildrequest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/buildstep.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/buildstep.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/cache.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/cache.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/debug.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/debug.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/factory.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/factory.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/metrics.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/metrics.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/mtrlogobserver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/mtrlogobserver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/process_twisted.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/process_twisted.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/properties.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/properties.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/slavebuilder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/slavebuilder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/subunitlogobserver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/subunitlogobserver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/manager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/manual.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/manual.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/users.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/process/users/users.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/scheduler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/scheduler.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/
|
||||
@ -135,6 +198,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/basic.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/basic.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/dependent.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/dependent.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/schedulers/manager.py
|
||||
@ -166,22 +231,42 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/status/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/build.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/build.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/builder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/builder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/buildrequest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/buildrequest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/buildset.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/buildset.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/buildstep.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/buildstep.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/client.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/client.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/event.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/event.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/html.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/html.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/logfile.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/logfile.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/mail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/mail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/master.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/master.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/persistent_queue.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/persistent_queue.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/progress.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/progress.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/results.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/results.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/slave.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/slave.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/status_gerrit.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/status_gerrit.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/status_push.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/status_push.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/testresult.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/testresult.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/tinderbox.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/tinderbox.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/
|
||||
@ -271,10 +356,15 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/onelinepe
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/revmacros.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/root.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/testresult.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/user.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/users.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/users_table.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/waterfall.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/templates/waterfallhelp.html
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/tests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/tests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/users.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/users.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/waterfall.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/waterfall.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/status/words.py
|
||||
@ -282,8 +372,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/status/words.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/dummy.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/dummy.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/blocker.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/blocker.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/master.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/master.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/maxq.py
|
||||
@ -308,8 +398,21 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/steps/shell.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/shell.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/slave.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/slave.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/bzr.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/bzr.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/cvs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/cvs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/git.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/git.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/mercurial.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/mercurial.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/oldsource.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/oldsource.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/svn.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/svn.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/subunit.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/subunit.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/steps/transfer.py
|
||||
@ -324,8 +427,14 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/fakebuild.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/fakebuild.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/fakedb.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/fakedb.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/fakemaster.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/fakemaster.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/remotecommand.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/remotecommand.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/state.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/state.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/web.py
|
||||
@ -333,126 +442,270 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/fake/web.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_change_properties.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_change_properties.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_bad_change_properties_rows.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_bad_change_properties_rows.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_import_unicode_changes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_import_unicode_changes.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_import_weird_changes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_import_weird_changes.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_oldpaths.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_oldpaths.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_shell_command_properties.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_shell_command_properties.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_sourcestamp_revision.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_sourcestamp_revision.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_unpickling.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/regressions/test_unpickling.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/test_extra_coverage.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/test_extra_coverage.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_blocker.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_blocker.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_bonsaipoller.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_bonsaipoller.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_gerritchangesource.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_gerritchangesource.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_gitpoller.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_gitpoller.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_mail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_mail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_mail_CVSMaildirSource.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_manager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_p4poller.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_p4poller.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_pb.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_pb.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_svnpoller.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_svnpoller.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_clients_sendchange.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_clients_sendchange.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_clients_usersclient.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_clients_usersclient.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_contrib_buildbot_cvs_mail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildrequests.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildrequests.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_builds.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_builds.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildsets.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildsets.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_changes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_changes.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_connector.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_connector.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_dbspec.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_dbspec.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_schema_master.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_schema_master.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_util.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_master_cleanshutdown.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_master_cleanshutdown.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_oldpaths.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_oldpaths.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_enginestrategy.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_enginestrategy.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_model.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_model.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_pool.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_pool.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_schedulers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_schedulers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_sourcestamps.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_sourcestamps.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_state.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_state.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_users.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_users.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_master.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_master.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_pbmanager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_pbmanager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_persistent_queue.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_persistent_queue.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_botmaster_BotMaster.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_botmaster_BotMaster.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_build.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_build.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_builder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_builder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_buildrequest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_buildrequest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_buildstep.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_buildstep.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_cache.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_cache.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_debug.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_debug.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_metrics.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_metrics.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_properties.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_properties.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_repo_parse_download.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_repo_parse_download.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_basic_Scheduler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_basic_Scheduler.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_manager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_manual.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_manual.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_users.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_users.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_basic.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_basic.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_dependent.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_dependent.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_manager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_timed_Nightly.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_timed_Nightly.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_source_repourl.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_source_repourl.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_builder.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_builder.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_builder_LogFileProducer.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_builder_LogFileProducer.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_mail_MailNotifier.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_mail_MailNotifier.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_timed_Periodic.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_timed_Periodic.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_timed_Timed.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_timed_Timed.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_triggerable.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_triggerable.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_trysched.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_schedulers_trysched.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_scripts_checkconfig.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_scripts_checkconfig.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_scripts_runner.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_scripts_runner.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_sourcestamp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_sourcestamp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_build.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_build.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_buildstep.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_buildstep.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_client.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_client.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_logfile.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_logfile.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_mail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_mail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_master.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_master.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_persistent_queue.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_persistent_queue.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_authz_Authz.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_authz_Authz.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hook.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hook.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_github.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_github.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_links.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_links.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_python.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_python.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_python_twisted.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_python_twisted.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_shell.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_shell.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_slave.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_slave.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_bzr.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_bzr.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_cvs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_cvs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_git.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_git.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_mercurial.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_mercurial.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_oldsource_Repo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_oldsource_Repo.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_oldsource_Source.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_oldsource_Source.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_svn.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_svn.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_transfer.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_transfer.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_vstudio.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_vstudio.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_ComparableMixin.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_ComparableMixin.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_collections.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_collections.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_bbcollections.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_bbcollections.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_eventual.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_eventual.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_loop.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_loop.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_lru.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_lru.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_maildir.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_maildir.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_misc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_misc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_netstrings.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_netstrings.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_subscriptions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_subscriptions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/change_import.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/change_import.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/changesource.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/changesource.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/compat.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/compat.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/connector_component.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/connector_component.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/db.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/db.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/dirs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/dirs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/gpo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/gpo.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/pbmanager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/pbmanager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/threads.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/threads.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/scheduler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/scheduler.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/sourcesteps.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/sourcesteps.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/steps.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/steps.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/collections.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/collections.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/bbcollections.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/bbcollections.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/eventual.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/eventual.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/loop.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/loop.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/lru.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/lru.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/maildir.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/maildir.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/misc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/misc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/monkeypatches.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/monkeypatches.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/netstrings.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/netstrings.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/sautils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/sautils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/subscription.py
|
||||
lib/python${MODPY_VERSION}/site-packages/buildbot/util/subscription.pyc
|
||||
@man man/man1/buildbot.1
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
share/doc/py-buildbot/
|
||||
share/doc/py-buildbot/README
|
||||
share/doc/py-buildbot/buildbot.html
|
||||
share/doc/py-buildbot/contrib/
|
||||
share/doc/py-buildbot/contrib/README.txt
|
||||
share/doc/py-buildbot/contrib/bb_applet.py
|
||||
share/doc/py-buildbot/contrib/bitbucket_buildbot.py
|
||||
share/doc/py-buildbot/contrib/bk_buildbot.py
|
||||
share/doc/py-buildbot/contrib/buildbot_cvs_mail.py
|
||||
share/doc/py-buildbot/contrib/buildbot_json.py
|
||||
share/doc/py-buildbot/contrib/bzr_buildbot.py
|
||||
share/doc/py-buildbot/contrib/check_buildbot.py
|
||||
share/doc/py-buildbot/contrib/coverage2text.py
|
||||
share/doc/py-buildbot/contrib/css/
|
||||
share/doc/py-buildbot/contrib/css/sample1.css
|
||||
@ -493,14 +746,6 @@ share/doc/py-buildbot/contrib/webhook_status.py
|
||||
@comment share/doc/py-buildbot/contrib/windows/
|
||||
@comment share/doc/py-buildbot/contrib/windows/buildbot.bat
|
||||
@comment share/doc/py-buildbot/contrib/windows/buildbot_service.py
|
||||
share/doc/py-buildbot/hexnut32.png
|
||||
share/doc/py-buildbot/hexnut48.png
|
||||
share/doc/py-buildbot/hexnut64.png
|
||||
share/doc/py-buildbot/images/
|
||||
share/doc/py-buildbot/images/master.png
|
||||
share/doc/py-buildbot/images/overview.png
|
||||
share/doc/py-buildbot/images/slaves.png
|
||||
share/doc/py-buildbot/images/status.png
|
||||
share/examples/py-buildbot/
|
||||
share/examples/py-buildbot/hello.cfg
|
||||
share/examples/py-buildbot/repo_gerrit.cfg
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.2 2011/06/02 13:41:38 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.3 2012/01/09 19:56:55 landry Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -14,3 +14,28 @@ master directory must be initialized. This is done as follows:
|
||||
The next step is to create a ${HOMEDIR}/master.cfg configuration
|
||||
file that fits your needs. Please refer to the BuildBot documentation
|
||||
on how to do so.
|
||||
|
||||
|
||||
Databases
|
||||
=========
|
||||
BuildBot supports number of different databases (via SQLAlchemy), but
|
||||
you need to install Python database adapter(s) to use them:
|
||||
* py-mysql - for MySQL database,
|
||||
* py-psycopg2 - for PostgreSQL database.
|
||||
|
||||
SQLite works out-of-the-box.
|
||||
|
||||
|
||||
Upgrading
|
||||
=========
|
||||
If you're upgrading SQLite-based BuildBot from older release, you must
|
||||
migrate its database before the first run using following command:
|
||||
|
||||
$ sudo -u _buildbot buildbot upgrade-master ${HOMEDIR}
|
||||
|
||||
If you're using BuildBot with either MySQL or PostgreSQL database, you
|
||||
must also pass the connection string:
|
||||
|
||||
$ sudo -u _buildbot buildbot upgrade-master \
|
||||
--db=postgresql://buildbot:<password>@localhost/buildbot \
|
||||
${HOMEDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user