Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
Hdlmake
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Hdlmake
Commits
a768a46a
Commit
a768a46a
authored
Oct 04, 2019
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More refactoring.
parent
4d202f7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
content.py
hdlmake/module/content.py
+2
-1
module.py
hdlmake/module/module.py
+0
-1
No files found.
hdlmake/module/content.py
View file @
a768a46a
...
...
@@ -34,6 +34,7 @@ class ModuleContent(ModuleConfig):
self
.
_process_manifest_files
()
self
.
_process_manifest_modules
()
self
.
_process_manifest_makefiles
()
self
.
_process_git_submodules
()
def
_process_manifest_universal
(
self
):
"""Method processing the universal manifest directives;
...
...
@@ -131,7 +132,7 @@ class ModuleContent(ModuleConfig):
parent
=
self
,
url
=
path
,
source
=
m
,
fetchto
=
fetchto
))
self
.
modules
[
m
]
=
mods
def
process_git_submodules
(
self
):
def
_
process_git_submodules
(
self
):
"""Get the submodules if found in the Manifest path"""
if
not
self
.
source
==
'gitsm'
:
return
...
...
hdlmake/module/module.py
View file @
a768a46a
...
...
@@ -143,7 +143,6 @@ PARSE START: %s
# Process the parsed manifest_dict to assign the module properties
self
.
process_manifest
()
self
.
process_git_submodules
()
# Recurse: parse every detected submodule
for
submod
in
self
.
submodules
():
...
...
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