User:Fab/Stats

From Alpine Linux
Revision as of 10:50, 30 March 2016 by Fab (talk | contribs) (update)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Some ideas to gether data for statistics about Alpine Linux.

The data are presented at the Trivia page. A git repository is available here.

Packages

Ancient releases

See: http://ancient.alpinelinux.org/alpine/

Newer releases

"High score list" of committer

git shortlog -s -n

Commit per year

To grab the data use the command below:

git log --after="2016/1/1" --until="2016/12/31" --pretty=format:'' | wc -l

Tools

Some tools which could help to generate statistics.

  • GitStats - git history statistics generator

apk add gitstats -U -X http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted