[Buildbot-commits] [buildbot/buildbot] ddd9f8: Sort the list of builders returned by master statu...
GitHub
noreply at github.com
Mon Mar 12 17:27:51 UTC 2012
Branch: refs/heads/master
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.
Commit: a646edcd5ac7c3aa1e0d246067f76fe52f950702
https://github.com/buildbot/buildbot/commit/a646edcd5ac7c3aa1e0d246067f76fe52f950702
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-12 (Mon, 12 Mar 2012)
Changed paths:
R master/NEWS
M master/buildbot/status/master.py
M master/setup.py
R slave/NEWS
M slave/setup.py
Log Message:
-----------
Merge branch 'buildbot-0.8.6'
* buildbot-0.8.6:
Sort the list of builders returned by master status.
fix sdist to copy NEWS appropriately into master and slave
Compare: https://github.com/buildbot/buildbot/compare/0266991...a646edc
More information about the Commits
mailing list