diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-01-17 11:08:49 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-01-29 06:20:44 -0800 |
commit | 15777adaf921a4729f7a1cef86ce13a4682fb9a8 (patch) | |
tree | 3c8ca46801cc63af361853fbf237ae6c10929037 /documentation/ref-manual | |
parent | 8ea18d1fc530dc8c5bb848e1297c28883af5479b (diff) | |
download | poky-15777adaf921a4729f7a1cef86ce13a4682fb9a8.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: 5fef9b01360faa07d0c8a6a2281caf1ba943e0a0)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 0b0ed55d909dd11cdc9b29b105473271627c025e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-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 |