Commit abf651ce authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: fix commit

parent a276a0f0
...@@ -156,7 +156,7 @@ if [ -n "$SIGN" ]; then ...@@ -156,7 +156,7 @@ if [ -n "$SIGN" ]; then
# create tag according to package release # create tag according to package release
if is_git $SPECDIR ; then if is_git $SPECDIR ; then
local GEARCTAG=gear-create-tag local GEARCTAG=gear-create-tag
# needed corrent user.name/user.email for get GPG id # needed correct user.name/user.email for get GPG id
$GEARCTAG --force $GEARCTAG --force
# git push ? # git push ?
fi fi
......
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