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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marty Fabien
vMap
Commits
2e026c10
Commit
2e026c10
authored
6 years ago
by
Armand Bahi
Browse files
Options
Downloads
Patches
Plain Diff
Add pull.sh
parent
37d37d03
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.sh
+1
-1
1 addition, 1 deletion
install.sh
pull.sh
+15
-0
15 additions, 0 deletions
pull.sh
with
16 additions
and
1 deletion
install.sh
+
1
−
1
View file @
2e026c10
...
@@ -11,7 +11,7 @@ if [ `whoami` == "root" ]; then
...
@@ -11,7 +11,7 @@ if [ `whoami` == "root" ]; then
echo
"Please, do not run this script as sudo"
echo
"Please, do not run this script as sudo"
else
else
cd
utils/
cd
utils/
#
./init_symlinks.sh
./init_symlinks.sh
./pull_subtrees.sh
./pull_subtrees.sh
./copy_hooks.sh
./copy_hooks.sh
...
...
This diff is collapsed.
Click to expand it.
pull.sh
0 → 100644
+
15
−
0
View file @
2e026c10
#!/bin/bash
#
#
# Script d'initialisation d'un dépot vMap versionné sous git
# Initislise l'ensemble des dépendances sous forme de subtrees
# Crée des symlinks pour re-créer l'arborescence de l'application
#
#
if
[
`
whoami
`
==
"root"
]
;
then
echo
"Please, do not run this script as sudo"
else
cd
utils/
./pull_subtrees.sh
fi
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