Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
Open source
vMap
Commits
c0d258cf
Commit
c0d258cf
authored
6 years ago
by
Armand Bahi
Browse files
Options
Downloads
Patches
Plain Diff
Update utils
parent
8a1fdfaf
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
utils/pull_subtrees.sh
+2
-2
2 additions, 2 deletions
utils/pull_subtrees.sh
with
2 additions
and
2 deletions
utils/pull_subtrees.sh
+
2
−
2
View file @
c0d258cf
...
...
@@ -17,7 +17,7 @@ cd ..
# Vitis
echo
"---- Pull vitis ----"
git subtree pull
--prefix
src/vitis
"git@gitlab.veremes.net:Development/vitis_apps/sources/vitis.git"
$vitisVersion
git subtree pull
--prefix
src/vitis
--squash
-m
"pull subtree"
"git@gitlab.veremes.net:Development/vitis_apps/sources/vitis.git"
$vitisVersion
# Modules
if
[[
$depsCount
>
0
]]
;
then
...
...
@@ -26,7 +26,7 @@ if [[ $depsCount > 0 ]]; then
echo
"---- Pull
${
aDeps
[
$i
, name]
}
----"
# Ajoute le dépôt
git subtree pull
--prefix
src/
${
aDeps
[
$i
, name]
}
"git@gitlab.veremes.net:Development/vitis_apps/sources/
${
aDeps
[
$i
, name]
}
.git"
${
aDeps
[
$i
, version]
}
git subtree pull
--prefix
src/
${
aDeps
[
$i
, name]
}
--squash
-m
"pull
${
aDeps
[
$i
, name]
}
${
aDeps
[
$i
, version]
}
"
"git@gitlab.veremes.net:Development/vitis_apps/sources/
${
aDeps
[
$i
, name]
}
.git"
${
aDeps
[
$i
, version]
}
fi
done
fi
This diff is collapsed.
Click to expand it.
Armand Bahi
@ArmandBahi
mentioned in commit
b5654d02
·
6 years ago
mentioned in commit
b5654d02
mentioned in commit b5654d02838248ee7ab83168986a42b88c9cb8b7
Toggle commit list
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