From 56d47e9672299b3831c7be2a2e5276d3c5d58197 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 20 Oct 2025 10:57:45 +0100 Subject: [PATCH] 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: 9ed06c070e309b52f1dbf8877867dcede79f4cb6) Signed-off-by: Paul Barker Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/dev-manual/vulnerabilities.rst | 2 +- documentation/test-manual/reproducible-builds.rst | 2 +- documentation/test-manual/test-process.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/vulnerabilities.rst b/documentation/dev-manual/vulnerabilities.rst index 6cc7f04944..3a83a40f31 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 database. The Yocto Project maintains a `list of known vulnerabilities -`__ +`__ for packages in Poky and OE-Core, tracking the evolution of the number of unpatched CVEs and the status of patches. Such information is available for the 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 b913aa4eaf..336bb7f26a 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 here. The test is also able to run the ``diffoscope`` command on the output to generate HTML files showing the differences between the packages, to aid debugging. On the Autobuilder, these appear under -https://autobuilder.yocto.io/pub/repro-fail/ in the form ``oe-reproducible + +https://valkyrie.yocto.io/pub/repro-fail/ in the form ``oe-reproducible + + ``, e.g. ``oe-reproducible-20200202-1lm8o1th``. The 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. When the build completes, an email is sent out using the ``send-qa-email`` script in the :yocto_git:`yocto-autobuilder-helper ` repository to the list of people configured for that release. Release builds -are placed into a directory in https://autobuilder.yocto.io/pub/releases on the +are placed into a directory in https://valkyrie.yocto.io/pub/releases on the Autobuilder which is included in the email. The process from here is more manual and control is effectively passed to release engineering. The next steps include: