about summary refs log tree commit diff
path: root/maintainers/scripts/check-maintainer-github-handles.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-03-04Revert "Revert "Convert maintainer file entries to attributes, add github ↵Graham Christensen1-0/+66
handles""
2018-03-03Revert "Convert maintainer file entries to attributes, add github handles"Graham Christensen1-23/+0
This reverts commit aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.
2018-03-03Revert "maintainers/scripts: improve github handle checker"Graham Christensen1-48/+5
This reverts commit a2c708c2563144d61e54d7684dd8572bed7f1989.
2018-03-04maintainers/scripts: improve github handle checkerProfpatsch1-5/+48
Now also finds name-clashes for github handles who never contributed to nixpkgs before. Also deals with too many request errors.
2018-03-04Convert maintainer file entries to attributes, add github handlesProfpatsch1-0/+23
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.