[Buildbot-commits] [buildbot/buildbot] ddd9f8: Sort the list of builders returned by master statu...
GitHub
noreply at github.com
Mon Mar 12 17:27:50 UTC 2012
Branch: refs/heads/buildbot-0.8.6
Home: https://github.com/buildbot/buildbot
Commit: ddd9f8dc4b34f93e48b38d1c85c32e50858eede6
https://github.com/buildbot/buildbot/commit/ddd9f8dc4b34f93e48b38d1c85c32e50858eede6
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-12 (Mon, 12 Mar 2012)
Changed paths:
M master/buildbot/status/master.py
Log Message:
-----------
Sort the list of builders returned by master status.
We have a number of places where we use this list as is, for displaying
lists of builders. In previous versions, this list happened to be in
the same order as in the config. Since that is no longer the case,
give at least *some* ordering of the list, rather than a completely
random seeming order.
Commit: 05d60d1172c9e5a9f641f557c4e2265aeafbdcca
https://github.com/buildbot/buildbot/commit/05d60d1172c9e5a9f641f557c4e2265aeafbdcca
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-12 (Mon, 12 Mar 2012)
Changed paths:
M master/buildbot/status/master.py
Log Message:
-----------
Merge branch 'sort-builder-list' of git://github.com/tomprince/buildbot into buildbot-0.8.6
* 'sort-builder-list' of git://github.com/tomprince/buildbot:
Sort the list of builders returned by master status.
Compare: https://github.com/buildbot/buildbot/compare/40857bf...05d60d1
More information about the Commits
mailing list