Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2021 10:55:10 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 04e41a662b - main - Add Git URLs for accessing ports repository
Message-ID:  <202104161055.13GAtAvU084239@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by lwhsu (ports, src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=04e41a662b4986bbba14dfdd9381086439e6b0c0

commit 04e41a662b4986bbba14dfdd9381086439e6b0c0
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-04-16 10:54:38 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-04-16 10:54:38 +0000

    Add Git URLs for accessing ports repository
    
    Approved by:    carlavilla (implicitly)
    Sponsored by:   The FreeBSD Foundation
---
 documentation/content/en/books/handbook/mirrors/_index.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index 1ae2cc9cc0..4adde25a81 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -473,6 +473,10 @@ For example, the URL `https://git.FreeBSD.org/src.git` specifies the main branch
 | Read-only doc repo via HTTPS             | `https://git.freebsd.org/doc.git`
 | Read-only doc repo via anon-ssh          | `ssh://anongit@git.freebsd.org/doc.git`
 | Read/write doc repo for committers       | `ssh://git@gitrepo.freebsd.org/doc.git` (*)
+| Web-based repository browser ports       | `https://cgit.freebsd.org/ports`
+| Read-only ports repo via HTTPS           | `https://git.freebsd.org/ports.git`
+| Read-only ports repo via anon-ssh        | `ssh://anongit@git.freebsd.org/ports.git`
+| Read/write ports repo for committers     | `ssh://git@gitrepo.freebsd.org/ports.git` (*)
 |=======================================================
   - (*) `git` is a special user on the repository server which will map your registered ssh key in FreeBSD.org to your identity, no need to change it.
 


home | help

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