diff mbox series

docs-wide: remove Bazaar fetcher references

Message ID 20260217-remove-bzr-references-v1-1-8cdadbc3499c@bootlin.com
State Under Review
Headers show
Series docs-wide: remove Bazaar fetcher references | expand

Commit Message

Antonin Godard Feb. 17, 2026, 9:52 a.m. UTC
Remove the Bazaar fetcher references as it was deprecated in [1].

This fixes the following build issue on master:

  .../ref-manual/variables.rst:1506: WARNING: term not in glossary: 'bitbake:BZRDIR' [ref.term]

[1]: https://git.openembedded.org/bitbake/commit/?id=8e057d54f09ca0a1fb64c716da6b66f0ce4555b0

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/dev-manual/external-scm.rst        | 2 +-
 documentation/migration-guides/migration-1.3.rst | 2 --
 documentation/ref-manual/variables.rst           | 5 +----
 3 files changed, 2 insertions(+), 7 deletions(-)


---
base-commit: 98840d241c681c5bd4080db57b3bd9d9f0740b94
change-id: 20260217-remove-bzr-references-7163efc86ff3
diff mbox series

Patch

diff --git a/documentation/dev-manual/external-scm.rst b/documentation/dev-manual/external-scm.rst
index 896b1b5ac7..3ca9079b3a 100644
--- a/documentation/dev-manual/external-scm.rst
+++ b/documentation/dev-manual/external-scm.rst
@@ -9,7 +9,7 @@  notice new recipe changes added to the SCM and then build the resulting
 packages that depend on the new recipes by using the latest versions.
 This only works for SCMs from which it is possible to get a sensible
 revision number for changes. Currently, you can do this with Apache
-Subversion (SVN), Git, and Bazaar (BZR) repositories.
+Subversion (SVN) and Git.
 
 To enable this behavior, the :term:`PV` of
 the recipe needs to include a ``+`` sign in its assignment.
diff --git a/documentation/migration-guides/migration-1.3.rst b/documentation/migration-guides/migration-1.3.rst
index 95f7e3572b..594320d5e1 100644
--- a/documentation/migration-guides/migration-1.3.rst
+++ b/documentation/migration-guides/migration-1.3.rst
@@ -77,8 +77,6 @@  URIs:
 
 -  ``svn://``
 
--  ``bzr://``
-
 -  ``hg://``
 
 -  ``osc://``
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 208b5e43d1..fb4581bae1 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1507,9 +1507,6 @@  system and gives an overview of their function and contents.
       splitting the output executable file. Set the variable to "0" to get
       a single output executable file.
 
-   :term:`BZRDIR`
-      See :term:`bitbake:BZRDIR` in the BitBake manual.
-
    :term:`CACHE`
       Specifies the directory BitBake uses to store a cache of the
       :term:`Metadata` so it does not need to be parsed every time
@@ -9372,7 +9369,7 @@  system and gives an overview of their function and contents.
 
    :term:`SRCREV`
       The revision of the source code used to build the package. This
-      variable applies to Subversion, Git, Mercurial, and Bazaar only. Note
+      variable applies to Subversion, Git, and Mercurial only. Note
       that if you want to build a fixed revision and you want to avoid
       performing a query on the remote repository every time BitBake parses
       your recipe, you should specify a :term:`SRCREV` that is a full revision