Re: Improving source code coverage at Software Heritage

2019-09-26 Thread Ludovic Courtès
Hi, zimoun skribis: > On Tue, 24 Sep 2019 at 17:41, Ludovic Courtès > wrote: > >> The issue mentions writing a “lister” for the SWH code base (in >> Python). Good news! lewo of NixOS has started writing such a thing: >> >> https://forge.softwareheritage.org/D2025 > > Nice ! > > >> It shoul

Re: Improving source code coverage at Software Heritage

2019-09-24 Thread zimoun
Hi, On Tue, 24 Sep 2019 at 17:41, Ludovic Courtès wrote: > The issue mentions writing a “lister” for the SWH code base (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 form

Improving source code coverage at Software Heritage

2019-09-24 Thread Ludovic Courtès
Hello Guix! You may remember the ‘archival’ checker for ‘guix lint’: https://issues.guix.gnu.org/issue/37224 As noted in that issue, its main limitation is that it cannot perform “save” requests for source tarballs. Thus, tarballs that aren’t already on SWH don’t get archived. The issue ment