git: 8889d10710 - main - 7859bada69 -> 6269a3efb8

Ryusuke SUZUKI <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by ryusuke:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8889d1071020cb506d9d88369256638e4b190203

commit 8889d1071020cb506d9d88369256638e4b190203
Author:     Ryusuke SUZUKI <[email protected]>
AuthorDate: 2021-04-26 11:03:13 +0000
Commit:     Ryusuke SUZUKI <[email protected]>
CommitDate: 2021-04-26 11:03:13 +0000

    7859bada69 -> 6269a3efb8
---
 documentation/content/ja/books/handbook/cutting-edge/_index.adoc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/documentation/content/ja/books/handbook/cutting-edge/_index.adoc b/documentation/content/ja/books/handbook/cutting-edge/_index.adoc
index 492f680317..882d09525d 100644
--- a/documentation/content/ja/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/ja/books/handbook/cutting-edge/_index.adoc
@@ -555,7 +555,7 @@ FreeBSD-CURRENT を追いかけるには
 これらのメーリングリストに入るには、 {mailman-lists} をたどって参加したいメーリングリストをクリックし、手順の説明にしたがってください。
 FreeBSD-CURRENT だけでなく、ソースツリー全体の変更点を追いかけるのであれば、 {dev-commits-src-all} メーリングリストを購読してください。
 . FreeBSD-CURRENT のソースを同期してください。
-特に `git` を使って crossref:mirrors[git-mirrors,「Git ミラーサイト」] の一覧にある Git ミラーサイトのひとつの `main` ブランチから -CURRENT コードをチェックアウトしてください。
+通常は `git` を使って FreeBSD Git リポジトリの `main` ブランチから -CURRENT コードをチェックアウトしてください (crossref:mirrors[git,「Git を使う」] を参照してください)。
 . リポジトリのサイズが大きいため、興味のある部分や、パッチを当てる部分のソースのみを同期するユーザもいます。
 しかしながら、ソースからオペレーティングシステムをコンパイルしようと思っているユーザは、一部分だけではなく、FreeBSD-CURRENT の _すべて_ をダウンロードする必要があります。
 + 
@@ -668,9 +668,8 @@ FreeBSD のソースコードは [.filename]#/usr/src/# に置かれています
 ....
 # cd /usr/src
 # git remote --v
-origin  ssh://[email protected]/doc.git (fetch)
-origin  ssh://[email protected]/doc.git (push)
-...
+origin  https://git.freebsd.org/src.git (fetch)
+origin  https://git.freebsd.org/src.git (push)
 ....
 
 この結果は、[.filename]#/usr/src/# がバージョン管理下にあり、man:git[1] を使ってアップデートできることを示しています。
@@ -727,7 +726,7 @@ man:uname[1] を使って FreeBSD のバージョンを確認してください
 [source,shell]
 ....
 # mv /usr/src /usr/src.bak  <.>
-# git clone --branch releng/10.3 ssh://[email protected]/src.git /usr/src <.>
+# git clone --branch releng/10.3 https://git.FreeBSD.org/src.git /usr/src <.>
 ....
 
 <.> この古いディレクトリを、 邪魔にならないように移動してください。 このディレクトリ以下に対して変更を行ってなければ、 削除しても構わないでしょう。
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.