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: 014e5aa10db2
Choose a base ref
...
head repository: NixOS/hydra
compare: c8fa7ffc126e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 29, 2018

  1. hydra-eval-jobs: fix maintainer resolution

    Some time ago the data structure for maintainer descriptions in
    `nixpkgs` changed from a simple attr set with maintainer emails as
    values to an attribute set where the maintainer' nick is associated to
    an attribute set with email, GitHub handle and full name.
    
    Hydra can either parse a Nix list or fetches `shortName` from the
    associated attribute set (which is used for `meta.licenses` as each
    value in it contains a `shortName`). This behavior needs to be
    replicated for maintainers to retrieve the emails for `hydra-notify`.
    
    This change is backwards-compatible since `queryMetaStrings` is still
    able to understand lists, so old versions of `nixpkgs` or packages using
    the old maintainer data structure remain usable.
    Ma27 committed Dec 29, 2018
    Copy the full SHA
    aa87e7a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Merge pull request #629 from Ma27/fix-maintainer-notifications

    hydra-eval-jobs: fix maintainer resolution
    grahamc committed Mar 17, 2019
    Copy the full SHA
    c8fa7ff View commit details
    Browse the repository at this point in the history