[Buildbot-commits] [djmitche/buildbot] 25e9db: Do command arg encoding on the slave

noreply at github.com noreply at github.com
Tue May 18 15:53:19 UTC 2010


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

Commit: 25e9db9935aa91657de47b99148b17039601e72c
    http://github.com/djmitche/buildbot/commit/25e9db9935aa91657de47b99148b17039601e72c
Author: Chris AtLee <catlee at mozilla.com>
Date:   2010-05-17 (Mon, 17 May 2010)

Changed paths:
  M buildbot/slave/bot.py
  M buildbot/slave/commands/base.py
  M buildbot/steps/shell.py

Log Message:
-----------
Do command arg encoding on the slave


Commit: d8ef1e1ae30325cff07f9561f93726151274a3ef
    http://github.com/djmitche/buildbot/commit/d8ef1e1ae30325cff07f9561f93726151274a3ef
Author: Chris AtLee <catlee at mozilla.com>
Date:   2010-05-17 (Mon, 17 May 2010)

Changed paths:
  M docs/installation.texinfo

Log Message:
-----------
Add documentation for unicode_encoding setting for slave's buildbot.tac


Commit: 2045dbbba8ab158f172c98b14838675f52b98802
    http://github.com/djmitche/buildbot/commit/2045dbbba8ab158f172c98b14838675f52b98802
Author: Chris AtLee <catlee at mozilla.com>
Date:   2010-05-17 (Mon, 17 May 2010)

Changed paths:
  M buildbot/db/schema/manager.py
  A buildbot/db/schema/v5.py
  M buildbot/test/unit/test_db_schema_master.py

Log Message:
-----------
Create v5 schema that adds a bunch of indexes


Commit: ce0a55edf3b829d58684c930c0e6c31658e79fcb
    http://github.com/djmitche/buildbot/commit/ce0a55edf3b829d58684c930c0e6c31658e79fcb
Author: Chris AtLee <catlee at mozilla.com>
Date:   2010-05-18 (Tue, 18 May 2010)

Changed paths:
  M buildbot/util/loop.py

Log Message:
-----------
Calculate 'now' for scheduler loop ahead of time.

When the master is over-loaded, it can take long enough between calling
the schedulers and evaluating the results that the result from the
scheduler's run() method is in the past.

By calculating 'now' before running the scheduler's run method, the
assertion that the scheduler's result is > 'now' should be true for
well-behaved schedulers.


Commit: b3a8a56cbd8e5d0c7924f9992b781a5ed0eac084
    http://github.com/djmitche/buildbot/commit/b3a8a56cbd8e5d0c7924f9992b781a5ed0eac084
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-18 (Tue, 18 May 2010)

Changed paths:
  M buildbot/db/schema/manager.py
  A buildbot/db/schema/v5.py
  M buildbot/test/unit/test_db_schema_master.py

Log Message:
-----------
Merge branch 'v5' of git://github.com/catlee/buildbot

* 'v5' of git://github.com/catlee/buildbot:
  Create v5 schema that adds a bunch of indexes

Fixes #829 (hopefully)


Commit: 56fc5af81485c39fc2f374d371b69f31a9d0cc00
    http://github.com/djmitche/buildbot/commit/56fc5af81485c39fc2f374d371b69f31a9d0cc00
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-18 (Tue, 18 May 2010)

Changed paths:
  M buildbot/slave/bot.py
  M buildbot/slave/commands/base.py
  M buildbot/steps/shell.py
  M docs/installation.texinfo

Log Message:
-----------
Merge branch 'unicode' of git://github.com/catlee/buildbot

* 'unicode' of git://github.com/catlee/buildbot:
  Add documentation for unicode_encoding setting for slave's buildbot.tac
  Do command arg encoding on the slave


Commit: 900f1135f435a92f806c7ebf934ecc8c0859b594
    http://github.com/djmitche/buildbot/commit/900f1135f435a92f806c7ebf934ecc8c0859b594
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-18 (Tue, 18 May 2010)

Changed paths:
  M buildbot/util/loop.py

Log Message:
-----------
Merge branch 'master' of git://github.com/catlee/buildbot

* 'master' of git://github.com/catlee/buildbot:
  Calculate 'now' for scheduler loop ahead of time.


Commit: bf772bc4a868b55e1e451dd629c4a92a36c9c668
    http://github.com/djmitche/buildbot/commit/bf772bc4a868b55e1e451dd629c4a92a36c9c668
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-05-18 (Tue, 18 May 2010)

Changed paths:
  M buildbot/db/schema/manager.py
  A buildbot/db/schema/v5.py
  M buildbot/slave/bot.py
  M buildbot/slave/commands/base.py
  M buildbot/steps/shell.py
  M buildbot/test/unit/test_db_schema_master.py
  M buildbot/util/loop.py
  M docs/installation.texinfo

Log Message:
-----------
Merge branch 'master' into buildbot-0.8.0

* master:
  Calculate 'now' for scheduler loop ahead of time.
  Create v5 schema that adds a bunch of indexes
  Add documentation for unicode_encoding setting for slave's buildbot.tac
  Do command arg encoding on the slave






More information about the Commits mailing list