Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Gustavo Padovan
kernel-scripts
Commits
75ac1a2d
Commit
75ac1a2d
authored
Jul 16, 2020
by
Gustavo Padovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
37f184c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
5 deletions
+24
-5
README.md
README.md
+24
-5
No files found.
README.md
View file @
75ac1a2d
# Linux Kernel reports
A set of scripts to generate reports about the kernel. So far we have:
## install
*
`contributions-stats.py`
: compute stats about Authors, Mantainer committed patches,
patches sent on behalf of others and the usual tags like Reviewed-by, Acked-by, Tested-by and Reported-by for a given
list of commits.
*
`generate-html-tree.py`
: create a html file with tree navigation and link to the the commits for a given list
of git commits
On a python3 environment:
## Installing
On a Python 3 environment run:
```
pip install
pygit2 jinja2
pip install
-r requirements.txt
```
## Generating HTML tree view
One of the python packages to install is
`pygit2`
, which depends on
`libgit2 1.0.x`
, if your
system doesn't have a package for it, install it manually on a local prefix and follow pygit2
docs instructions.
## Using
### Contributions stats
### Generating HTML tree view
Export the output of the git cmdline below to a csv file
...
...
@@ -32,7 +50,8 @@ generate-html-tree.py <csv file> <name> <git cmdline> <git HEAD>
`
It
` will output \<name>.html and \<name>.json
### scripts
### scripts/ folder
The `
scripts
`
folder has some ready to use scripts to generate the analysis for some trees.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment