Hi Ludo, On Mon, 25 Jan 2021 at 17:52, Ludovic Courtès <ludovic.cour...@inria.fr> wrote:
>> How could I list all the tarballs that ci.guix.gnu.org has? > > I suppose you could simply run something like: > > guix build -n --sources=all $(guix package -A | cut -f1) This will download only the source at the current Guix. Well, I would like to 1. stress disarchive to evaluate how its database disarchive-db scales, and 2. have a number about the size of all tarballs that Guix is able to reach (say post 1.0). > and see what happens. > > That said, I think Chris Baines recently added something to the Guix > Data Service that periodically tries to build fixed-output derivations > (essentially source code downloads). Am I right, Chris? Cool! Maybe a Berlin or Bayfront sysadmin could list all the tarballs files in the store and publish this file. Then I could use “guix download” to fetch all of them. All the best, simon