返回介绍

5.73. Release Notes for Buildbot 0.9.0b2

发布于 2023-09-20 23:50:39 字数 2749 浏览 0 评论 0 收藏 0

Caution

Buildbot no longer supports Python 2.7 on the Buildbot master.

5.73. Release Notes for Buildbot 0.9.0b2

The following are the release notes for Buildbot 0.9.0b2. Buildbot 0.9.0b2 was released on August, 2 2015.

5.73.1. Master

5.73.1.1. Features

  • Mercurial hook was updated and modernized. It is no longer necessary to fork. One can now extend PYTHONPATH via the hook configuration. Among others, it permits to use a buildbot virtualenv instead of installing buildbot in all the system. Added documentation inside the hook. Misc. clean-up and reorganization in order to make the code a bit more readable.

  • UI templates can now be customizable. You can provide html or jade overrides to the www plugins, to customize the UI

  • UI side bar is now fixed by default for large screens.

5.73.1.2. Fixes

  • Fix setup for missing www.hooks module

  • Fix setup to install only on recents version of pip (>=1.4). This prevents unexpected upgrade to nine from people who just use pip install -U buildbot

  • Fix a crash in the git hook.

  • Add checks to enforce slavenames are identifiers.

5.73.1.3. Deprecations, Removals, and Non-Compatible Changes

5.73.1.4. Changes for Developers

  • The BuilderConfig nextSlave keyword argument takes a callable. This callable now receives BuildRequest instance in its signature as 3rd parameter. For retro-compatibility, all callable taking only 2 parameters will still work.

  • Data api provides a way to query the build list per slave.

  • Data api provides a way to query some build properties in a build list.

5.73.2. Slave

  • buildbot-slave now requires Python 2.6

5.73.2.1. Features

  • Schedulers: the codebases parameter can now be specified in a simple list-of-strings form.

5.73.2.2. Fixes

  • Fix two race conditions in the integration tests

5.73.2.3. Deprecations, Removals, and Non-Compatible Changes

  • Providing Latent AWS EC2 credentials by the .ec2/aws_id file is deprecated: Use the standard .aws/credentials file, instead.

5.73.3. Details

For a more detailed description of the changes made in this version, see the git log itself:

git log v0.9.0b1..v0.9.0b2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文