Skip to content
Snippets Groups Projects
  1. Nov 22, 2019
    • Ludovic Courtès's avatar
      environment: Document that '--manifest' can be repeated. · d76df98f
      Ludovic Courtès authored
      * tests/guix-environment.sh: Test 'guix environment' with two '-m' options.
      * doc/guix.texi (Invoking guix environment): Explain that '-m' can be
      passed multiple times.
      d76df98f
    • Ludovic Courtès's avatar
      import: texlive: Handle multi-license packages. · c0e9d470
      Ludovic Courtès authored
      This fixes "guix import texlive translator".
      
      * guix/import/texlive.scm (sxml->package): Add clause for when 'license'
      is a list of licences, as is the case with the "translator" package.
      c0e9d470
    • Ludovic Courtès's avatar
      daemon: GC displays how much it has collected. · 732c96f1
      Ludovic Courtès authored
      * nix/libstore/gc.cc (LocalStore::deletePathRecursive): Display the
      percentage reached relative to 'maxFreed', or the total amount of data
      deleted when 'maxFreed' is ULLONG_MAX.
      732c96f1
    • Ludovic Courtès's avatar
      substitute: Don't fetch /nix-cache-info. · 4f5234be
      Ludovic Courtès authored
      This avoids one GET request every time 'fetch-narinfos' is called.
      The file itself was essentially useless.
      
      * guix/scripts/substitute.scm (<cache-info>, download-cache-info):
      Remove.
      (%unreachable-hosts): New variable.
      (open-connection-for-uri/maybe): New procedure.
      (fetch-narinfos)[handle-narinfo-response]: Check whether NARINFO has its
      'path' under (%store-prefix) and ignore it otherwise.  Move
      'update-progress!' call before 'if'.
      [do-fetch]: Remove 'port' parameter.  Use
      'open-connection-for-uri/maybe'.
      Remove call to 'download-cache-info'.
      4f5234be
  2. Nov 21, 2019
Loading