[Buildbot-commits] [buildbot/buildbot] ba6993: console: support for multiple codebases.
GitHub
noreply at github.com
Sun May 26 01:22:28 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: ba6993ef3fbd6960230a01a14739bc0d652048bc
https://github.com/buildbot/buildbot/commit/ba6993ef3fbd6960230a01a14739bc0d652048bc
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2013-05-19 (Sun, 19 May 2013)
Changed paths:
M master/buildbot/status/web/console.py
Log Message:
-----------
console: support for multiple codebases.
Changes / Effects:
1) Only the changes in a build is used to compare with the changeset revision.
The revision id from got_revision is not used.
2) If there are multiple builds with the matching changeset the first one
found is used. So if a slave is lost the build is marked as exception. Then
when the build is restarted that will be used instead.
3) Fixed it from loading all builds when multiple codebases is used.
Commit: feafb2e2ae4a1e8c214129ebdd65ad1ad0f9c0f2
https://github.com/buildbot/buildbot/commit/feafb2e2ae4a1e8c214129ebdd65ad1ad0f9c0f2
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2013-05-19 (Sun, 19 May 2013)
Changed paths:
M master/buildbot/status/web/console.py
Log Message:
-----------
console: check codebase is in build before checking revisions
Commit: 96f662c8ed38e17eef54c78fb9c60a1b46de546b
https://github.com/buildbot/buildbot/commit/96f662c8ed38e17eef54c78fb9c60a1b46de546b
Author: Dylan Rajaratnam <thedylman at gmail.com>
Date: 2013-05-19 (Sun, 19 May 2013)
Changed paths:
M master/buildbot/status/web/console.py
M master/buildbot/status/web/files/default.css
Log Message:
-----------
console: hide box if codebase of change is not in builder.
Commit: 96cdbe1b6fc7b7fe0c73f049cef030a109051898
https://github.com/buildbot/buildbot/commit/96cdbe1b6fc7b7fe0c73f049cef030a109051898
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-05-25 (Sat, 25 May 2013)
Changed paths:
M master/buildbot/status/web/console.py
M master/buildbot/status/web/files/default.css
Log Message:
-----------
Merge branch 'console-multi-codebase' of git://github.com/thedylman/buildbot
Commit: a57874d107f21c1f26b059cdf1321908a94ad983
https://github.com/buildbot/buildbot/commit/a57874d107f21c1f26b059cdf1321908a94ad983
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-05-25 (Sat, 25 May 2013)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
add relnotes
Compare: https://github.com/buildbot/buildbot/compare/01c3384064c8...a57874d107f2
More information about the Commits
mailing list