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: 63ad043e4183
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 08d9cf7ad46d
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 10, 2019

  1. Copy the full SHA
    18925d0 View commit details
    Browse the repository at this point in the history
  2. nixos/prometheus/alertmanager: use ExecStart instead of script

    This results in a simpler service unit which doesn't first have to
    start a shell:
    
      > cat /nix/store/s95nsr8zbkblklanqpkiap49mkwbaq45-unit-alertmanager.service/alertmanager.service
      ...
      ExecStart=/nix/store/4g784lwcy7kp69hg0z2hfwkhjp2914lr-alertmanager-0.16.2-bin/bin/alertmanager \
        --config.file /nix/store/p2c7fyi2jkkwq04z2flk84q4wyj2ggry-checked-config \
        --web.listen-address [::1]:9093 \
        --log.level warn
      ...
    basvandijk committed Apr 10, 2019
    Copy the full SHA
    739bdff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59264 from basvandijk/alertmanager-0.16.2

    alertmanager: 0.15.3 -> 0.16.2
    basvandijk committed Apr 10, 2019
    Copy the full SHA
    08d9cf7 View commit details
    Browse the repository at this point in the history