Gentoo Build Publisher 2.7.0 has been released. Gentoo Build Publisher is a CI/CD binhost/repo publishing system for Gentoo Linux. Notable features in this release include:
- Chart animations have been disabled in case you found them annoying.
- Individual builds now have their own page in the web UI. This page contains
much of the same information as
gbp statusfrom the from the command line, and also contains links to the build logs, - Speaking of the build logs there is also a page for the build (Jenkins)
logs. This is the same information as
gbp logsfrom the command line.

The addition of the build details page was the effect of a new plugin for Gentoo Build Publisher. The plugin, gbp-feeds, adds the ability for Gentoo Build Publisher to provide Atom and RSS feeds for the builds. It provides a feed for all machines as well as feeds for individual machines. gbp-feeds is also the first plugin for Gentoo Build Publisher that demonstrates the plugin system's ability to expose new URLs to the web interface.
It's on my to-do list to write up on the plugin systems (client and server side) as much of GBP's feature set can be expanded via plugins.