diff mbox series

[yocto-docs,v2,2/2] test-manual/reproducible-builds: fix reproducible links

Message ID 20250117-update-autobuilder-link-v2-2-3ca2d22ab24a@bootlin.com
State Under Review
Headers show
Series Update the autobuilder links to valkyrie | expand

Commit Message

Antonin Godard Jan. 17, 2025, 10:08 a.m. UTC
We don't run reproducible-builds on specific distros anymore, but on a
distro at random depending on what is available on the Autobuilder. Fix
the link to this builder and remove distro specific ones.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/test-manual/reproducible-builds.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Comments

Quentin Schulz Jan. 17, 2025, 10:14 a.m. UTC | #1
Hi Antonin,

On 1/17/25 11:08 AM, Antonin Godard via lists.yoctoproject.org wrote:
> We don't run reproducible-builds on specific distros anymore, but on a
> distro at random depending on what is available on the Autobuilder. Fix
> the link to this builder and remove distro specific ones.
> 
> 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/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index 7769a85d515d3fd4b06ad2ef76239aa774eb8af3..aaf2e4541ee69e6f76cc75cbe1512a1b899f001e 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -119,12 +119,8 @@  https://autobuilder.yocto.io/pub/repro-fail/ in the form ``oe-reproducible +
 The project's current reproducibility status can be seen at
 :yocto_home:`/reproducible-build-results/`
 
-You can also check the reproducibility status on supported host distributions:
-
--  CentOS: :yocto_ab:`/valkyrie/#/builders/reproducible-centos`
--  Debian: :yocto_ab:`/valkyrie/#/builders/reproducible-debian`
--  Fedora: :yocto_ab:`/valkyrie/#/builders/reproducible-fedora`
--  Ubuntu: :yocto_ab:`/valkyrie/#/builders/reproducible-ubuntu`
+You can also check the reproducibility status on the Autobuilder:
+:yocto_ab:`/valkyrie/#/builders/reproducible`.
 
 ===============================
 Can I test my layer or recipes?