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

Commits on Jan 17, 2020

  1. nixos/buildkite-agent: stop deploying public keys, make ssh private k…

    …ey optional.
    
    SSH public keys aren't needed to clone private repos, and if we only
    need to configure a single attribute, there's no need for the "openssh"
    attrset anymore.
    flokli committed Jan 17, 2020
    Copy the full SHA
    c154dd5 View commit details
    Browse the repository at this point in the history
  2. nixos/buildkite-agent: actually use services.buildkite-agent.package

    We were currently just using pkgs.buildkite-agent, no matter what was
    configured in services.buildkite-agent.package
    flokli committed Jan 17, 2020
    Copy the full SHA
    9237767 View commit details
    Browse the repository at this point in the history
  3. nixos/buildkite-agent: tweak TimeoutStopSec and KillMode

    This improves behaviour when the service is being stopped.
    flokli committed Jan 17, 2020
    Copy the full SHA
    99d0f4c View commit details
    Browse the repository at this point in the history
  4. buildkite-agent2: remove package

    The latest 2.x release was in Jan 2018.
    yorickvP authored and flokli committed Jan 17, 2020
    Copy the full SHA
    8f19d72 View commit details
    Browse the repository at this point in the history
  5. nixos/buildkite-agent: add a shell attribute to specify the shell bei…

    …ng used
    
    This gets passed to BUILDKITE_SHELL, which will specify the shell being
    used to executes script in.
    
    Defaults to `${pkgs.bash}/bin/bash -e -c`, matching how buildkite
    behaves on other distros.
    yorickvP authored and flokli committed Jan 17, 2020
    Copy the full SHA
    e1ad9d1 View commit details
    Browse the repository at this point in the history
  6. nixos/buildkite-agent: change option meta-data into tags attrset

    This is called tags in the buildkite 3.
    flokli committed Jan 17, 2020
    Copy the full SHA
    63c310c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b918252 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Merge pull request #77950 from flokli/buildkite-3

    nixos/buildkite-agent: move to v3
    flokli committed Jan 19, 2020
    Copy the full SHA
    eba10dc View commit details
    Browse the repository at this point in the history