Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
917b0c96
Commit
917b0c96
authored
11 years ago
by
Diego Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Always patch the tree if "force" flag is set
Change-Id: If782cdecb9a52e3e8b5fe6226b543a0b30be2e07
parent
6fa26e97
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vendorsetup.sh
+1
-1
1 addition, 1 deletion
vendorsetup.sh
with
1 addition
and
1 deletion
vendorsetup.sh
+
1
−
1
View file @
917b0c96
...
...
@@ -75,7 +75,7 @@ __patch_tree()
LASTMD5SUM
=
$(
cat
out/lastpatch.md5sum
)
MD5SUM
=
$(
__tree_md5sum
${
B2G_PATCH_DIRS
}
)
fi
if
[[
"
$LASTMD5SUM
"
!=
"
$MD5SUM
"
]]
;
then
if
[[
"
$LASTMD5SUM
"
!=
"
$MD5SUM
"
||
$1
==
"force"
]]
;
then
branch
()
{
[[
-d
$1
]]
||
return
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment