summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-01-17 11:08:50 +0100
committerSteve Sakoman <steve@sakoman.com>2025-01-29 06:20:44 -0800
commit4a70faaf985f733cb488cc80018a80e97c8d2629 (patch)
tree684b46059f9499ad405a781d17bcb94c958304f6
parent15777adaf921a4729f7a1cef86ce13a4682fb9a8 (diff)
downloadpoky-4a70faaf985f733cb488cc80018a80e97c8d2629.tar.gz
test-manual/reproducible-builds: fix reproducible links
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. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 7513b4485c08cf5e9b0c0299599e944ce1139313) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 8bd2bc3c00ca80f4c000a2a8d618a9f8ea3aa54b) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/test-manual/reproducible-builds.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index 7769a85d51..aaf2e4541e 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 +
119The project's current reproducibility status can be seen at 119The project's current reproducibility status can be seen at
120:yocto_home:`/reproducible-build-results/` 120:yocto_home:`/reproducible-build-results/`
121 121
122You can also check the reproducibility status on supported host distributions: 122You can also check the reproducibility status on the Autobuilder:
123 123:yocto_ab:`/valkyrie/#/builders/reproducible`.
124- CentOS: :yocto_ab:`/valkyrie/#/builders/reproducible-centos`
125- Debian: :yocto_ab:`/valkyrie/#/builders/reproducible-debian`
126- Fedora: :yocto_ab:`/valkyrie/#/builders/reproducible-fedora`
127- Ubuntu: :yocto_ab:`/valkyrie/#/builders/reproducible-ubuntu`
128 124
129=============================== 125===============================
130Can I test my layer or recipes? 126Can I test my layer or recipes?