We have had repository specific mailing lists for a while. Update the
committers guide to reflect reality. Requested by: gerald Reviewed by: ceri
This commit is contained in:
parent
7601c142c6
commit
de6825b68a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20956
1 changed files with 13 additions and 9 deletions
|
@ -91,12 +91,16 @@
|
|||
|
||||
<row>
|
||||
<entry><emphasis>Mailing Lists</emphasis></entry>
|
||||
<entry>&a.developers;, &a.committers;
|
||||
(Both of these are private lists; archives can be found
|
||||
in <filename>/home/mail/developers-archive</filename>
|
||||
and <filename>/home/mail/committers-archive</filename>
|
||||
on the <hostid role="domainname">FreeBSD.org</hostid>
|
||||
cluster.)
|
||||
<entry>&a.doc-developers;, &a.doc-committers;;
|
||||
&a.ports-developers;, &a.ports-committers;;
|
||||
&a.src-developers;, &a.src-committers;. (Each project
|
||||
repository has its own -developers and -committers mailing
|
||||
lists. Archives for these lists may be found in files
|
||||
<filename>/home/mail/<replaceable>repository-name</replaceable>-developers-archive</filename>
|
||||
and
|
||||
<filename>/home/mail/<replaceable>repository-name</replaceable>-committers-archive</filename>
|
||||
on the <hostid role="domainname">FreeBSD.org</hostid>
|
||||
cluster.)
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
|
@ -681,11 +685,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
|
|||
</itemizedlist>
|
||||
|
||||
<para>You will almost certainly get a conflict because
|
||||
of the <literal>$Id: article.sgml,v 1.191 2004-05-11 13:29:46 den Exp $</literal> (or in FreeBSD's case,
|
||||
of the <literal>$Id: article.sgml,v 1.192 2004-05-21 17:08:23 jkoshy Exp $</literal> (or in FreeBSD's case,
|
||||
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
||||
lines, so you will have to edit the file to resolve the conflict
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.191 2004-05-11 13:29:46 den Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.191 2004-05-11 13:29:46 den Exp $</literal> line intact).</para>
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.192 2004-05-21 17:08:23 jkoshy Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.192 2004-05-21 17:08:23 jkoshy Exp $</literal> line intact).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue