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: 4223202c99a3
Choose a base ref
...
head repository: NixOS/hydra
compare: d4b4255dd2ae
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 25, 2019

  1. hydra-queue-runner: Don't pass IN_SYSTEMD to child processes

    This caused local builds to have journal priority prefixes
    (e.g. '<3>').
    edolstra committed Sep 25, 2019
    Copy the full SHA
    554bb7d View commit details
    Browse the repository at this point in the history
  2. hydra-queue-runner: Support running in a NixOS container

    In a NixOS container, cmdBuildDerivation doesn't work because we're
    not privileged. But we also don't need it because the store already
    has the derivation.
    
    Also, don't copy from/to the store since this gives errors about
    missing signatures.
    edolstra committed Sep 25, 2019
    Copy the full SHA
    d4b4255 View commit details
    Browse the repository at this point in the history