Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kernel-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Gustavo Padovan
kernel-scripts
Commits
2ec2bf61
Commit
2ec2bf61
authored
Mar 19, 2020
by
Gustavo Padovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tree: remove unused funcion
parent
742943a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
generate-html-tree.py
generate-html-tree.py
+0
-13
No files found.
generate-html-tree.py
View file @
2ec2bf61
...
...
@@ -26,19 +26,6 @@ def classify_commit(fs_dict, commit):
partial_dict
[
entry
][
1
]
+=
1
partial_dict
=
partial_dict
[
entry
][
0
]
def
upstream_status
(
status
):
if
not
status
:
return
""
if
status
==
"upstream"
:
ret
=
'<span class="badge badge-pill badge-success m-1">'
else
:
ret
=
'<span class="badge badge-pill badge-warning m-1">'
ret
+=
status
+
'</span>'
return
ret
def
generate_html
(
repo
,
fs_dict
,
title
,
cmd
,
head
):
file_loader
=
FileSystemLoader
(
'templates'
)
env
=
Environment
(
loader
=
file_loader
)
...
...
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