On 4/26/19 10:31 PM, Bernhard Reutner-Fischer wrote: > On 26 April 2019 16:08:19 CEST, Gerald Pfeifer <ger...@pfeifer.com> wrote: >> On Fri, 26 Apr 2019, Martin Liška wrote: >>> The patch clarifies that gcc-patches mailing list allows up to 400kB >>> size of an email. >> >> Thanks, yes. > > Maybe drop references to gcc-prs while at it as: > https://gcc.gnu.org/ml/gcc/2017-05/msg00006.html > > thanks, >
Good idea. I'm going to move multiple legacy mailing lists to Historical ones. Martin
>From 43e507c394d6ee46b4d244ec629675c67b2492f6 Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Mon, 29 Apr 2019 10:05:27 +0200 Subject: [PATCH] Move legacy mailing lists to Historical lists. Adjust gcc-patches limit to 400KB. --- htdocs/lists.html | 62 +++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 34 deletions(-) diff --git a/htdocs/lists.html b/htdocs/lists.html index 69fcda4..fe4266b 100644 --- a/htdocs/lists.html +++ b/htdocs/lists.html @@ -27,11 +27,6 @@ before <a href="#subscribe">subscribing</a> and posting to these lists. <li><b><a href="https://gcc.gnu.org/ml/gcc-announce/">gcc-announce</a></b> is a read-only low volume list where we post announcements about releases or other important events.</li> - - <li><b><a href="https://gcc.gnu.org/ml/java-announce/">java-announce</a></b> - is a low-volume, moderated, announcements-only list. Only announcements - related to the Java language front end or runtime library are posted - here.</li> </ul> <p>Open lists:</p> @@ -79,15 +74,6 @@ before <a href="#subscribe">subscribing</a> and posting to these lists. library (libstdc++-v3). Patches to libstdc++-v3 should be sent to both this list and <b>gcc-patches</b>.</li> - <li><b><a href="https://gcc.gnu.org/ml/java/">java</a></b> - is the main discussion and development list for the Java language - front end of GCC, and the corresponding runtime library.</li> - - <li><b><a href="https://gcc.gnu.org/ml/java-patches/">java-patches</a></b> - is a list for submission and discussion of patches to libgcj, the - Java runtime. Patches to GCJ, the Java language front end, should - go to both this list and <b>gcc-patches</b>.</li> - <li><b><a href="https://gcc.gnu.org/ml/fortran/">fortran</a></b> is the main discussion and development list for the Fortran language front end of GCC, and the corresponding runtime library. Patches to @@ -110,10 +96,6 @@ before <a href="#subscribe">subscribing</a> and posting to these lists. <p>Read only lists:</p> <ul> - <li><b><a href="https://gcc.gnu.org/ml/gcc-prs/">gcc-prs</a></b> - is a read-only, relatively high volume list which tracks problem reports - as they are entered into our database.</li> - <li><b><a href="https://gcc.gnu.org/ml/gcc-cvs/">gcc-cvs</a></b> is a read-only, relatively high volume list which tracks checkins to the GCC SVN repository.</li> @@ -131,32 +113,50 @@ before <a href="#subscribe">subscribing</a> and posting to these lists. is a read-only moderate volume list where output from <code>cron</code> jobs run by the <code>gccadmin</code> account on gcc.gnu.org is posted.</li> +</ul> + +<p>Historical lists (archives only, no longer in use):</p> + +<ul> + <li><b><a href="https://gcc.gnu.org/ml/gcc-prs/">gcc-prs</a></b> + is a read-only, relatively high volume list which tracks problem reports + as they are entered into our database.</li> + + <li><b><a href="https://gcc.gnu.org/ml/libstdc++-prs/">libstdc++-prs</a></b> + was formerly used by the libstdc++-v3 problem report database. + libstdc++-v3 now uses the main GCC database and the <b>gcc-prs</b> list.</li> <li><b><a href="https://gcc.gnu.org/ml/java-prs/">java-prs</a></b> is a read-only list which tracks Java-related problem reports as they are entered into our database. Messages sent here are also sent to <b>gcc-prs</b>.</li> + <li><b><a href="https://gcc.gnu.org/ml/java-announce/">java-announce</a></b> + is a low-volume, moderated, announcements-only list. Only announcements + related to the Java language front end or runtime library are posted + here.</li> + + <li><b><a href="https://gcc.gnu.org/ml/java/">java</a></b> + is the main discussion and development list for the Java language + front end of GCC, and the corresponding runtime library.</li> + + <li><b><a href="https://gcc.gnu.org/ml/java-patches/">java-patches</a></b> + is a list for submission and discussion of patches to libgcj, the + Java runtime. Patches to GCJ, the Java language front end, should + go to both this list and <b>gcc-patches</b>.</li> + <li><b>java-cvs</b> tracks checkins to the Java language compiler and runtime. It is not archived. Messages sent here are also sent to <b>gcc-cvs</b>.</li> </ul> -<p>Historical lists (archives only, no longer in use):</p> - -<ul> - <li><b><a href="https://gcc.gnu.org/ml/libstdc++-prs/">libstdc++-prs</a></b> - was formerly used by the libstdc++-v3 problem report database. - libstdc++-v3 now uses the main GCC database and the <b>gcc-prs</b> list.</li> -</ul> - <p>To post a message, just send mail to <i>listname</i><code>@gcc.gnu.org</code>.</p> <h2 id="policies">Policies</h2> -<p>Our lists have a maximum message size of 100KB, only the gcc-prs list -allows for a larger maximum message size of 2MB. If your message exceeds +<p>Our lists have a maximum message size of 100KB, only the gcc-patches list +allows for a larger maximum message size of 400KB. If your message exceeds this size, you should compress any attachments before sending it to the list. </p> @@ -210,17 +210,11 @@ lists via this form:</p> <option value="gcc-bugs">gcc-bugs</option> <option value="gcc-patches">gcc-patches</option> <option value="gcc-testresults">gcc-testresults</option> - <option value="gcc-prs">gcc-prs</option> <option value="gcc-cvs">gcc-cvs</option> <option value="gcc-cvs-wwwdocs">gcc-cvs-wwwdocs</option> <option value="gcc-regression">gcc-regression</option> <option value="libstdc++">libstdc++</option> <option value="libstdc++-cvs">libstdc++-cvs</option> - <option value="java-announce">java-announce</option> - <option value="java">java</option> - <option value="java-patches">java-patches</option> - <option value="java-prs">java-prs</option> - <option value="java-cvs">java-cvs</option> <option value="fortran">fortran</option> <option value="jit">jit</option> <option value="gnutools-advocacy">gnutools-advocacy</option> -- 2.21.0