Skip to content
Snippets Groups Projects
  1. May 08, 2020
  2. May 07, 2020
  3. May 06, 2020
  4. May 05, 2020
  5. May 04, 2020
  6. May 02, 2020
    • Daiderd Jordan's avatar
      logging: handle build log lines in simple logger · 4769eea5
      Daiderd Jordan authored
      The raw stderr output isn't logged anymore so the build logs need to be
      printed by the default logger in order for the old commands like
      nix-build to still show build output.
      4769eea5
    • Daiderd Jordan's avatar
      remote-store: don't log raw stderr by default · f16e24f9
      Daiderd Jordan authored
      For remote stores the log messages are already forwarded as structured
      STDERR_RESULT messages so the old format is duplicate information.  But
      still included with -vvv since it could be useful for debugging
      problems.
      
          $ nix build -L /nix/store/nl71b2niws857ffiaggyrkjwgx9jjzc0-foo.drv --store ssh-ng://localhost
          Hello World!
          foo> Hello World!
          [1/0/1 built] building foo
      
      Fixes #3556
      f16e24f9
  7. May 01, 2020
  8. Apr 30, 2020
  9. Apr 29, 2020
Loading