Add the dev-ci and dev-reviews mailing lists per request
of lwhsu@.
This commit is contained in:
parent
302b4c3ff7
commit
ab76c1bedb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52089
2 changed files with 37 additions and 0 deletions
|
@ -280,6 +280,16 @@
|
|||
<entry>Using and improving &os; on the desktop</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>&a.dev-ci.name;</entry>
|
||||
<entry>Build and test reports from the Continuous Integration servers</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>&a.dev-reviews.name;</entry>
|
||||
<entry>Notifications of the FreeBSD review system</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>&a.doc.name;</entry>
|
||||
<entry>Creating &os; related documents</entry>
|
||||
|
@ -1246,6 +1256,25 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>&a.dev-ci.name;</term>
|
||||
<listitem>
|
||||
<para><emphasis>Continuous Integration reports of build and test results</emphasis></para>
|
||||
|
||||
<para>All Continuous Integration reports of build and test results</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>&a.dev-reviews.name;</term>
|
||||
<listitem>
|
||||
<para><emphasis>Notifications of work in progress in FreeBSD's review tool</emphasis></para>
|
||||
|
||||
<para>Automated notifications of work in progress for review in FreeBSD's review tools, including
|
||||
patches.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>&a.doc.name;</term>
|
||||
|
||||
|
|
|
@ -153,6 +153,14 @@
|
|||
<!ENTITY a.desktop "<link xmlns='http://docbook.org/ns/docbook' xlink:href='&a.desktop.url;'>Using and improving &os; on the desktop</link>">
|
||||
<!ENTITY a.desktop.name "<link xmlns='http://docbook.org/ns/docbook' xlink:href='&a.desktop.url;'>freebsd-desktop</link>">
|
||||
|
||||
<!ENTITY a.dev-ci.url "&a.mailman.listinfo;/dev-ci">
|
||||
<!ENTITY a.dev-ci "<link xmlns='http://docbook.org/ns/docbook' xlink:href='&a.dev-ci.url;'>Automated reports of build and test results from FreeBSD's continuous integration tools.</link>">
|
||||
<!ENTITY a.dev-ci.name "<link xmlns='http://docbook.org/ns/docbook' xlink:href='&a.dev-ci.url;'>dev-ci</link>">
|
||||
|
||||
<!ENTITY a.dev-reviews.url "&a.mailman.listinfo;/dev-reviews">
|
||||
<!ENTITY a.dev-reviews "<link xmlns='http://docbook.org/ns/docbook' xlink:href='&a.dev-reviews.url;'>Automated notifications of work in progress for review in FreeBSD's review tools, including patches..</link>">
|
||||
<!ENTITY a.dev-reviews.name "<link xmlns='http://docbook.org/ns/docbook' xlink:href='&a.dev-reviews.url;'>dev-reviews</link>">
|
||||
|
||||
<!ENTITY a.developers "FreeBSD developers mailing list">
|
||||
<!ENTITY a.developers.name "freebsd-developers">
|
||||
|
||||
|
|
Loading…
Reference in a new issue