From patchwork Thu Mar 13 21:00:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 14015910 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 781831F0E40 for ; Thu, 13 Mar 2025 21:00:13 +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=1741899613; cv=none; b=F8hHo6vx0eCCJDx3HFKzrpCAFXb4v8/A5DS/D/PjWmgPiXf1Djixvb6fxo1X1qvIi/QcK2X6bCBEhA5GRshTYztnp+GSs4Z9utw/V7fQKZVvXzD3kqsKrhZBMSYuaRs/P17+CDLuD4mMi+90rwX/4nvvwZvJ4i2LzLatc9R6UUk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741899613; c=relaxed/simple; bh=o2MpTdJj6eUUFp+9GCk9CHaSlq5YCM1VuQSYOsF34pQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=L6Kapj6ZIaMiajy4ccGFppN/BWF7sjzB6c+rLpwUwj5rLFXYyDG0KWhbCnNEOo6YdbzyImj5KXSdTzPOHCiRTLc5isdhUpkBB0ZmdYBYWWfEvqafPnRC6ArbNHjULYdo3YWjokDEzarEW0iiep+HfnZcicpwNZOU8ZaoQ92dVzs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=S8j93h7j; 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="S8j93h7j" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D0A3C4CEEB; Thu, 13 Mar 2025 21:00:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741899612; bh=o2MpTdJj6eUUFp+9GCk9CHaSlq5YCM1VuQSYOsF34pQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S8j93h7jamK0ia9m1pOfVS/qNB9AcgOdQyhSPbCgJR+zRU48U3Us577+uyNId32qf xQ2Cd4InToeY5GBMk8BCOmPlZBVi2v1fcVr2GF7qnxV+Ux0xsSgUfcxZRXh0MrDgGJ Hf0bMLoYcfrn7irGMh8ACfgLMmEtUumZ5zWy3745dnj1jE9vH9tEkECizTWz52BzEc RZvjNXEGgAr9CzXEYZxChDBOZbzsk1RyYvb/QHXVsI3cbkrrrTq4TJzJvOmPAEj9aE dMIka8DDnp9zhAFhldReyKSpIZF0JGLkZo8D++FJheIO2UZW9YSkCutGmxXzDBSNyC hYZHQsS92g6qA== From: cel@kernel.org To: Daniel Gomez Cc: , Chuck Lever Subject: [PATCH v2 1/2] linux-mirror: Enable choice of clone protocol for stable-rc tree Date: Thu, 13 Mar 2025 17:00:09 -0400 Message-ID: <20250313210010.1633624-2-cel@kernel.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250313210010.1633624-1-cel@kernel.org> References: <20250313210010.1633624-1-cel@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Chuck Lever Add linux-stable-rc to the "Install local mirror setup" menu so that users can select which default protocol and master to pull from. Signed-off-by: Chuck Lever --- Makefile.linux-mirror | 1 + kconfigs/Kconfig.defaults | 12 ++++++++++++ kconfigs/Kconfig.mirror | 41 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/Makefile.linux-mirror b/Makefile.linux-mirror index e2a4b4dcb3ae..2ff18adfda1a 100644 --- a/Makefile.linux-mirror +++ b/Makefile.linux-mirror @@ -17,6 +17,7 @@ LINUX_MIRROR_ARGS += mirror_qemu_jic23_url='$(subst ",,$(CONFIG_MIRROR_KDEVOPS_U LINUX_MIRROR_ARGS += mirror_mcgrof_linus_url='$(subst ",,$(CONFIG_MIRROR_MCGROF_LINUS_URL))' LINUX_MIRROR_ARGS += mirror_mcgrof_url='$(subst ",,$(CONFIG_MIRROR_MCGROF_URL))' LINUX_MIRROR_ARGS += mirror_stable_url='$(subst ",,$(CONFIG_MIRROR_STABLE_URL))' +LINUX_MIRROR_ARGS += mirror_stable_rc_url='$(subst ",,$(CONFIG_MIRROR_STABLE_RC_URL))' LINUX_MIRROR_ARGS += mirror_torvalds_url='$(subst ",,$(CONFIG_MIRROR_TORVALDS_URL))' endif diff --git a/kconfigs/Kconfig.defaults b/kconfigs/Kconfig.defaults index 9e6da24f2921..e03f17872850 100644 --- a/kconfigs/Kconfig.defaults +++ b/kconfigs/Kconfig.defaults @@ -164,6 +164,18 @@ config DEFAULT_STABLE_HTTPS_GOOGLE_URL string default "https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git" +config DEFAULT_STABLE_RC_GIT_URL + string + default "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git" + +config DEFAULT_STABLE_RC_HTTPS_URL + string + default "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git" + +config DEFAULT_STABLE_RC_HTTPS_GOOGLE_URL + string + default "https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable-rc.git" + config DEFAULT_VFS_GIT_URL string default "git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git" diff --git a/kconfigs/Kconfig.mirror b/kconfigs/Kconfig.mirror index 18a04ce30235..14e86149175b 100644 --- a/kconfigs/Kconfig.mirror +++ b/kconfigs/Kconfig.mirror @@ -370,6 +370,47 @@ config MIRROR_STABLE_URL default DEFAULT_STABLE_HTTPS_URL if MIRROR_STABLE_HTTPS default DEFAULT_STABLE_HTTPS_GOOGLE_URL if MIRROR_STABLE_HTTPS_GOOGLE +choice + prompt "Linux stable rc mirror protocol/source" + default MIRROR_STABLE_RC_GIT if MIRROR_GIT_WORKS + default MIRROR_STABLE_RC_HTTPS if !MIRROR_GIT_WORKS + depends on INSTALL_LOCAL_LINUX_MIRROR + +config MIRROR_STABLE_RC_HTTPS + bool "HTTPS (kernel.org)" + help + If you enable this option then the mirror will use HTTPS to access + the linux-stable-rc repository on git.kernel.org. The full URL is: + + https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git" + +config MIRROR_STABLE_RC_HTTPS_GOOGLE + bool "HTTPS (Google)" + help + If you enable this option then the mirror will use HTTPS to access + the linux-stable-rc repository on kernel.googlesource.com The full + URL is: + + https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable-rc.git" + +config MIRROR_STABLE_RC_GIT + bool "Git (kernel.org)" + depends on MIRROR_GIT_WORKS + help + If you enable this option then the mirror will use the GIT protocol + to access the linux-stable-rc repository on git.kernel.org. The + full URL is: + + git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git" + +endchoice + +config MIRROR_STABLE_RC_URL + string + default DEFAULT_STABLE_RC_GIT_URL if MIRROR_STABLE_RC_GIT + default DEFAULT_STABLE_RC_HTTPS_URL if MIRROR_STABLE_RC_HTTPS + default DEFAULT_STABLE_RC_HTTPS_GOOGLE_URL if MIRROR_STABLE_RC_HTTPS_GOOGLE + choice prompt "Linux xfs kernel tree" default MIRROR_XFS_GIT if MIRROR_GIT_WORKS