From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS62371 185.70.40.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from mail-40130.protonmail.ch (mail-40130.protonmail.ch [185.70.40.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id E64E31F453 for ; Tue, 23 Oct 2018 07:21:48 +0000 (UTC) Date: Tue, 23 Oct 2018 07:21:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1540279305; bh=rv2c/DZDoexEc9mm0XObpeGlLXEvhOwoY6/r2+rkEZM=; h=Date:To:From:Cc:Reply-To:Subject:Feedback-ID:From; b=Hp4OolCn7D5X0+fiSR93B+MdhBDPNLc9lw0KKDQ7Hk3zIY/lisE2U2qx6rPshd7Sd 1/7UR4+7XabObXBtuBAnHOIIWvRsWvC9mJxwipVPcecysU8J5gsOYsy1c8pn2bWFmG PFkF5sgy6cz5jtPEMtEvlbW/4ipxnHfTmBnHyR9s= To: "meta@public-inbox.org" From: Yaron Scheffer Cc: "webmaster@lore.kernel.org" Reply-To: Yaron Scheffer Subject: public-inbox-ssoma fails with lkml archive Message-ID: Feedback-ID: Nd_c8r8sTT4SzkZ-slBafKh3YGBv8DeKcCzmzPtzvTHObv-w8QSNjSWL_zfan6XW5yj4aggVXfVnWmMB4lcUJw==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Hi. I've been trying to get ssoma to fetch LKML archives into my mailbox us= ing the git repo at `https://lore.kernel.org/lkml/6`. Running `ssoma sync` show= s the git fetch completing successfully, but nothing shows up in my Maildir. Performing the same procedure does however work with the PI archive at `git ://public-inbox.org/meta`. My perl was rusty 15 years ago and it hasn't gotten any better with time, but I've debugged this a little and the gittish things in Extractor.pm led me to what looks like a smoking gun: On the clone of git://public-inbox.org/meta: # git log --name-only commit 0fc21086aabb4ff9e9318a8ec3c6b58b24e9618a (HEAD -> master) ... c7/16e8798bc662c5fb52d05416a27897b49f0634 commit d307195d89b21619de79722793cfaa7698aa5cf4 ... 99/a639f7c6842e6c69f489f9c60af1be5e3f152d On the clone of https://lore.kernel.org/lkml/6: # git log --name-only commit fa44fffb6a81e1a6b9cceccf8c08074d4d5d83ca (HEAD -> master) ... m commit 9845bd1f6b14185eaa77eaceea212ee0d04da673 ... m so the lkml archive doesn't follow (mandatory, I presume) naming scheme as PI/meta. I'm not sure if this is an issue in upstream or the deployment, but right now ssoma doesn't work with the lkml archive. Yaron