Skip to content
Snippets Groups Projects
  1. Jun 15, 2020
  2. Jun 12, 2020
  3. Jun 11, 2020
  4. Jun 10, 2020
  5. Jun 09, 2020
  6. Jun 08, 2020
    • regnat's avatar
      Move progress-bar.cc to libmain · 801112de
      regnat authored
      Needed so that we can include it as a logger in loggers.cc without
      adding a dependency on nix
      
      This also requires moving names.hh to libutil to prevent a circular
      dependency between libmain and libexpr
      801112de
    • Eelco Dolstra's avatar
      Style fixes · c27f9269
      Eelco Dolstra authored
      c27f9269
    • regnat's avatar
      Actually test nix-env with a remote store · f6ac888d
      regnat authored
      The `remote-store` test loads the `user-env` one to test nix-env when
      using the daemon, but actually does it incorrectly because every test
      starts (in `common.sh`) by resetting the value of `NIX_REMOTE`, meaning
      that the `user-env` test will never use the daemon.
      
      Fix this by setting `NIX_REMOTE_` before sourcing `user-env.sh` in the
      `remote-store` test, so that `NIX_REMOTE` is correctly set inside the
      test
      f6ac888d
    • regnat's avatar
      Unify the printing of the logs between bar-with-logs and raw · 49834014
      regnat authored
      Make the printing of the build logs systematically go through the
      logger, and replicate the behavior of `no-build-output` by having two
      different loggers (one that prints the build logs and one that doesn't)
      49834014
    • zimbatm's avatar
      add documentation · 2c4de6af
      zimbatm authored
      2c4de6af
    • regnat's avatar
      Make the logger customisable · 170e86df
      regnat authored
      Add a new `--log-format` cli argument to change the format of the logs.
      The possible values are
      - raw (the default one for old-style commands)
      - bar (the default one for new-style commands)
      - bar-with-logs (equivalent to `--print-build-logs`)
      - internal-json (the internal machine-readable json format)
      170e86df
  7. Jun 05, 2020
  8. Jun 04, 2020
  9. Jun 03, 2020
  10. Jun 02, 2020
Loading