[Buildbot-commits] [djmitche/buildbot] 7bd324: db.py: fix get_sqlite_dbapi_name() to actually use...

noreply at github.com noreply at github.com
Thu Feb 18 06:09:20 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 7bd3243bd6e1364032dcf12e7a795d188364251e
    http://github.com/djmitche/buildbot/commit/7bd3243bd6e1364032dcf12e7a795d188364251e
Author: Brian Warner <warner at lothar.com>
Date:   2010-02-16 (Tue, 16 Feb 2010)

Changed paths:
  M buildbot/db.py

Log Message:
-----------
db.py: fix get_sqlite_dbapi_name() to actually use "sqlite3" on >=py2.6


Commit: f2b79ee6756868dd76a045b919f6fe5ff89272e8
    http://github.com/djmitche/buildbot/commit/f2b79ee6756868dd76a045b919f6fe5ff89272e8
Author: Brian Warner <warner at lothar.com>
Date:   2010-02-17 (Wed, 17 Feb 2010)

Changed paths:
  M buildbot/test/runutils.py
  M buildbot/test/unit/test_config.py

Log Message:
-----------
test_config: rewrite in terms of MasterMixin


Commit: 5dcd24c51f5354c902d4612d06568dbe175340db
    http://github.com/djmitche/buildbot/commit/5dcd24c51f5354c902d4612d06568dbe175340db
Author: Brian Warner <warner at lothar.com>
Date:   2010-02-17 (Wed, 17 Feb 2010)

Changed paths:
  M buildbot/master.py
  M buildbot/schedulers/manager.py
  M buildbot/schedulers/timed.py
  M buildbot/test/runs/test_db.py
  M buildbot/test/unit/test_scheduler.py

Log Message:
-----------
remove every-30-second SchedulerManager trigger, in favor of one
post-reconfig trigger

This revealed a bug in Periodic (not scheduling a wakeup for the next
periodic build), now fixed. Unit tests were updated too.

I left a "just_poll" flag in place for a future config knob to enable the
multiple-masters-sharing-one-DB mode.


Commit: 4a0540386460e1d5823d9a27c1a4868021f3685d
    http://github.com/djmitche/buildbot/commit/4a0540386460e1d5823d9a27c1a4868021f3685d
Author: Brian Warner <warner at lothar.com>
Date:   2010-02-17 (Wed, 17 Feb 2010)

Changed paths:
  M buildbot/process/builder.py
  M buildbot/process/subunitlogobserver.py

Log Message:
-----------
hush some pyflakes warnings


Commit: 625d0e2ff36425e3f4f932520a0f82017ab5b7d5
    http://github.com/djmitche/buildbot/commit/625d0e2ff36425e3f4f932520a0f82017ab5b7d5
Author: Brian Warner <warner at lothar.com>
Date:   2010-02-17 (Wed, 17 Feb 2010)

Changed paths:
  M buildbot/changes/svnpoller.py
  M buildbot/db.py
  M buildbot/master.py
  M buildbot/schedulers/basic.py
  M buildbot/schedulers/triggerable.py
  M buildbot/schedulers/trysched.py
  M buildbot/scripts/runner.py
  M buildbot/scripts/sample.cfg
  M buildbot/status/builder.py
  M buildbot/test/runs/test_locks.py
  M buildbot/test/runs/test_runner.py
  M buildbot/test/runs/test_webparts.py
  M buildbot/test/runutils.py
  M buildbot/test/unit/test_config.py
  M docs/cfg-global.texinfo

Log Message:
-----------
Merge remote branch 'dustin/master'

Merged catlee's c['db_url'] work with my test fixes and loop-trigger changes.


Commit: 8f53d430074c5596876a520495446b84597a6b09
    http://github.com/djmitche/buildbot/commit/8f53d430074c5596876a520495446b84597a6b09
Author: Brian Warner <warner at lothar.com>
Date:   2010-02-17 (Wed, 17 Feb 2010)

Changed paths:
  M buildbot/master.py
  M buildbot/test/unit/test_config.py

Log Message:
-----------
add c['db_poll_interval'], to enable multiple-masters with a shared DB

This isn't complete: I expect that systems which use this will have a few
small problems with status delivery tools (the IRC "force build" command
probably won't announce the build's completion, and the "buildbot try --wait"
option probably won't either). Eventually, this simple polling will be
replaced with a TCP-based per-DB "notification server", and
c['db_poll_interval'] will be replaced with c['db_notification_server'].


Commit: a1ed322dd5b4cc9ca2ac52d49b841eec2b8126b0
    http://github.com/djmitche/buildbot/commit/a1ed322dd5b4cc9ca2ac52d49b841eec2b8126b0
Author: Brian Warner <warner at lothar.com>
Date:   2010-02-17 (Wed, 17 Feb 2010)

Changed paths:
  M buildbot/changes/manager.py

Log Message:
-----------
Merge remote branch 'dustin/master'






More information about the Commits mailing list