linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@suse.de>
To: linux-kernel@vger.kernel.org
Cc: Li Yang <leoli@freescale.com>, Greg Kroah-Hartman <gregkh@suse.de>
Subject: [PATCH 5/5] zh_CN/HOWTO: update URLs of git trees
Date: Wed, 18 Jul 2007 16:26:43 -0700	[thread overview]
Message-ID: <1184801229849-git-send-email-gregkh@suse.de> (raw)
In-Reply-To: <11848012222611-git-send-email-gregkh@suse.de>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3397 bytes --]

From: Li Yang <leoli@freescale.com>

Addressing patch from Stefan Richter:
HOWTO: update URLs of git trees
(It will be better if we update this to commit-id later)

Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 Documentation/zh_CN/HOWTO |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/zh_CN/HOWTO b/Documentation/zh_CN/HOWTO
index 239f454..48fc67b 100644
--- a/Documentation/zh_CN/HOWTO
+++ b/Documentation/zh_CN/HOWTO
@@ -281,39 +281,37 @@ linux-kernel邮件列表中提供反馈,告诉大家你遇到了问题还是ä¸
 下面是目前可用的一些内核源码树的列表:
   通过git管理的源码树:
     - Kbuild开发源码树, Sam Ravnborg <sam@ravnborg.org>
-	kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
+	git.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
 
     - ACPI开发源码树, Len Brown <len.brown@intel.com>
-	kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
+	git.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
 
     - 块设备开发源码树, Jens Axboe <axboe@suse.de>
-	kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
+	git.kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
 
     - DRM开发源码树, Dave Airlie <airlied@linux.ie>
-	kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
+	git.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
 
     - ia64开发源码树, Tony Luck <tony.luck@intel.com>
-	kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
+	git.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
 
     - ieee1394开发源码树, Jody McIntyre <scjody@modernduck.com>
-	kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
+	git.kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
 
     - infiniband开发源码树, Roland Dreier <rolandd@cisco.com>
-	kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
+	git.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
 
     - libata开发源码树, Jeff Garzik <jgarzik@pobox.com>
-	kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
+	git.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
 
     - 网络驱动程序开发源码树, Jeff Garzik <jgarzik@pobox.com>
-	kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
+	git.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
 
     - pcmcia开发源码树, Dominik Brodowski <linux@dominikbrodowski.net>
-	kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
+	git.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
 
     - SCSI开发源码树, James Bottomley <James.Bottomley@SteelEye.com>
-	kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
-
-  其他git管理的内核源码树可以在http://kernel.org/git的列表中找到
+	git.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
 
   使用quilt管理的补丁集:
     - USB, PCI, 驱动程序核心和I2C, Greg Kroah-Hartman <gregkh@suse.de>
@@ -321,6 +319,8 @@ linux-kernel邮件列表中提供反馈,告诉大家你遇到了问题还是ä¸
     - x86-64, 部分i386, Andi Kleen <ak@suse.de>
 	ftp.firstfloor.org:/pub/ak/x86_64/quilt/
 
+  其他内核源码树可以在http://git.kernel.org的列表中和MAINTAINERS文件里
+  找到。
 
 报告bug
 -------
-- 
1.5.2.2


  reply	other threads:[~2007-07-18 23:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-18 23:23 [GIT PATCH] Documentation patches for 2.6.22 Greg KH
2007-07-18 23:26 ` [PATCH 1/5] HOWTO: add Japanese translation of Documentation/HOWTO Greg Kroah-Hartman
2007-07-18 23:26   ` [PATCH 2/5] Documentation: add Japanese translated stable_api_nonsense.txt Greg Kroah-Hartman
2007-07-18 23:26     ` [PATCH 3/5] HOWTO: add Chinese translation of Documentation/HOWTO Greg Kroah-Hartman
2007-07-18 23:26       ` [PATCH 4/5] Chinese translation of Documentation/stable_api_nonsense.txt Greg Kroah-Hartman
2007-07-18 23:26         ` Greg Kroah-Hartman [this message]
     [not found]       ` <9a8748490707181646k1e062a75n86408cd88ef16193@mail.gmail.com>
2007-07-19  5:12         ` [PATCH 3/5] HOWTO: add Chinese translation of Documentation/HOWTO WANG Cong
2007-07-19  5:01           ` Greg KH
2007-07-19  5:32             ` [PATCH 3/5] HOWTO: add Chinese translation ofDocumentation/HOWTO Li Yang-r58472
2007-07-18 23:43   ` [PATCH 1/5] HOWTO: add Japanese translation of Documentation/HOWTO Jesper Juhl
2007-07-19  3:10     ` [PATCH 2/5] Documentation: add Japanese translated stable_api_nonsense.txt IKEDA Munehiro
2007-07-19  5:01       ` Greg KH
     [not found]     ` <20070720.023534.23010405.tshibata@ab.jp.nec.com>
2007-07-19 17:40       ` [PATCH 1/5] HOWTO: add Japanese translation of Documentation/HOWTO Tsugikazu Shibata

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=1184801229849-git-send-email-gregkh@suse.de \
    --to=gregkh@suse.de \
    --cc=leoli@freescale.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).