How to comprehensively search the OpenBMC Archives
Joseph Reynolds
jrey at linux.ibm.com
Wed Sep 9 07:25:26 AEST 2020
On 9/8/20 1:51 PM, Gunnar Mills wrote:
> On 9/3/2020 6:14 PM, Muggeridge, Matt wrote:
>>
>> Is there a more comprehensive/reliable way to search through these
>> mamil archives?
>>
I used the following (bash) script to download the entire openbmc email
archive to my workstation's storage. (And then I use my local search
capability (grep, spotlight search, Windows-f, etc.) to locate the
desired content.
- Joseph
wget --no-check-certificate https://lists.ozlabs.org/pipermail/openbmc
set -x
for f in $(grep '<td>.*.txt.gz' index.html | cut -d\" -f2); do
wget --no-check-certificate https://lists.ozlabs.org/pipermail/openbmc/$f
gunzip "$f"
done
> +1. Could we look at moving to Mailman v3 and like
> https://docs.mailman3.org/projects/hyperkitty/en/latest/ ?
>
>
>> I have been using google to search the archives, but have noticed the
>> results are not complete.
>>
>>
>
More information about the openbmc
mailing list