Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/hydra
base: f5686e0958c5
Choose a base ref
...
head repository: NixOS/hydra
compare: 5dd4736aedc1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 23, 2019

  1. hydra-queue-runner: better error message if nix-store can not be started

    The hydra-queue-runner opens a connection to the builder. If the
    builder is 'localhost' it starts `nix-store`, otherwise it starts
    'ssh'.
    
    Currently, if the hydra-queue-runner can not start `nix-store` (not in
    the PATH for instance), the error message is:
    
      cannot connect to ‘localhost’: error: cannot start ssh: No such file
      or directory
    
    This is not useful since ssh is actually not started:/
    
    With this patch the error message is now:
    
      cannot connect to ‘localhost’: error: cannot start nix-store: No such file
      or directory
    nlewo committed Jan 23, 2019
    Copy the full SHA
    9a73ec6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #632 from nlewo/localhost-error-message

    hydra-queue-runner: better error message if nix-store can not be started
    edolstra committed Jan 23, 2019
    Copy the full SHA
    5dd4736 View commit details
    Browse the repository at this point in the history