From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Improving source code coverage at Software Heritage Date: Thu, 26 Sep 2019 09:09:08 +0200 Message-ID: <87o8z7sfe3.fsf@inria.fr> References: <87blv9iwfu.fsf@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53997) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDNtr-0005f0-Fb for Guix-devel@gnu.org; Thu, 26 Sep 2019 03:09:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDNtq-0005gY-0V for Guix-devel@gnu.org; Thu, 26 Sep 2019 03:09:15 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:32137) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iDNtp-0005bU-No for Guix-devel@gnu.org; Thu, 26 Sep 2019 03:09:13 -0400 In-Reply-To: (zimoun's message of "Tue, 24 Sep 2019 18:57:34 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: zimoun Cc: Guix-devel Hi, zimoun skribis: > On Tue, 24 Sep 2019 at 17:41, Ludovic Court=C3=A8s wrote: > >> The issue mentions writing a =E2=80=9Clister=E2=80=9D for the SWH code b= ase (in >> Python). Good news! lewo of NixOS has started writing such a thing: >> >> https://forge.softwareheritage.org/D2025 > > Nice ! > > >> It should be able to ingest data in a format similar to what we provide >> at . > > How is the list generated? Like this: https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website/apps= /packages/builder.scm#n87 Ludo=E2=80=99.