Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
André Lam
android_vendor_lineage
Commits
e67b6cb4
Commit
e67b6cb4
authored
Dec 28, 2017
by
LuK1337
Committed by
Christopher N. Hesse
Jan 02, 2018
Browse files
lineage: Allow roomservice to check non device/* repos
Change-Id: I840bcf945c746b3fcdda0ffd567bec7466a22207
parent
24807ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/tools/roomservice.py
View file @
e67b6cb4
...
...
@@ -217,7 +217,7 @@ def fetch_dependencies(repo_path, fallback_branch = None):
fetch_list
.
append
(
dependency
)
syncable_repos
.
append
(
dependency
[
'target_path'
])
verify_repos
.
append
(
dependency
[
'target_path'
])
el
if
re
.
search
(
"android_device_.*_.*$"
,
dependency
[
'repository'
])
:
el
se
:
verify_repos
.
append
(
dependency
[
'target_path'
])
dependencies_file
.
close
()
...
...
Write
Preview
Supports
Markdown
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