diff mbox series

test-manual/intro: remove Buildbot version used

Message ID 20250411-ab-remove-buildbot-ver-v1-1-77bfbf35b460@bootlin.com
State Under Review
Headers show
Series test-manual/intro: remove Buildbot version used | expand

Commit Message

Antonin Godard April 11, 2025, 1:31 p.m. UTC
The version has changed now (3.10.12 as of writing). Avoid having to
maintain this information by removing the version info from the intro.
Also fix a typo ("uses now uses") and give a link to yocto-autobuilder2.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/test-manual/intro.rst | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


---
base-commit: 3b50193fa0c9acf4a601aeae6e1c78d0e4a05aef
change-id: 20250411-ab-remove-buildbot-ver-20e23acf06b5

Best regards,
--
Antonin Godard <antonin.godard@bootlin.com>

Comments

Quentin Schulz April 11, 2025, 1:34 p.m. UTC | #1
Hi Antonin,

On 4/11/25 3:31 PM, Antonin Godard via lists.yoctoproject.org wrote:
> The version has changed now (3.10.12 as of writing). Avoid having to
> maintain this information by removing the version info from the intro.
> Also fix a typo ("uses now uses") and give a link to yocto-autobuilder2.
> 
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index 1a8e938a2..d55540c8d 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -51,13 +51,11 @@  fashion. Basically, during the development of a Yocto Project release,
 the Autobuilder tests if things work. The Autobuilder builds all test
 targets and runs all the tests.
 
-The Yocto Project uses now uses standard upstream
-Buildbot (`version 3.8 <https://docs.buildbot.net/3.8.0/>`__) to
-drive its integration and testing. Buildbot has a plug-in interface
-that the Yocto Project customizes using code from the
-``yocto-autobuilder2`` repository, adding its own console UI plugin. The
-resulting UI plug-in allows you to visualize builds in a way suited to
-the project's needs.
+The Yocto Project uses standard upstream Buildbot to drive its integration and
+testing. Buildbot has a plug-in interface that the Yocto Project customizes
+using code from the :yocto_git:`yocto-autobuilder2 </yocto-autobuilder2>`
+repository, adding its own console UI plugin. The resulting UI plug-in allows
+you to visualize builds in a way suited to the project's needs.
 
 A ``helper`` layer provides configuration and job management through
 scripts found in the ``yocto-autobuilder-helper`` repository. The