Commit edabe3d0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: update submodules recursive

parent 6739c581
...@@ -363,9 +363,9 @@ update_post_git_submodules() ...@@ -363,9 +363,9 @@ update_post_git_submodules()
[ -s $(get_root_git_dir)/.gitmodules ] || fatal "there is no .gitmodules file in repo root" [ -s $(get_root_git_dir)/.gitmodules ] || fatal "there is no .gitmodules file in repo root"
cd $(get_root_git_dir) || fatal cd $(get_root_git_dir) || fatal
docmd git submodule init docmd git submodule init || fatal
docmd git submodule sync docmd git submodule sync
docmd git submodule update || fatal docmd git submodule update --recursive || fatal
rm -rfv $PSM/* rm -rfv $PSM/*
# echo * do not catch .names really # echo * do not catch .names really
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment