Skip to content

Commit 947fc69

Browse files
committed
hwloc: mailing lists migrating to inria.fr
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
1 parent 4648e2a commit 947fc69

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

community/lists/hwloc.inc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Assume that $base has already been set
33

44
$this_nav[] = new Nav("hwloc announce archives",
5-
"https://mail-archive.com/hwloc-announce@lists.open-mpi.org/");
5+
"https://sympa.inria.fr/sympa/arc/hwloc-announce");
66
$this_nav[] = new Nav("hwloc users archives",
7-
"https://mail-archive.com/hwloc-users@lists.open-mpi.org/");
8-
$this_nav[] = new Nav("hwloc devel archives",
9-
"https://mail-archive.com/hwloc-devel@lists.open-mpi.org/");
7+
"https://sympa.inria.fr/sympa/arc/hwloc-users");

community/lists/hwloc.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<p><center><hr width=50%></center>
1313

14-
<p> Hwloc's mailing lists are hosted at Google Groups, which
14+
<p> Hwloc's mailing lists are hosted at Inria, which
1515
contains archived conversations going back to January, 2025.</p>
1616

17-
<p> However, Hwloc's <em>complete</em> mail archives go back much
18-
further than that and are available at <a
17+
<p> However, Hwloc's <em>complete</em> mail archives up to 2024
18+
are available at <a
1919
href="https://mail-archive.com/">https://mail-archive.com/</a>.</p>
2020

2121
<p><center><hr width=50%></center>
@@ -26,32 +26,32 @@
2626
<P>
2727
<UL>
2828

29-
<?php print_link("hwloc announcement list (<font color=red>USERS
30-
CANNOT POST TO THIS LIST</font>)", "hwloc-announce"); ?>
29+
<p>
30+
<li><B>hwloc announcement list (<font color=red>USERS CANNOT POST TO THIS LIST</font>)</B><BR>
31+
[ <a href="https://sympa.inria.fr/sympa/arc/hwloc-announce">Archives since 2025</a> |
32+
<a href="https://www.mail-archive.com/hwloc-announce@lists.open-mpi.org//">Archives up to 2024</a> |
33+
<a href="https://sympa.inria.fr/sympa/info/hwloc-announce">Subscribe, unsubscribe, or change options</a> ]
3134

3235
<P> This is a low-volume list that is used to announce new version of
3336
hwloc, important updates, etc. The list is only for announcements, so
3437
<strong>only the hwloc development team can post to the list.</strong>
3538
Posts from outside the hwloc development team will be automatically
3639
discarded.</p>
3740

38-
<?php print_link("hwloc user list", "hwloc-users"); ?>
41+
<p>
42+
<li><B>hwloc users list</B><BR>
43+
[ <a href="https://sympa.inria.fr/sympa/arc/hwloc-users">Archives since 2025</a> |
44+
<a href="https://www.mail-archive.com/hwloc-users@lists.open-mpi.org//">Users archives up to 2024</a> |
45+
<a href="https://www.mail-archive.com/hwloc-devel@lists.open-mpi.org//">Devel archives up to 2024</a> |
46+
<a href="https://sympa.inria.fr/sympa/info/hwloc-users">Subscribe, unsubscribe, or change options</a> ]
3947

4048
<P>This list is used for general questions and discussion of hwloc.
49+
The former hwloc-devel mailing is now merged in hwloc-users.
4150
Please see the "<a href="<?php printf("$topdir/community/help/");
4251
?>">Getting Help</a>" page for details on submitting requests for
4352
help. <?php red("Subscribers"); ?> can post questions, comments,
4453
suspected bug reports, etc. to the list at the following address:</p>
4554

46-
<?php print_list("hwloc-users"); ?>
47-
48-
<?php print_link("hwloc developers list", "hwloc-devel", $emit_ggroups=False); ?>
49-
50-
<P>This list used to be for developers who were working with the
51-
internals of hwloc itself. Due to low volume, this list is no longer
52-
available -- it has been folder into the hwloc user's list. The old
53-
archives are still available, however.</p>
54-
5555
</UL>
5656

5757
<?php

0 commit comments

Comments
 (0)