Message ID | 20250313210010.1633624-1-cel@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Add defaults refs for linux-stable-rc | expand |
On Thu, Mar 13, 2025 at 05:00:08PM -0400, cel@kernel.org wrote: > 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. Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Luis
On Thu, Mar 13, 2025 at 05:00:08PM +0100, cel@kernel.org wrote: > 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. Besides minor details explained in the other thread, this LGTM: Reviewed-by: Daniel Gomez <da.gomez@samsung.com> > > Changes since RFC: > - Follow suggestions from Daniel Gomez > - Squash in typo fixes > > 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 | 4 +- > scripts/gen-refs-user.Makefile | 20 ++++++- > 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, 203 insertions(+), 5 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 > > -- > 2.48.1 >
On 3/14/25 4:51 AM, Daniel Gomez wrote: > On Thu, Mar 13, 2025 at 05:00:08PM +0100, cel@kernel.org wrote: >> 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. > > Besides minor details explained in the other thread, this LGTM: > > Reviewed-by: Daniel Gomez <da.gomez@samsung.com> Thanks for your guidance. I've made the changes you suggested, and reorganized the permanent Kconfig submenus to move the "stable rc" submenu under "Development trees". Pushed. >> Changes since RFC: >> - Follow suggestions from Daniel Gomez >> - Squash in typo fixes >> >> 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 | 4 +- >> scripts/gen-refs-user.Makefile | 20 ++++++- >> 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, 203 insertions(+), 5 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 >> >> -- >> 2.48.1 >>
On Fri, Mar 14, 2025 at 08:42:59AM +0100, Chuck Lever wrote: > On 3/14/25 4:51 AM, Daniel Gomez wrote: > > On Thu, Mar 13, 2025 at 05:00:08PM +0100, cel@kernel.org wrote: > >> 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. > > > > Besides minor details explained in the other thread, this LGTM: > > > > Reviewed-by: Daniel Gomez <da.gomez@samsung.com> > > Thanks for your guidance. I've made the changes you suggested, and > reorganized the permanent Kconfig submenus to move the "stable rc" > submenu under "Development trees". Makes sense to change menu ordering, thanks! I'm thinking your change is worth adding to the documentation as example on how to augment kdevops autorefs. I'll add a section soon for that. > > Pushed. > > > >> Changes since RFC: > >> - Follow suggestions from Daniel Gomez > >> - Squash in typo fixes > >> > >> 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 | 4 +- > >> scripts/gen-refs-user.Makefile | 20 ++++++- > >> 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, 203 insertions(+), 5 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 > >> > >> -- > >> 2.48.1 > >> > > > -- > Chuck Lever
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. Changes since RFC: - Follow suggestions from Daniel Gomez - Squash in typo fixes 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 | 4 +- scripts/gen-refs-user.Makefile | 20 ++++++- 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, 203 insertions(+), 5 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