Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blaar
Commits
58e70973
Commit
58e70973
authored
May 09, 2017
by
Arnaud Blanchard
Browse files
Update clone_common_projects.sh
parent
8ecf75de
Changes
1
Hide whitespace changes
Inline
Side-by-side
developer_tools/clone_common_projects.sh
View file @
58e70973
...
...
@@ -28,7 +28,7 @@ standard_projects=(blc_channels i_keyboard)
for
project
in
${
basic_libraries
[@]
}
do
echo
"Cloning '
$project
':"
commandline
=
"git submodule add https://framagit.org/blaar/
$project
.git bl/
$project
"
commandline
=
"git submodule add https://framagit.org/blaar/
$project
.git bl
ibs
/
$project
"
$commandline
>
/tmp/blaar/clone_
$project
.log
||
{
echo
"Fail cloning '
$project
' executing: '
$commandline
'"
;
cat
/tmp/blaar/clone_
$project
.log
;
echo
;
}
done
...
...
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