diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-01-17 11:08:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-20 13:45:06 +0000 |
commit | 43647390ade443ecc496a3b2023d76494996be73 (patch) | |
tree | 32ca08a6710dc7868bc126eb70e3f2551848d618 /documentation/ref-manual/release-process.rst | |
parent | 581757137047373e7b9e8542c1deae6120a7b87c (diff) | |
download | poky-43647390ade443ecc496a3b2023d76494996be73.tar.gz |
Update autobuilder URLs to valkyrie
We have moved to Valkyrie which is hosted on
https://autobuilder.yoctoproject.org/valkyrie. Update the URL in the
documentation.
Also, the YOCTO_AB_URL macro was used in a single location in the
documentation so replace it by the :yocto_ab: custom extlink and remove
the macro.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 0b0ed55d909dd11cdc9b29b105473271627c025e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/release-process.rst')
-rw-r--r-- | documentation/ref-manual/release-process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index c4452228a7..639921b9f6 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -190,7 +190,7 @@ effort has been made to automate the tests so that more people can use | |||
190 | them and the Yocto Project development team can run them faster and more | 190 | them and the Yocto Project development team can run them faster and more |
191 | efficiently. | 191 | efficiently. |
192 | 192 | ||
193 | The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) publicly tests each Yocto | 193 | The Yocto Project's main :yocto_ab:`Autobuilder <>` publicly tests each Yocto |
194 | Project release's code in the :oe_git:`openembedded-core </openembedded-core>`, | 194 | Project release's code in the :oe_git:`openembedded-core </openembedded-core>`, |
195 | :yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The | 195 | :yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The |
196 | testing occurs for both the current state of the "master" branch and also for | 196 | testing occurs for both the current state of the "master" branch and also for |