mbox series

[RFC,0/2] Add defaults refs for linux-stable-rc

Message ID 20250312185001.1468167-1-cel@kernel.org (mailing list archive)
Headers show
Series Add defaults refs for linux-stable-rc | expand

Message

Chuck Lever March 12, 2025, 6:49 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

This series goes with the addition of linux-stable-rc to the
set of repos handled by the local /mirror. These seem to behave
OK, but I'm not sure I got everything right.

Chuck Lever (2):
  linux-mirror: Enable choice of clone protocol for stable-rc tree
  Add the stable release candidate repo to the Linux git repos menu

 Makefile.linux-mirror                         |  1 +
 kconfigs/Kconfig.defaults                     | 12 ++++
 kconfigs/Kconfig.mirror                       | 41 ++++++++++++++
 kconfigs/workflows/Kconfig.bootlinux          |  4 ++
 scripts/gen-refs-default.Makefile             | 14 ++++-
 scripts/gen-refs-user.Makefile                | 18 +++++-
 workflows/linux/Kconfig                       |  9 +++
 workflows/linux/Kconfig.stable_rc             | 31 ++++++++++
 .../linux/refs/default/Kconfig.stable_rc      | 56 +++++++++++++++++++
 workflows/linux/refs/static/stable_rc.yaml    | 30 ++++++++++
 10 files changed, 212 insertions(+), 4 deletions(-)
 create mode 100644 workflows/linux/Kconfig.stable_rc
 create mode 100644 workflows/linux/refs/default/Kconfig.stable_rc
 create mode 100644 workflows/linux/refs/static/stable_rc.yaml