flatcar / flatcar-build-scripts

A set of helper scripts for building Flatcar Linux. It includes scripts that should be independent of the existing `scripts` repository.
Apache License 2.0
2 stars 5 forks source link

devstats: Add small helper to collect commit statistics #117

Closed pothos closed 2 years ago

pothos commented 2 years ago

The tool works on local git repositories and creates them if they don't exist yet. It uses "git shortlog" and thus doesn't know about any other form of contribution, e.g., through GitHub issues and comments. The association with a company is derived from the email address. Currently the script does not make stats per company for non-Kinvolk/Microsoft commits. The repos grub, ignition, afterburn, and ign-converter were excluded because they are upstream projects.

How to use/Testing done

./devstats 2021-06-01 2022-05-31   # set SKIP_FETCH=1 on rerun
pothos commented 2 years ago

I have an idea to move the reporting inside the repo loop. This should allow us to add a repo list for each author.

pothos commented 2 years ago

I have an idea to move the reporting inside the repo loop. This should allow us to add a repo list for each author.

done