summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Barker <paul@pbarker.dev>2025-10-20 10:57:45 +0100
committerSteve Sakoman <steve@sakoman.com>2025-11-03 07:17:02 -0800
commit88bdd0ed929e967f37d1303ce731def3aa980fd6 (patch)
tree2dbe22c2042d76b0aa99ba8b0092250a7e9aaccb /documentation
parent059f795ebea9d919db50b3fd675d055f92d45c16 (diff)
downloadpoky-88bdd0ed929e967f37d1303ce731def3aa980fd6.tar.gz
dev-manual, test-manual: Update autobuilder output links
The current autobuilder cluster is at valkyrie.yocto.io, published files on autobuilder.yocto.io will be missing or out-of-date. (From yocto-docs rev: b3b95e590248025d59a7cef311bb0abf207e72fb) Signed-off-by: Paul Barker <paul@pbarker.dev> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 9ed06c070e309b52f1dbf8877867dcede79f4cb6) 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/dev-manual/vulnerabilities.rst2
-rw-r--r--documentation/test-manual/reproducible-builds.rst2
-rw-r--r--documentation/test-manual/test-process.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/vulnerabilities.rst b/documentation/dev-manual/vulnerabilities.rst
index 22b85d53d4..863a407020 100644
--- a/documentation/dev-manual/vulnerabilities.rst
+++ b/documentation/dev-manual/vulnerabilities.rst
@@ -12,7 +12,7 @@ known security vulnerabilities, as tracked by the public
12database. 12database.
13 13
14The Yocto Project maintains a `list of known vulnerabilities 14The Yocto Project maintains a `list of known vulnerabilities
15<https://autobuilder.yocto.io/pub/non-release/patchmetrics/>`__ 15<https://valkyrie.yocto.io/pub/non-release/patchmetrics/>`__
16for packages in Poky and OE-Core, tracking the evolution of the number of 16for packages in Poky and OE-Core, tracking the evolution of the number of
17unpatched CVEs and the status of patches. Such information is available for 17unpatched CVEs and the status of patches. Such information is available for
18the current development version and for each supported release. 18the current development version and for each supported release.
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index aaf2e4541e..a6493690cf 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -113,7 +113,7 @@ If ``OEQA_DEBUGGING_SAVED_OUTPUT`` is set, any differing packages will be saved
113here. The test is also able to run the ``diffoscope`` command on the output to 113here. The test is also able to run the ``diffoscope`` command on the output to
114generate HTML files showing the differences between the packages, to aid 114generate HTML files showing the differences between the packages, to aid
115debugging. On the Autobuilder, these appear under 115debugging. On the Autobuilder, these appear under
116https://autobuilder.yocto.io/pub/repro-fail/ in the form ``oe-reproducible + 116https://valkyrie.yocto.io/pub/repro-fail/ in the form ``oe-reproducible +
117<date> + <random ID>``, e.g. ``oe-reproducible-20200202-1lm8o1th``. 117<date> + <random ID>``, e.g. ``oe-reproducible-20200202-1lm8o1th``.
118 118
119The project's current reproducibility status can be seen at 119The project's current reproducibility status can be seen at
diff --git a/documentation/test-manual/test-process.rst b/documentation/test-manual/test-process.rst
index 945b56830f..00215385bb 100644
--- a/documentation/test-manual/test-process.rst
+++ b/documentation/test-manual/test-process.rst
@@ -69,7 +69,7 @@ box to "generate an email to QA" is also checked.
69When the build completes, an email is sent out using the ``send-qa-email`` 69When the build completes, an email is sent out using the ``send-qa-email``
70script in the :yocto_git:`yocto-autobuilder-helper </yocto-autobuilder-helper>` 70script in the :yocto_git:`yocto-autobuilder-helper </yocto-autobuilder-helper>`
71repository to the list of people configured for that release. Release builds 71repository to the list of people configured for that release. Release builds
72are placed into a directory in https://autobuilder.yocto.io/pub/releases on the 72are placed into a directory in https://valkyrie.yocto.io/pub/releases on the
73Autobuilder which is included in the email. The process from here is 73Autobuilder which is included in the email. The process from here is
74more manual and control is effectively passed to release engineering. 74more manual and control is effectively passed to release engineering.
75The next steps include: 75The next steps include: