summaryrefslogtreecommitdiff
path: root/maintainers/scripts/check-maintainer-github-handles.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* maintainers/scripts: Lint check-maintainer-github-handles.sh (#147424)Victor Engmark2021-12-171-9/+9
* Revert "Revert "Convert maintainer file entries to attributes, add github han...Graham Christensen2018-03-041-0/+66
* Revert "Convert maintainer file entries to attributes, add github handles"•••This reverts commit aa47bac04f06aeea993dc2e2cc6649fde4f31ed7. Graham Christensen2018-03-031-23/+0
* Revert "maintainers/scripts: improve github handle checker"•••This reverts commit a2c708c2563144d61e54d7684dd8572bed7f1989. Graham Christensen2018-03-031-48/+5
* maintainers/scripts: improve github handle checker•••Now also finds name-clashes for github handles who never contributed to nixpkgs before. Also deals with too many request errors. Profpatsch2018-03-041-5/+48
* Convert maintainer file entries to attributes, add github handles•••Based on https://github.com/NixOS/nixpkgs/pull/34842, the nix-instantiate output was pretty-printed and the validity of the github handles manually verified, by automatically checking whether the user handles exist on github (https://github.com/userhandle, status 200 or 404). Each handle under 5 characters was manually checked (because the collision probability with non-maintainer accounts is high), each missing entry was manually researched. The script used is kept in `maintainers/scripts` as an example of how to work with the mainainers list through nix’ JSON interface. Profpatsch2018-03-041-0/+23