|
From: <sv...@va...> - 2015-08-13 13:35:42
|
Author: florian
Date: Thu Aug 13 14:35:30 2015
New Revision: 502
Log:
Add testresults mailing list.
Modified:
trunk/php/.htconfx
trunk/support/mailing_lists.html
Modified: trunk/php/.htconfx
==============================================================================
--- trunk/php/.htconfx (original)
+++ trunk/php/.htconfx Thu Aug 13 14:35:30 2015
@@ -40,6 +40,9 @@
'vgusers' => array(
'txt'=>'valgrind-users',
'url'=>'http://lists.sourceforge.net/lists/listinfo/valgrind-users' ),
+ 'vgtestresults => array(
+ 'txt'=>'valgrind-testresults,
+ 'url'=>'https://lists.sourceforge.net/lists/listinfo/valgrind-testresults' ),
'vgbugsreport' => array(
'txt'=>'Bugzilla report',
'url'=>'https://bugs.kde.org/enter_bug.cgi?product=valgrind' ),
Modified: trunk/support/mailing_lists.html
==============================================================================
--- trunk/support/mailing_lists.html (original)
+++ trunk/support/mailing_lists.html Thu Aug 13 14:35:30 2015
@@ -59,13 +59,22 @@
<h3><a name="vg-devel">Developers List</a></h3>
<p>The <?php echo vglink( 'vgdevel' ); ?> list is aimed at developers.
-It is for discussion of technical implementation details, and is where developers meet and discuss issues, code changes, etc. Our repository
-commit logs are also emailed there.</p>
+It is for discussion of technical implementation details, and is where developers meet and discuss issues, code changes, etc.
+</p>
<p>The list is mirrored at
<a href="http://news.gmane.org/gmane.comp.debugging.valgrind.devel">Gmane</a>.
You can <a href="http://search.gmane.org">search</a> through old messages
using the group name <code>gmane.comp.debugging.valgrind.devel</code>.</p>
+<h3><a name="vg-testresults">Automated Test Results List</a></h3>
+<p>The results of the nightly regression tests are sent to the
+<?php echo vglink( 'vgtestresults' ); ?> list.
+This list is archived at
+<a href="http://sourceforge.net/p/valgrind/mailman/valgrind-testresults/">Sourceforge</a>.
+</p>
+
+<h3><a name="vg-irc">IRC Channel</a></h3>
+
<p>There is an IRC channel for Valgrind developers: #valgrind-dev at
irc.freenode.net.</p>
|