File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
playbooks/roles/linux-mirror Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ defaults_nfstest_git: "git://git.linux-nfs.org/projects/mora/nfstest.git"
1414defaults_xfsprogs_git : " https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git"
1515defaults_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.
2121mirror_kdevops_url : " https://github.com/linux-kdevops/kdevops.git"
2222mirror_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"
2324mirror_torvalds_url : " git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
2425
2526install_only_git_daemon : false
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments