Commit c6223ba3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: make commit for updated .gear/tags if needed

parent 8dce1bb9
...@@ -404,6 +404,10 @@ do ...@@ -404,6 +404,10 @@ do
# TODO: it is more clean detect that dir # TODO: it is more clean detect that dir
if [ -d "$(get_root_git_dir)/.gear/tags" ] ; then if [ -d "$(get_root_git_dir)/.gear/tags" ] ; then
docmd gear-update-tag -a docmd gear-update-tag -a
cd $(get_root_git_dir)/.gear || fatal
docmd git add tags/* -f
docmd git commit -m "update .gear/tags"
cd - >/dev/null
fi fi
update_post_git_submodules update_post_git_submodules
......
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