summaryrefslogtreecommitdiffstats
path: root/documentation
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:59:39 -0800
commit2333d6a37f4ab7be9844bcd158a2e4255880c8a1 (patch)
tree7abcb48e018c5692052b16f1dffddcfef8c5de2a /documentation
parente603b95d4f7a09bf49a63c4c24eb9648c562ec4d (diff)
downloadpoky-2333d6a37f4ab7be9844bcd158a2e4255880c8a1.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: bb9e018adcc10c642f87d0b95432783b5eb8057b) 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')
-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?