2018-02-13 22:08:15

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] Documentation/process/howto: Remove outdated info about bugzilla mailing lists

The mailing list archives[1,2] show no activity since September 2011.

[1]: https://lists.linuxfoundation.org/pipermail/bugme-new/
[2]: https://lists.linuxfoundation.org/pipermail/bugme-janitors/

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
Documentation/process/howto.rst | 8 --------
1 file changed, 8 deletions(-)

diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst
index c6875b1db56f..fbd236e037c2 100644
--- a/Documentation/process/howto.rst
+++ b/Documentation/process/howto.rst
@@ -381,14 +381,6 @@ bugs is one of the best ways to get merits among other developers, because
not many people like wasting time fixing other people's bugs.

To work in the already reported bug reports, go to https://bugzilla.kernel.org.
-If you want to be advised of the future bug reports, you can subscribe to the
-bugme-new mailing list (only new bug reports are mailed here) or to the
-bugme-janitor mailing list (every change in the bugzilla is mailed here)
-
- https://lists.linux-foundation.org/mailman/listinfo/bugme-new
-
- https://lists.linux-foundation.org/mailman/listinfo/bugme-janitors
-


Mailing lists
--
2.15.1



2018-02-18 23:51:35

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation/process/howto: Remove outdated info about bugzilla mailing lists

On Tue, 13 Feb 2018 23:06:32 +0100
Jonathan Neuschäfer <[email protected]> wrote:

> The mailing list archives[1,2] show no activity since September 2011.
>
> [1]: https://lists.linuxfoundation.org/pipermail/bugme-new/
> [2]: https://lists.linuxfoundation.org/pipermail/bugme-janitors/

Well...one wouldn't want to be too hasty here...it's only been six years
or so...:)

I went and confirmed with Konstantin that these lists are gone and not
coming back; patch applied, thanks.

jon