Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 12:00:18 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 6269a3efb8 - main - Do not mention Git mirrors in the Subversion chapter
Message-ID:  <202104191200.13JC0IKO019268@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=6269a3efb8cf90e094e02ac6300c2f54358c7926

commit 6269a3efb8cf90e094e02ac6300c2f54358c7926
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-19 11:58:48 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-04-19 11:58:48 +0000

    Do not mention Git mirrors in the Subversion chapter
    
    The Git mirrors, sites and URLs are already described in the Git
    chapter.
    
    Also, chase the removal of the git-mirrors anchor. Point to the "Using
    Git" chapter instead.
---
 .../content/en/books/handbook/cutting-edge/_index.adoc      |  2 +-
 documentation/content/en/books/handbook/mirrors/_index.adoc | 13 -------------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index f33f03d35f..3cd371ee7c 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -554,7 +554,7 @@ The {dev-commits-src-main} list records the commit log entry for each change as
 + 
 To join these lists, go to {mailman-lists}, click on the list to subscribe to, and follow the instructions.
 In order to track changes to the whole source tree, not just the changes to FreeBSD-CURRENT, subscribe to the {dev-commits-src-all}.
-. Synchronize with the FreeBSD-CURRENT sources. Typically, `git` is used to check out the -CURRENT code from the `main` branch of one of the Git mirror sites listed in crossref:mirrors[git-mirrors,“Git Mirror Sites”].
+. Synchronize with the FreeBSD-CURRENT sources. Typically, `git` is used to check out the -CURRENT code from the `main` branch of the FreeBSD Git repository (see crossref:mirrors[git,“Using Git”] for details).
 . Due to the size of the repository, some users choose to only synchronize the sections of source that interest them or which they are contributing patches to. However, users that plan to compile the operating system from source must download _all_ of FreeBSD-CURRENT, not just selected portions.
 + 
 Before compiling FreeBSD-CURRENT, read [.filename]#/usr/src/Makefile# very carefully and follow the instructions in <<makeworld>>.
diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index 45a060c427..48ac64ec14 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -817,19 +817,6 @@ An alternate way of updating the local working copy after checkout is provided b
 # make update SVN_UPDATE=yes
 ....
 
-[[git-mirrors]]
-=== Git Mirror Sites
-
-The FreeBSD Git repository is:
-
-[.programlisting]
-....
-https://git.freebsd.org/
-....
-
-This is a publicly accessible mirror network that uses GeoDNS to select an appropriate back end server.
-To view the FreeBSD Subversion repositories through a browser, use https://cgit.freebsd.org[https://cgit.freebsd.org].
-
 [[svn-mirrors]]
 === Subversion Mirror Sites
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104191200.13JC0IKO019268>