All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonin Godard" <antonin.godard@bootlin.com>
To: "Richard Purdie" <richard.purdie@linuxfoundation.org>
Cc: <docs@lists.yoctoproject.org>
Subject: [styhead] Pull request
Date: Wed, 06 Nov 2024 16:48:18 +0100	[thread overview]
Message-ID: <D5F7PMX6XVCJ.1RTQN0IPZKRVZ@bootlin.com> (raw)

The following changes since commit 4716ef9098a297d3183efbbd2c477bc6b48df226:

  release-notes-4.0: update BB_HASHSERVE_UPSTREAM for new infrastructure (2024-10-31 13:45:05 +0100)

are available in the Git repository at:

  git@push.yoctoproject.org:yocto-docs styhead-next

for you to fetch changes up to 5692ad6f023289dda63567c1f79132854ae3899d:

  dev-manual: add bblock documentation (2024-11-06 16:39:02 +0100)

----------------------------------------------------------------
Antonin Godard (1):
      conf.py: rename :cve: role to :cve_nist:

Julien Stephan (5):
      README: add instruction to run Vale on a subset
      documentation: Makefile: add SPHINXLINTDOCS to specify subset to sphinx-lint
      styles: vocabularies: Yocto: add sstate
      ref-manual: variables: add SIGGEN_LOCKEDSIGS* variables
      dev-manual: add bblock documentation

 documentation/Makefile                             |  23 ++--
 documentation/README                               |  18 ++-
 documentation/conf.py                              |   2 +-
 .../contributor-guide/recipe-style-guide.rst       |   2 +-
 documentation/dev-manual/bblock.rst                | 129 +++++++++++++++++++++
 documentation/dev-manual/index.rst                 |   1 +
 .../migration-guides/release-notes-3.4.1.rst       |  14 +--
 .../migration-guides/release-notes-3.4.2.rst       |  40 +++----
 .../migration-guides/release-notes-3.4.3.rst       |  10 +-
 .../migration-guides/release-notes-3.4.4.rst       |   6 +-
 .../migration-guides/release-notes-3.4.rst         |  56 ++++-----
 .../migration-guides/release-notes-4.0.1.rst       |  10 +-
 .../migration-guides/release-notes-4.0.10.rst      |  42 +++----
 .../migration-guides/release-notes-4.0.11.rst      |  24 ++--
 .../migration-guides/release-notes-4.0.12.rst      |  48 ++++----
 .../migration-guides/release-notes-4.0.13.rst      |  68 +++++------
 .../migration-guides/release-notes-4.0.14.rst      |  56 ++++-----
 .../migration-guides/release-notes-4.0.15.rst      |  34 +++---
 .../migration-guides/release-notes-4.0.16.rst      |  30 ++---
 .../migration-guides/release-notes-4.0.17.rst      |  42 +++----
 .../migration-guides/release-notes-4.0.18.rst      |  32 ++---
 .../migration-guides/release-notes-4.0.19.rst      |  36 +++---
 .../migration-guides/release-notes-4.0.2.rst       |  14 +--
 .../migration-guides/release-notes-4.0.20.rst      |  16 +--
 .../migration-guides/release-notes-4.0.21.rst      |  48 ++++----
 .../migration-guides/release-notes-4.0.22.rst      |  30 ++---
 .../migration-guides/release-notes-4.0.3.rst       |  30 ++---
 .../migration-guides/release-notes-4.0.4.rst       |  22 ++--
 .../migration-guides/release-notes-4.0.5.rst       |  10 +-
 .../migration-guides/release-notes-4.0.6.rst       |  44 +++----
 .../migration-guides/release-notes-4.0.7.rst       |  40 +++----
 .../migration-guides/release-notes-4.0.8.rst       |  20 ++--
 .../migration-guides/release-notes-4.0.9.rst       |  42 +++----
 .../migration-guides/release-notes-4.0.rst         |  62 +++++-----
 .../migration-guides/release-notes-4.1.1.rst       |  22 ++--
 .../migration-guides/release-notes-4.1.2.rst       |  24 ++--
 .../migration-guides/release-notes-4.1.3.rst       |  36 +++---
 .../migration-guides/release-notes-4.1.4.rst       |  34 +++---
 .../migration-guides/release-notes-4.1.rst         |  60 +++++-----
 .../migration-guides/release-notes-4.2.1.rst       |  14 +--
 .../migration-guides/release-notes-4.2.2.rst       |  30 ++---
 .../migration-guides/release-notes-4.2.3.rst       |  34 +++---
 .../migration-guides/release-notes-4.2.4.rst       |  72 ++++++------
 .../migration-guides/release-notes-4.2.rst         |  64 +++++-----
 .../migration-guides/release-notes-4.3.1.rst       |  16 +--
 .../migration-guides/release-notes-4.3.2.rst       |  24 ++--
 .../migration-guides/release-notes-4.3.3.rst       |  22 ++--
 .../migration-guides/release-notes-4.3.4.rst       |  34 +++---
 .../migration-guides/release-notes-4.3.rst         |  80 ++++++-------
 .../migration-guides/release-notes-5.0.2.rst       |  22 ++--
 .../migration-guides/release-notes-5.0.3.rst       |  48 ++++----
 .../migration-guides/release-notes-5.0.rst         |  66 +++++------
 .../migration-guides/release-notes-5.1.rst         |  52 ++++-----
 documentation/ref-manual/structure.rst             |   9 ++
 documentation/ref-manual/variables.rst             |  47 ++++++++
 .../styles/config/vocabularies/Yocto/accept.txt    |   1 +
 56 files changed, 1058 insertions(+), 854 deletions(-)
 create mode 100644 documentation/dev-manual/bblock.rst)


             reply	other threads:[~2024-11-06 15:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-06 15:48 Antonin Godard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-11  7:10 [styhead] Pull request Antonin Godard
2025-03-21 10:40 Antonin Godard
2025-03-07 16:37 Antonin Godard
2025-02-25 16:56 Antonin Godard
2025-02-14 13:27 Antonin Godard
2025-02-07  9:03 Antonin Godard
2025-01-27 15:58 Antonin Godard
2025-01-20  8:39 Antonin Godard
2025-01-08 16:00 Antonin Godard
2024-12-27 14:02 Antonin Godard
2024-12-20  8:46 Antonin Godard
2024-12-16  8:24 Antonin Godard
2024-11-29  8:07 Antonin Godard
2024-11-22  7:56 Antonin Godard
2024-11-15  8:04 Antonin Godard
2024-10-31 12:47 Antonin Godard
2024-10-25  8:37 Antonin Godard
2024-10-18  7:32 Antonin Godard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D5F7PMX6XVCJ.1RTQN0IPZKRVZ@bootlin.com \
    --to=antonin.godard@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.