diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-07-25 16:45:36 +0100 |
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-07-25 16:45:36 +0100 |
| commit | e37b5f67132d5bbc69374a858b15597aaec47d63 (patch) | |
| tree | 835a9be0ec10f6b8fc8a3e696a4e9df5da987c2d /roles/cgit/files | |
| parent | 12d4a9e0322910b19fd7b4fe840603d517b01a1d (diff) | |
| download | infra-e37b5f67132d5bbc69374a858b15597aaec47d63.tar.gz infra-e37b5f67132d5bbc69374a858b15597aaec47d63.tar.bz2 infra-e37b5f67132d5bbc69374a858b15597aaec47d63.zip | |
Add git mirror for Linux kernel
Diffstat (limited to 'roles/cgit/files')
| -rw-r--r-- | roles/cgit/files/cgitrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/cgit/files/cgitrc b/roles/cgit/files/cgitrc index 9a9030c..75ce869 100644 --- a/roles/cgit/files/cgitrc +++ b/roles/cgit/files/cgitrc @@ -74,3 +74,9 @@ repo.desc=Miscellaneous code that is useful to have around. repo.url=packages.git repo.path=/srv/git/packages.git repo.desc=Configuration files for Arch Linux packages. + +# Linux. +repo.url=linux.git +repo.path=/srv/git/linux.git +repo.desc=Linux kernel source tree. +repo.section=Mirrors |