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
f017e36e
Commit
f017e36e
authored
Jan 26, 2018
by
LuK1337
Committed by
Bruno Martins
Jan 27, 2018
Browse files
lineage: Change 'bailing out' message to something more friendly
Change-Id: Iee519ea5cbfa92b6bb26e33d2bac3d2335c770a8
parent
3f9b94cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/tools/roomservice.py
View file @
f017e36e
...
...
@@ -226,7 +226,7 @@ def fetch_dependencies(repo_path, fallback_branch = None):
print
(
'Adding dependencies to manifest'
)
add_to_manifest
(
fetch_list
,
fallback_branch
)
else
:
print
(
'
Dependencies file not found, bailing out.'
)
print
(
'
%s has no additional dependencies.'
%
repo_path
)
if
len
(
syncable_repos
)
>
0
:
print
(
'Syncing dependencies'
)
...
...
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