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: ff64583d07f0
Choose a base ref
...
head repository: NixOS/hydra
compare: 1be7de15a8be
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 29, 2019

  1. tests: change postgresql socket dir to /tmp

    In NixOS/nixpkgs#57677 default postgresql socket directory was changed
    to `/run/postgresql`, which doesn't exist (and can't be created) in
    Nix build environment. We'll use /tmp as socket dir explicitly then.
    
    Fixes build failure https://hydra.nixos.org/build/91221682
    
    Cc @aszlig @edolstra
    danbst committed Mar 29, 2019
    Copy the full SHA
    4171ab4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Merge pull request #648 from danbst/pg-changes

    tests: change postgresql socket dir to /tmp
    grahamc committed May 23, 2019
    Copy the full SHA
    1be7de1 View commit details
    Browse the repository at this point in the history