Hi, I pushed the following 2 commits to the code and htdocs repositories. sourceware updated the mailinglist software recently. Update our documentation (README and CONTRIBUTING) and the webpages to point to the new subscription form.
Cheers, Mark
From a344b8ce0bbe4f50fa2ace5fdfdcaccdee81d0e5 Mon Sep 17 00:00:00 2001 From: Mark Wielaard <m...@klomp.org> Date: Wed, 25 Mar 2020 23:22:55 +0100 Subject: [PATCH] Update mailinglist subscription info. Signed-off-by: Mark Wielaard <m...@klomp.org> --- CONTRIBUTING | 2 +- ChangeLog | 5 +++++ README | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index e3d5a0f7..bb48975b 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -8,7 +8,7 @@ elfutils-devel@sourceware.org. https://sourceware.org/ml/elfutils-devel/ To subscribe send an email to elfutils-devel-subscr...@sourceware.org -Or use the form at https://sourceware.org/lists.html#ml-requestor +Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel Please supply patches using git format-patch or using git send-email. diff --git a/ChangeLog b/ChangeLog index 96d61403..2c3ed13c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-03-25 Mark Wielaard <m...@klomp.org> + + * README: Update mailinglist subscription info. + * CONTRIBUTING: Likewise. + 2020-02-03 Frank Ch. Eigler <f...@redhat.com> * configure.ac: Tolerate CXX= for debuginfod configuration. diff --git a/README b/README index 0e15bae6..06a9fcd0 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ elfutils-devel@sourceware.org. https://sourceware.org/ml/elfutils-devel/ To subscribe send an email to elfutils-devel-subscr...@sourceware.org -Or use the form at https://sourceware.org/lists.html#ml-requestor +Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel See the CONTRIBUTING file for how to propose patches to the code. -- 2.18.2
From 671ab9b44e796b485580919f96f759880d110f9b Mon Sep 17 00:00:00 2001 From: Mark Wielaard <m...@klomp.org> Date: Wed, 25 Mar 2020 21:34:00 +0100 Subject: [PATCH] Update mailinglist subscription info. --- index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index.html b/index.html index 7f0d169..909158b 100644 --- a/index.html +++ b/index.html @@ -42,13 +42,8 @@ <P> To subscribe to the elfutils development list send email to <A HREF="mailto:elfutils-devel-subscr...@sourceware.org">elfutils-devel-subscr...@sourceware.org</A>. - Or enter your e-mail address in the box below and hit the button: + Or use the form at <A HREF="https://sourceware.org/mailman/listinfo/elfutils-devel">https://sourceware.org/mailman/listinfo/elfutils-devel</A>. </P> - <FORM METHOD="get" ACTION="https://sourceware.org/cgi-bin/subscribe-sourceware"> - <INPUT TYPE="hidden" NAME="listname" VALUE="elfutils-devel"> - <INPUT TYPE="text" NAME="username" SIZE="30"> - <INPUT TYPE="Submit" NAME="submit" VALUE="Sign me up!"> - </FORM> <P> See the <A HREF="https://sourceware.org/git/?p=elfutils.git;a=blob_plain;f=CONTRIBUTING;hb=HEAD">CONTRIBUTING</A> file for how to propose patches to the code. -- 2.18.2