summaryrefslogtreecommitdiff
path: root/hack/generate-devstats-repo-sql.py
AgeCommit message (Collapse)Author
2022-11-02typo in generate-devstats-repo-sql.yamlBhagya Amarasinghe
spelling fix on 'defintions' in the first block of comments in generate-devstats-repo-sql.yaml
2019-06-26Add more details to generate-devstats-repo-sql.pyAaron Crickenberger
There was still a lot of manual massaging of the script's output that needed to happen before it was usable as a PR to cncf/devstats. I have now tried to encode as much of that knowledge in code and comments here to allow the output of the script to overwrite the existing file. - add header/footer - add comment pointing to this script - add special case group for "Kubernetes" - add support for committees that own code - (manually) keep track of old repo names for history
2019-06-07Add script used to generate devstats repo groupsAaron Crickenberger
This isn't perfect, but it's probably better living here than in a random gist I have laying around.