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>
|
<row>
|
||||||
<entry><emphasis>Mailing Lists</emphasis></entry>
|
<entry><emphasis>Mailing Lists</emphasis></entry>
|
||||||
<entry>&a.developers;, &a.committers;
|
<entry>&a.doc-developers;, &a.doc-committers;;
|
||||||
(Both of these are private lists; archives can be found
|
&a.ports-developers;, &a.ports-committers;;
|
||||||
in <filename>/home/mail/developers-archive</filename>
|
&a.src-developers;, &a.src-committers;. (Each project
|
||||||
and <filename>/home/mail/committers-archive</filename>
|
repository has its own -developers and -committers mailing
|
||||||
on the <hostid role="domainname">FreeBSD.org</hostid>
|
lists. Archives for these lists may be found in files
|
||||||
cluster.)
|
<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>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -681,11 +685,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>You will almost certainly get a conflict because
|
<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>)
|
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
||||||
lines, so you will have to edit the file to resolve the conflict
|
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,
|
(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.191 2004-05-11 13:29:46 den Exp $</literal> line intact).</para>
|
leaving the original <literal>$Id: article.sgml,v 1.192 2004-05-21 17:08:23 jkoshy Exp $</literal> line intact).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue