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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F828C433FE for ; Fri, 14 Oct 2022 18:41:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230465AbiJNSlb (ORCPT ); Fri, 14 Oct 2022 14:41:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230236AbiJNSl0 (ORCPT ); Fri, 14 Oct 2022 14:41:26 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 292651C77C1 for ; Fri, 14 Oct 2022 11:41:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id AE990B810EE for ; Fri, 14 Oct 2022 18:41:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F25ADC433D6; Fri, 14 Oct 2022 18:41:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665772882; bh=m3HaRT4Am8hiRILJCA1BmK39Zfen9jQhjt24Wl83ADg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=kK+Y7Fkc2B0IlmR6GHKMpQX9PjJicT4YxghIJDDddyVv7yOlYX98IdCct89YQbwER LEJ/hCd5KCyTWn9lVt7z7zNmQaHGlMpix8gMsWjGXIoMm39PdlVpuGjVxQtmTWn3BQ ogubK4BE5FrJNjbsuozm+SJ8L1lHCWjLLJKVGisUALyv4GFD1RylJdrz0oluYoMLLu 0pTIJNo5i7/MhcpWvjX+KIEd3WRXY4TGCCBX9qunAe6pqdaFNtZerkgc+ZFoBH7mfF Yu6I3ah5Fowq0B+aNg5WewpCJG6revmYR11iRIZZrvst4vsN84RB+ZcMiArik5qmmc MagDOXW/o/ECA== Date: Fri, 14 Oct 2022 13:41:20 -0500 From: Bjorn Helgaas To: Geert Uytterhoeven Cc: Konstantin Ryabitsev , Richard Weinberger , anton ivanov , Johannes Berg , linux-um , linux-kernel , helpdesk , David Woodhouse Subject: Re: Add linux-um archives to lore.kernel.org? Message-ID: <20221014184120.GA3395472@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 14, 2022 at 08:06:43PM +0200, Geert Uytterhoeven wrote: > On Thu, Oct 13, 2022 at 8:48 PM Geert Uytterhoeven wrote: > Konstantin: I believe there is a bug in the sending procedure [3]: > > tar cf full-archives.tar dir-with-mbox-files > > I guess that should be > > tar cf full-archives.tar ~/linux-kernel-announce > > instead? While you're looking at typos, there's a "list-archive-marker.py" in the last section [4] that I think should be "list-archive-maker.py". > [3] https://korg.docs.kernel.org/lore.html#send-the-archive-to-helpdesk [4] https://korg.docs.kernel.org/lore.html#can-we-use-mailman-archives