mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
added linux-stable.git
This commit is contained in:
parent
c382441700
commit
d50d99d6bb
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
category: help
|
||||
layout: help
|
||||
mirrorid: linux-stable.git
|
||||
---
|
||||
|
||||
## Linux Kernel Git Stable 分支镜像使用帮助
|
||||
|
||||
如需克隆 linux 代码,使用
|
||||
|
||||
```
|
||||
git clone https://mirrors.tuna.tsinghua.edu.cn/git/linux-stable.git
|
||||
```
|
||||
|
||||
若要将 tuna mirror 加入已有代码库,可在已有仓库中运行
|
||||
|
||||
```
|
||||
git remote add tuna https://mirrors.tuna.tsinghua.edu.cn/git/linux-stable.git
|
||||
```
|
||||
|
||||
或运行
|
||||
|
||||
```
|
||||
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/linux-stable.git
|
||||
```
|
||||
|
||||
将默认上游设置为 TUNA 镜像
|
||||
|
||||
|
|
@ -13,6 +13,7 @@ Disallow: /alpine
|
|||
Disallow: /anaconda
|
||||
Disallow: /antergos
|
||||
Disallow: /anthon
|
||||
Disallow: /aosp-monthly
|
||||
Disallow: /apache
|
||||
Disallow: /arch4edu
|
||||
Disallow: /archlinux
|
||||
|
|
@ -62,6 +63,7 @@ Disallow: /kali-security
|
|||
Disallow: /kali
|
||||
Disallow: /kernel
|
||||
Disallow: /kodi
|
||||
Disallow: /linux-stable.git
|
||||
Disallow: /linux.git
|
||||
Disallow: /linuxmint-cd
|
||||
Disallow: /linuxmint
|
||||
|
|
@ -98,7 +100,9 @@ Disallow: /ros
|
|||
Disallow: /rpmfusion
|
||||
Disallow: /rubygems
|
||||
Disallow: /sagemath
|
||||
Disallow: /saltstack
|
||||
Disallow: /slackware
|
||||
Disallow: /slackwarearm
|
||||
Disallow: /steamos
|
||||
Disallow: /tensorflow
|
||||
Disallow: /termux
|
||||
|
|
|
|||
|
|
@ -35,13 +35,16 @@ var mir_tmpl = $("#template").text(),
|
|||
],
|
||||
options = {
|
||||
'AOSP': {
|
||||
'url': "/help/AOSP/",
|
||||
'url': "/help/AOSP/"
|
||||
},
|
||||
'homebrew': {
|
||||
'url': "/help/homebrew/",
|
||||
'url': "/help/homebrew/"
|
||||
},
|
||||
'linux.git': {
|
||||
'url': "/help/linux/",
|
||||
'url': "/help/linux.git/"
|
||||
},
|
||||
'linux-stable.git': {
|
||||
'url': "/help/linux-stable.git/"
|
||||
}
|
||||
},
|
||||
descriptions = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue