Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemomobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
nemomobile
Commits
fff104e4
Commit
fff104e4
authored
Jun 13, 2017
by
Domenico Andreoli
Committed by
Florent Revest
Jun 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a shortcut to invoke git on all the sub-repos (#29)
parent
0f340133
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
prepare-build.sh
prepare-build.sh
+10
-0
No files found.
prepare-build.sh
View file @
fff104e4
...
...
@@ -39,6 +39,16 @@ if [[ "$1" == "update" ]]; then
pull_dir
$d
done
pull_dir src/oe-core/bitbake
elif
[[
"
$1
"
==
"git-"
*
]]
;
then
base
=
$(
dirname
$0
)
gitcmd
=
${
1
:4
}
# drop git-
shift
for
d
in
$base
$base
/src/
*
$base
/src/oe-core/bitbake
;
do
if
[
$(
git
-C
$d
$gitcmd
"
$@
"
|
wc
-c
)
-ne
0
]
;
then
echo
-e
"
\e
[35mgit -C
$d
$gitcmd
$@
\e
[39m"
git
-C
$d
$gitcmd
"
$@
"
fi
done
# Prepare bitbake
else
ROOTDIR
=
`
pwd
`
...
...
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