All of lore.kernel.org
 help / color / mirror / Atom feed
From: cel@kernel.org
To: <kdevops@lists.linux.dev>
Cc: Chuck Lever <chuck.lever@oracle.com>
Subject: [PATCH v1 4/4] linux-mirror: Add a mirror for linux-stable-rc
Date: Mon, 10 Mar 2025 14:32:08 -0400	[thread overview]
Message-ID: <20250310183208.999430-5-cel@kernel.org> (raw)
In-Reply-To: <20250310183208.999430-1-cel@kernel.org>

From: Chuck Lever <chuck.lever@oracle.com>

I test the LTS queue/ branches nightly.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 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"
-- 
2.48.1


  parent reply	other threads:[~2025-03-10 18:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10 18:32 [PATCH v1 0/4] Fixes for git mirroring on Fedora cel
2025-03-10 18:32 ` [PATCH v1 1/4] linux-mirror: Fix installation on Fedora systems cel
2025-03-10 18:32 ` [PATCH v1 2/4] linux-mirror: Ensure git-daemon runs as the Ansible user cel
2025-03-10 18:32 ` [PATCH v1 3/4] mirror: Reduce frequency of retrieving results archive cel
2025-03-11  3:39   ` Luis Chamberlain
2025-03-11 13:38     ` Chuck Lever
2025-03-11 18:01       ` Chuck Lever
2025-03-12  5:12         ` Luis Chamberlain
2025-03-12  5:11       ` Luis Chamberlain
2025-03-10 18:32 ` cel [this message]
2025-03-11  3:40 ` [PATCH v1 0/4] Fixes for git mirroring on Fedora Luis Chamberlain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250310183208.999430-5-cel@kernel.org \
    --to=cel@kernel.org \
    --cc=chuck.lever@oracle.com \
    --cc=kdevops@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.