From patchwork Mon Mar 10 18:32:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 14010503 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 F25241C3F34 for ; Mon, 10 Mar 2025 18:32:12 +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=1741631533; cv=none; b=b7OwLbjjY5X/jERHeUjMoMLARpu2OV4Q+P2aC+5aiqD0gpi/RJR4ocPsTykU0W86mCXw/QTZ7W9iLm6QxUJ0J9Tk66j+q2JwNQtKTUoE1k+F+ZVQwRnTLq5XV+GOmz22Zbfhj0/I8Ju73SzRBTTy0YH/ePRyFA+jp88WfeQSLII= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741631533; c=relaxed/simple; bh=FtFm0YpvLpQkD0sEIomM2dvH/R0RDBQ2v+FE9nUfBEc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=uitAg3wtb//WL9+7UrQV0VPVUMbi6iHIKlA2LwKc36UfQGUZ46C3AvUythNtjCTkBMte/M+QnqEYx3RKo0r5AWK9021hkCzEtm47Jht76suUaXNBgZoKMx0ilvHxgK0jaqyX44p7eEk0eJ+PW4bfHIBH8LAW/c+rU9n5O20QXI8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qkLtjaju; 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="qkLtjaju" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30FDDC4CEE5; Mon, 10 Mar 2025 18:32:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741631532; bh=FtFm0YpvLpQkD0sEIomM2dvH/R0RDBQ2v+FE9nUfBEc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qkLtjajuCq/iW5PadM0Y5q+SUG07L+JOsGk+XotKPTcTGvGs6kkzkcpYTMgjt8p0X zc8eYN5AX+Ps5+Z30Kgfov/HSUXoRrccqQQic3qFtLYxCIvCxunFEFAdrk/W7rf9k3 anQowqMZqQ8AE1xPizZ6hw+yTqYgBkku7RjQNOC+G7t4su53qTboOC6dCjzZsTgULS yyRZTqjFQgqZgL01Yb1s+DKX5ut/8gbLZ1KWjHb1LfW8nJsRkk0TpDYAgW7g+WgoQZ 54Hy7coVP8k4qChvLJqNQZt03dmT88cgzpxFkcWB2AEfc/QpoOAMSXK5rpvr8iYpVC q2hej3N4W76LQ== From: cel@kernel.org To: Cc: Chuck Lever Subject: [PATCH v1 4/4] linux-mirror: Add a mirror for linux-stable-rc Date: Mon, 10 Mar 2025 14:32:08 -0400 Message-ID: <20250310183208.999430-5-cel@kernel.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250310183208.999430-1-cel@kernel.org> References: <20250310183208.999430-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 I test the LTS queue/ branches nightly. Signed-off-by: Chuck Lever --- playbooks/roles/linux-mirror/defaults/main.yml | 5 +++-- playbooks/roles/linux-mirror/templates/mirrors.yaml.j2 | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/linux-mirror/defaults/main.yml b/playbooks/roles/linux-mirror/defaults/main.yml index c95342591090..c193932931b6 100644 --- a/playbooks/roles/linux-mirror/defaults/main.yml +++ b/playbooks/roles/linux-mirror/defaults/main.yml @@ -14,12 +14,13 @@ defaults_nfstest_git: "git://git.linux-nfs.org/projects/mora/nfstest.git" defaults_xfsprogs_git: "https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git" defaults_xfsdump_git: "https://github.com/linux-kdevops/xfsdump-dev.git" -# These are mirrors which have variability support, the above should be coverted +# These are mirrors which have variability support. The above should be converted # to these types so to support alternatives for sources and also the ability to -# not use git and instead https incase of firewall restrictions in some +# not use git and instead https in case of firewall restrictions in some # environments. mirror_kdevops_url: "https://github.com/linux-kdevops/kdevops.git" mirror_stable_url: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" +mirror_stable_rc_url: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git" mirror_torvalds_url: "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" install_only_git_daemon: false diff --git a/playbooks/roles/linux-mirror/templates/mirrors.yaml.j2 b/playbooks/roles/linux-mirror/templates/mirrors.yaml.j2 index 45e79349a3d4..79bbbc6595ba 100644 --- a/playbooks/roles/linux-mirror/templates/mirrors.yaml.j2 +++ b/playbooks/roles/linux-mirror/templates/mirrors.yaml.j2 @@ -88,6 +88,12 @@ mirrors: refresh: "120m" refresh_on_boot: "20m" reference: "linux.git" + - short_name: "stable-rc" + url: "{{ mirror_stable_rc_url }}" + target: "linux-stable-rc.git" + refresh: "120m" + refresh_on_boot: "20m" + reference: "linux-stable-rc.git" - short_name: "vfs" url: "{{ mirror_vfs_url }}" target: "vfs.git"