Skip to content

Commit 6b3a530

Browse files
committed
linux-mirror: Add a mirror for linux-stable-rc
I test the LTS queue/ branches nightly. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent fb49ec6 commit 6b3a530

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

playbooks/roles/linux-mirror/defaults/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ defaults_nfstest_git: "git://git.linux-nfs.org/projects/mora/nfstest.git"
1414
defaults_xfsprogs_git: "https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git"
1515
defaults_xfsdump_git: "https://github.com/linux-kdevops/xfsdump-dev.git"
1616

17-
# These are mirrors which have variability support, the above should be coverted
17+
# These are mirrors which have variability support. The above should be converted
1818
# to these types so to support alternatives for sources and also the ability to
19-
# not use git and instead https incase of firewall restrictions in some
19+
# not use git and instead https in case of firewall restrictions in some
2020
# environments.
2121
mirror_kdevops_url: "https://github.com/linux-kdevops/kdevops.git"
2222
mirror_stable_url: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
23+
mirror_stable_rc_url: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git"
2324
mirror_torvalds_url: "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
2425

2526
install_only_git_daemon: false

playbooks/roles/linux-mirror/templates/mirrors.yaml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ mirrors:
8888
refresh: "120m"
8989
refresh_on_boot: "20m"
9090
reference: "linux.git"
91+
- short_name: "stable-rc"
92+
url: "{{ mirror_stable_rc_url }}"
93+
target: "linux-stable-rc.git"
94+
refresh: "120m"
95+
refresh_on_boot: "20m"
96+
reference: "linux-stable-rc.git"
9197
- short_name: "vfs"
9298
url: "{{ mirror_vfs_url }}"
9399
target: "vfs.git"

0 commit comments

Comments
 (0)