git: 04e41a662b - main - Add Git URLs for accessing ports repository
Li-Wen Hsu
lwhsu at FreeBSD.org
Fri Apr 16 10:55:11 UTC 2021
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 at FreeBSD.org>
AuthorDate: 2021-04-16 10:54:38 +0000
Commit: Li-Wen Hsu <lwhsu at 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.
More information about the dev-commits-doc-all
mailing list