All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update autobuilder URLs to valkyrie
@ 2024-12-27  9:11 Antonin Godard
  2024-12-28 20:45 ` [docs] " Michael Halstead
  0 siblings, 1 reply; 7+ messages in thread
From: Antonin Godard @ 2024-12-27  9:11 UTC (permalink / raw)
  To: docs; +Cc: Thomas Petazzoni, Antonin Godard

We have moved to Valkyrie which is hosted on
https://valkyrie.yoctoproject.org. 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.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/README                                 | 2 +-
 documentation/conf.py                                | 2 +-
 documentation/poky.yaml.in                           | 1 -
 documentation/ref-manual/release-process.rst         | 2 +-
 documentation/test-manual/reproducible-builds.rst    | 8 ++++----
 documentation/test-manual/test-process.rst           | 2 +-
 documentation/test-manual/understand-autobuilder.rst | 2 +-
 7 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/documentation/README b/documentation/README
index 8a47fd4a3fd07d41d61a7d681d82bd13ac74527d..043c703f38a0fe96682a3e426431facb64e8afd2 100644
--- a/documentation/README
+++ b/documentation/README
@@ -357,7 +357,7 @@ the 'documentation/conf.py' file:
   'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
   'yocto_lists': ('https://lists.yoctoproject.org%s', None),
   'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
-  'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
+  'yocto_ab': ('https://valkyrie.yoctoproject.org%s', None),
   'yocto_docs': ('https://docs.yoctoproject.org%s', None),
   'yocto_git': ('https://git.yoctoproject.org%s', None),
   'oe_home': ('https://www.openembedded.org%s', None),
diff --git a/documentation/conf.py b/documentation/conf.py
index b0e7c91eb5d8e4e855c0ca46351586cdf237fcb3..59d7fb4fa19075292955e4618193670491fc2bff 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -98,7 +98,7 @@ extlinks = {
     'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
     'yocto_lists': ('https://lists.yoctoproject.org%s', None),
     'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
-    'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
+    'yocto_ab': ('https://valkyrie.yoctoproject.org%s', None),
     'yocto_docs': ('https://docs.yoctoproject.org%s', None),
     'yocto_git': ('https://git.yoctoproject.org%s', None),
     'yocto_sstate': ('http://sstate.yoctoproject.org%s', None),
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 0933cbbd351985899ecaea94ae42748bd7ba1753..d045ff596e6d7d7d46be373078e8bb8b38483267 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -12,7 +12,6 @@ DISTRO_REL_TAG : "yocto-5.1"
 DOCCONF_VERSION : "dev"
 BITBAKE_SERIES : ""
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
-YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
 YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
 MIN_PYTHON_VERSION : "3.8.0"
 MIN_TAR_VERSION : "1.28"
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index 691e7d3ed90c98e43e558809828b5094670ccca3..4b54909c54cbcbabcf4818602d243c7882e5e5d7 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
 them and the Yocto Project development team can run them faster and more
 efficiently.
 
-The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) publicly tests each Yocto
+The Yocto Project's main :yocto_ab:`Autobuilder <>` publicly tests each Yocto
 Project release's code in the :oe_git:`openembedded-core </openembedded-core>`,
 :yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The
 testing occurs for both the current state of the "master" branch and also for
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index 91f94a5c74e8e0387f1857cbbdf38e7170bb5248..c90be49223deb52ef5632b984417331cfcef3a1c 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -113,10 +113,10 @@ The project's current reproducibility status can be seen at
 
 You can also check the reproducibility status on supported host distributions:
 
--  CentOS: :yocto_ab:`/typhoon/#/builders/reproducible-centos`
--  Debian: :yocto_ab:`/typhoon/#/builders/reproducible-debian`
--  Fedora: :yocto_ab:`/typhoon/#/builders/reproducible-fedora`
--  Ubuntu: :yocto_ab:`/typhoon/#/builders/reproducible-ubuntu`
+-  CentOS: :yocto_ab:`/#/builders/reproducible-centos`
+-  Debian: :yocto_ab:`/#/builders/reproducible-debian`
+-  Fedora: :yocto_ab:`/#/builders/reproducible-fedora`
+-  Ubuntu: :yocto_ab:`/#/builders/reproducible-ubuntu`
 
 ===============================
 Can I test my layer or recipes?
diff --git a/documentation/test-manual/test-process.rst b/documentation/test-manual/test-process.rst
index 7bec5ba8285cda1d6b0157c38eb693fde7d0e557..60e71f02691ef5be7cbd8a0f7a5454bc3bfff5ea 100644
--- a/documentation/test-manual/test-process.rst
+++ b/documentation/test-manual/test-process.rst
@@ -20,7 +20,7 @@ helps review and test patches and this is his testing tree).
 We have two broad categories of test builds, including "full" and
 "quick". On the Autobuilder, these can be seen as "a-quick" and
 "a-full", simply for ease of sorting in the UI. Use our Autobuilder
-:yocto_ab:`console view </typhoon/#/console>` to see where we manage most
+:yocto_ab:`console view </#/console>` to see where we manage most
 test-related items.
 
 Builds are triggered manually when the test branches are ready. The
diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst
index 6b4fab4f0b2be5a6806db0982e257b9059d15fa7..b30afaa36a5a9c3eae9396d459d56ce54c2d2cf2 100644
--- a/documentation/test-manual/understand-autobuilder.rst
+++ b/documentation/test-manual/understand-autobuilder.rst
@@ -10,7 +10,7 @@ Execution Flow within the Autobuilder
 The "a-full" and "a-quick" targets are the usual entry points into the
 Autobuilder and it makes sense to follow the process through the system
 starting there. This is best visualized from the :yocto_ab:`Autobuilder
-Console view </typhoon/#/console>`.
+Console view </#/console>`.
 
 Each item along the top of that view represents some "target build" and
 these targets are all run in parallel. The 'full' build will trigger the

---
base-commit: 28850c974a3896895bc921c094071523218d6d07
change-id: 20241226-update-autobuilder-link-97b19c8c7c88

Best regards,
-- 
Antonin Godard <antonin.godard@bootlin.com>



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-01-16  7:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27  9:11 [PATCH] Update autobuilder URLs to valkyrie Antonin Godard
2024-12-28 20:45 ` [docs] " Michael Halstead
2025-01-13 17:05   ` Quentin Schulz
2025-01-13 19:17     ` Michael Halstead
2025-01-13 22:09     ` Richard Purdie
2025-01-14 10:13       ` Quentin Schulz
2025-01-16  7:24         ` Michael Halstead

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.