You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/05/19 21:34:26 UTC

svn commit: r946348 - /subversion/site/publish/mailing-lists.html

Author: danielsh
Date: Wed May 19 19:34:26 2010
New Revision: 946348

URL: http://svn.apache.org/viewvc?rev=946348&view=rev
Log:
* /site/publish/mailing-lists.html: Add entries for notifications@ and private@.

Modified:
    subversion/site/publish/mailing-lists.html

Modified: subversion/site/publish/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=946348&r1=946347&r2=946348&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Wed May 19 19:34:26 2010
@@ -204,6 +204,76 @@
       </table>
     </td>
   </tr>
+
+  <tr style="vertical-align: top;">
+    <td><a href="mailto:notifications@subversion.apache.org"
+                 title="notifications@subversion.apache.org">notifications@</a></td>
+    <td>
+      <table cellpadding="0" cellspacing="0" class="noborder">
+        <tbody>
+        <tr>
+          <td><strong>Description:</strong></td>
+          <td>This list receives automated messages from the
+              <a href="buildbot/">buildbot</a> and
+              <a href="http://hudson.zones.apache.org/hudson/view/subversion/"
+                  >hudson</a> automated build and test systems.</td>
+              <!--
+              For example, if you have set up an automated nightly "make; make
+              check" system to test Subversion on a particular platform, the
+              system can send its output to this list. Suggested format for
+              subject lines of such mail messages: "svn rev N: PASS (FreeBSD
+              ...)" where N is a revision number, and the information in parens
+              is a platform string, see the PLATFORMS file for more examples.
+              Substitute FAIL for PASS if the test fails. (Also, please set the
+              Reply-to header on such mails to dev@subversion.tigris.org, so
+              any problems are followed up on the main list.)
+              -->
+        </tr>
+        <tr>
+          <td><strong>Subscribe:</strong></td>
+          <td><a href="mailto:notifications-subscribe@subversion.apache.org"
+                       title="notifications-subscribe@subversion.apache.org"
+              >notifications-subscribe@subversion.apache.org</a></td>
+        </tr>
+        <tr>
+          <td><strong>Archives:</strong></td>
+          <td><ul class="nobullet">
+              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-notifications/"
+                  >mail-archives.apache.org</a>
+                  (<a href="http://subversion.apache.org/mail/notifications/">mbox files</a>)</li>
+              </ul></td>
+        </tr>
+        </tbody>
+      </table>
+    </td>
+  </tr>
+
+  <tr style="vertical-align: top;">
+    <td><a href="mailto:private@subversion.apache.org"
+                 title="private@subversion.apache.org">private@</a></td>
+    <td>
+      <table cellpadding="0" cellspacing="0" class="noborder">
+        <tbody>
+        <tr>
+          <td><strong>Description:</strong></td>
+          <td>The full committers' (PMC) mailing list.  Used to discuss
+              confidential matters, such as potential new committers and 
+              security issues before their public disclosure.</td>
+        </tr>
+        <tr>
+          <td><strong>Subscribe:</strong></td>
+          <td><a href="mailto:private-subscribe@subversion.apache.org"
+                       title="private-subscribe@subversion.apache.org"
+              >private-subscribe@subversion.apache.org</a> (by invitation only)</td>
+        </tr>
+        <tr>
+          <td><strong>Archives:</strong></td>
+          <td>Not public.</td>
+        </tr>
+        </tbody>
+      </table>
+    </td>
+  </tr>
   </tbody>
 </table> <!-- #list-list -->