summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
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-24 07:49:28 -0800
commita42a2d776dca915fe36e93f445321b64d357a3be (patch)
treeffe97b525797479b84394a676b8c2e362697344a /documentation/test-manual
parent49affb8af2b9c676e00afe45e6faee148daa0b6b (diff)
downloadpoky-a42a2d776dca915fe36e93f445321b64d357a3be.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: d574e625b2bb1b07a2e51cbf2e1f0a28ee596c7b) 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>
Diffstat (limited to 'documentation/test-manual')
-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 20a522f65b..25377a7915 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?