From eb28fee24ea0cf297b2aa2e6fd7fa2b8dc97cade Mon Sep 17 00:00:00 2001 From: Guangyuan Yang Date: Mon, 14 Dec 2020 05:54:22 +0000 Subject: [PATCH] handbook: document new commit message mailing lists Reviewed by: bcr Differential Revision: https://reviews.FreeBSD.org/D27591 --- .../books/handbook/eresources/chapter.xml | 78 ++++++++++++++++++- en_US.ISO8859-1/share/xml/mailing-lists.ent | 28 +++++++ 2 files changed, 105 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/eresources/chapter.xml b/en_US.ISO8859-1/books/handbook/eresources/chapter.xml index 492c77d2b1..48b4e25ce5 100644 --- a/en_US.ISO8859-1/books/handbook/eresources/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/eresources/chapter.xml @@ -751,12 +751,88 @@ the digest options can be changed in the account options section. + Commit message lists: The following + lists are for people interested in seeing the log messages for + changes to various areas of the source tree. They are + Read-Only lists and should not have mail + sent to them. + + + SVN log messages are sent to SVN lists. + + + + + + + List + Source area + Area Description (source for) + + + + + + &a.dev-commits-doc-all.name; + /usr/doc + All changes to the doc repository + + + + &a.dev-commits-ports-all.name; + /usr/ports + All changes to the ports repository + + + + &a.dev-commits-ports-main.name; + /usr/ports + All changes to the main branch + of the ports repository + + + + &a.dev-commits-ports-branches.name; + /usr/ports + All changes to the quarterly branches of the + ports repository + + + + &a.dev-commits-src-all.name; + /usr/src + All changes to the src repository + + + + &a.dev-commits-src-main.name; + /usr/src + All changes to the main branch + of the src repository (the &os;-CURRENT branch) + + + + &a.dev-commits-src-branches.name; + /usr/src + All changes to all stable branches of the src + repository + + + + + SVN lists: The following lists are - for people interested in seeing the log messages for changes + for people interested in seeing the SVN log messages for changes to various areas of the source tree. They are Read-Only lists and should not have mail sent to them. + + Only SVN log messages are sent to SVN lists. After the + SVN to Git Migration, the following lists no longer receives + new commit messages. + + diff --git a/en_US.ISO8859-1/share/xml/mailing-lists.ent b/en_US.ISO8859-1/share/xml/mailing-lists.ent index 998b2000d2..c2a619ba22 100644 --- a/en_US.ISO8859-1/share/xml/mailing-lists.ent +++ b/en_US.ISO8859-1/share/xml/mailing-lists.ent @@ -153,6 +153,34 @@ Automated reports of build and test results from FreeBSD's continuous integration tools."> dev-ci"> + +Commit messages for all branches of the doc repository."> +dev-commits-doc-all"> + + +Commit messages for all branches of the ports repository."> +dev-commits-ports-all"> + + +Commit messages for the quarterly branches of the ports repository."> +dev-commits-ports-branches"> + + +Commit messages for the main branch of the ports repository."> +dev-commits-ports-main"> + + +Commit messages for all branches of the src repository."> +dev-commits-src-all"> + + +Commit messages for the stable branches of the src repository."> +dev-commits-src-branches"> + + +Commit messages for the main branch of the src repository."> +dev-commits-src-main"> + Automated notifications of work in progress for review in FreeBSD's review tools, including patches.."> dev-reviews">