Commit b834075c authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: use recursive submodule update

parent eb91b836
......@@ -435,9 +435,7 @@ update_post_git_submodules()
[ -s $(get_root_git_dir)/.gitmodules ] || fatal "there is no .gitmodules file in repo root"
cd $(get_root_git_dir) || fatal
docmd git submodule init || fatal
docmd git submodule sync
docmd git submodule update --recursive || fatal
docmd git submodule update --init --recursive || fatal
rm -rfv $PSM/*
# 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