Message ID | 20250312185001.1468167-1-cel@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF975257458 for <kdevops@lists.linux.dev>; Wed, 12 Mar 2025 18:50:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741805405; cv=none; b=sgkSfzooY3a1KL+S9fdAhBYGFnT+vSR7NN6+Qx/rfmMpT4LINRpTH8BGlBaud3kt3IOHdMSqzsbSRYqwsWhDEzXtgzUmrwB5d9ZZHGEDwJpzpwvxeTsHUMwU+385UzMKxGa8NbNpLHnX+jAkezr9hQgkmaGrZGksHlLdzHdHHWQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741805405; c=relaxed/simple; bh=hSO5XMJB74GiD9fMUa0EBCtER2QaDwz+aEcMoW6IK5E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YYcXfeSri2mC3aTFdbn5nasyfije66eFrVtmTK//kK2dyiUoPDV3xPDLYDXZbjPCOxjWCC3ej2ctv/aIHMleQdoHRRO0MvJy9bR3vk7ODDQIhhEwlOyhJxv2HvTIJLi9fmkMpp6mNyhclmxaF7g/rSRbiR9OYhSljqxY58yKlGw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gEtif+Zc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gEtif+Zc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1694EC4CEDD; Wed, 12 Mar 2025 18:50:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741805404; bh=hSO5XMJB74GiD9fMUa0EBCtER2QaDwz+aEcMoW6IK5E=; h=From:To:Cc:Subject:Date:From; b=gEtif+ZcY9s/onLKpca8MnZ54NctEIZd8NhHdnfcgLLgSmly1D4OxtGRGiCoRjyXB DXjgnJhRStwzzy0CL4nEYz1V4zgXiVYyl3uvjszbNaOu0YV8srRuBjFEtqczCjgI7w zjtEbOdfOULVO/iFCjoV2oY6oM2zOi++gm0y8uKw721ByjWoSaYvc0L1LzoIHf92XK sTUcugexunxprUHmu3jgMSRn5d044KxXM2Lv+pqR8ewGaKJm7R89CCZZa3C9cyIfFh daEa/9fqPHPpcx/YvaLr0yY8rR6gWH7XRpeYejt3kmh9NRBCIhzJXah8UullC7tX4h cYWZvK59sGTqw== From: cel@kernel.org To: Daniel Gomez <da.gomez@kernel.org> Cc: <kdevops@lists.linux.dev>, Chuck Lever <chuck.lever@oracle.com> Subject: [RFC PATCH 0/2] Add defaults refs for linux-stable-rc Date: Wed, 12 Mar 2025 14:49:59 -0400 Message-ID: <20250312185001.1468167-1-cel@kernel.org> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: <kdevops.lists.linux.dev> List-Subscribe: <mailto:kdevops+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:kdevops+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Add defaults refs for linux-stable-rc
|
expand
|
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