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/nixpkgs
base: da9c031024bd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e20de6b57a7c
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 19, 2020

  1. nixos/buildkite-agent: add "user" option

    This allows buildkite-agent to run as another user.
    
    It'll still run builds from /var/lib/buildkite-agent and setup things in
    there.
    flokli committed Jan 19, 2020
    Copy the full SHA
    8c6b1c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Copy the full SHA
    7838f00 View commit details
    Browse the repository at this point in the history
  2. nixos/buildkite-agent: add gnutar, gzip and git to runtimePackages

    These are required for nix to do builtins.fetchTarball and
    builtins.fetchGit, so most likely we want them to be around.
    flokli committed Jan 20, 2020
    Copy the full SHA
    70308a7 View commit details
    Browse the repository at this point in the history
  3. nixosTests.buildkite: add test

    flokli committed Jan 20, 2020
    Copy the full SHA
    a208e6e View commit details
    Browse the repository at this point in the history
  4. nixos/buildkite: make privateSshKeyPath optional

    When only cloning public repos, or when the ssh key is provided by
    different means, we don't need to manage it here.
    flokli committed Jan 20, 2020
    Copy the full SHA
    4b73d3c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #78045 from flokli/buildkite-agent-user-runtime-test

    nixos/buildkite: add option to configure user, add nix-required packages to runtime, add test
    zimbatm committed Jan 20, 2020
    Copy the full SHA
    e20de6b View commit details
    Browse the repository at this point in the history