From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1300FC433DF for ; Mon, 27 Jul 2020 21:33:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA97C20809 for ; Mon, 27 Jul 2020 21:33:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=rt.linuxfoundation.org header.i=@rt.linuxfoundation.org header.b="Qsiz40S/"; dkim=pass (1024-bit key) header.d=amazonses.com header.i=@amazonses.com header.b="WfeZidBv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726222AbgG0VdL (ORCPT ); Mon, 27 Jul 2020 17:33:11 -0400 Received: from a27-193.smtp-out.us-west-2.amazonses.com ([54.240.27.193]:60322 "EHLO a27-193.smtp-out.us-west-2.amazonses.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726110AbgG0VdL (ORCPT ); Mon, 27 Jul 2020 17:33:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7jvkchcrhflv7qhbkgrcypyraifp65wy; d=rt.linuxfoundation.org; t=1595885590; h=Subject:From:Reply-To:In-Reply-To:References:Message-ID:To:CC:Content-Type:Date:MIME-Version:Content-Transfer-Encoding; bh=r66qdttsZ/TCGXkXFVmKDGyxyyrSIBEyQvIvtjQiPyE=; b=Qsiz40S/qxCubWvxHIMcjkG4gAKzWHPlsk1JOWZ2+RiImATFP8l4PYfx1/O1KctF S+cNoU802ULrzYQ0xK9o6d4RfT9yL4GYMmC3f8g41ph3iM7fWPGHNy6IAgmoehk4qfx y38dxtq+EGCktwsH4nyb23Cs/Lb15W44b7i29bKo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1595885590; h=Subject:From:Reply-To:In-Reply-To:References:Message-ID:To:CC:Content-Type:Date:MIME-Version:Content-Transfer-Encoding:Feedback-ID; bh=r66qdttsZ/TCGXkXFVmKDGyxyyrSIBEyQvIvtjQiPyE=; b=WfeZidBvXBeA2kW19yCuW6WWZ8oBY+GmuR7f4GWX4kSwsyl1Cwaj9dbCQK/m8RND gmtg6AeHD/8GOhtT3li3M5PlC2VbtY4yaYSpRmzpKHMbq9GIk7gDLsYqVq9RUzX3bXK FUOUDthZbyblNf5lPupbfsAYTfjp1kJWAL5wfI9A= Subject: [Kernel.org Helpdesk #93182] Re: linux-kbuild missing from lore? From: "Chris Hoy Poy via RT" Reply-To: kernel-helpdesk@rt.linuxfoundation.org In-Reply-To: References: Message-ID: <0101017392319714-3d813ac3-7620-4874-8320-ff1f5de1d149-000000@us-west-2.amazonses.com> X-RT-Loop-Prevention: linuxfoundation.org X-RT-Ticket: linuxfoundation.org #93182 X-Managed-BY: RT 4.4.0 (http://www.bestpractical.com/rt/) X-RT-Originator: choypoy@linuxfoundation.org To: ndesaulniers@google.com CC: linux-kbuild@vger.kernel.org, masahiroy@kernel.org, michal.lkml@markovi.net, nhuck@google.com, rdunlap@infradead.org, sam@ravnborg.org Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Date: Mon, 27 Jul 2020 21:33:10 +0000 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SES-Outgoing: 2020.07.27-54.240.27.193 Feedback-ID: 1.us-west-2.3ULHQnc20aILdVzjlbQ8UqO1WRWzA1U01b2uFAcT62w=:AmazonSES Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Hi all, Apologies for delays! Have just tried to grab this shared file, and I'm getting 403'd (violates terms), I have an archiver subscribed, so new emails are being collected. cheers /Chris On Sat Jul 11 03:12:07 2020, ndesaulniers@google.com wrote: > Hello, can the admin of the lore.kernel.org helpdesk please accept the > following sanitized archive? > > https://drive.google.com/file/d/1d0oS3fCYxGhB0p_IQum9Gh20B3aFxKeI/view?usp=sharing > > With generous assistance from Hank Leininger from marc.info, I was > able to get mbox's for linux-kbuild@vger.kernel.org dating back to > 2008. > > The archive was provided as a tarball of directories of gzip archives. > To generate the above, I ran: > > $ tar xvf linux-kbuild_2008-2020.tar > $ find . -name \*.gz | xargs gunzip > $ for F in $(find untared -type f); do ./list-archive-maker.py -s $F > -e linux-kbuild -k linux-kbuild-known-ids.txt -l linux- > kbuild.vger.kernel.org; done > $ tar cf linux-kbuild.tar linux-kbuild > $ xz -9 linux-kbuild.tar > > as per https://korg.docs.kernel.org/lore.html. > > This response is via the ticket #93182 filed at > rt.linuxfoundation.org's web site. > Thanks, > ~Nick Desaulniers -- Chris Hoy Poy Collaborative Projects IT The Linux Foundation