Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
cbb040fd
Commit
cbb040fd
authored
Jun 14, 2016
by
Jonathan Wilkes
Browse files
port 71b75eb51c6ca01b65c367f650fff2d81d9d17b9 from Pd-l2ork: better updating mechanism
parent
83511b66
Changes
1
Hide whitespace changes
Inline
Side-by-side
l2ork_addons/tar_em_up.sh
View file @
cbb040fd
...
...
@@ -132,11 +132,12 @@ then
if
[
-d
.git
]
;
then
# check if Gem submodule is empty, and if so do first init
if
[
"
$(
ls
-A
Gem
)
"
]
;
then
git submodule update
#git submodule update
git submodule foreach git pull origin master
else
# init all submodules (only necessary the first time)
git submodule init
git submodule update
#
git submodule update
git submodule foreach git pull origin master
fi
fi
...
...
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