mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers/scripts/get-maintainer-pings-between: drop
This has been broken for months, since all the interface to `ci/eval` changed. Nobody noticed, so nobody is using it.
This commit is contained in:
parent
840ac5b860
commit
44e4c1ba9f
3 changed files with 1 additions and 82 deletions
|
|
@ -49,7 +49,6 @@ in
|
|||
combinedDir,
|
||||
touchedFilesJson,
|
||||
githubAuthorId,
|
||||
byName ? false,
|
||||
}:
|
||||
let
|
||||
# Usually we expect a derivation, but when evaluating in multiple separate steps, we pass
|
||||
|
|
@ -171,7 +170,6 @@ let
|
|||
changedattrs = lib.attrNames (lib.groupBy (a: a.name) changedPackagePlatformAttrs);
|
||||
changedpathsjson = touchedFilesJson;
|
||||
removedattrs = lib.attrNames (lib.groupBy (a: a.name) removedPackagePlatformAttrs);
|
||||
inherit byName;
|
||||
};
|
||||
in
|
||||
runCommand "compare"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue