Commit a93eb63b authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: small fix

parent 386f44ee
...@@ -190,6 +190,7 @@ commit_tarball() ...@@ -190,6 +190,7 @@ commit_tarball()
docmd git commit -m "just import $FTB with rpmgs script" docmd git commit -m "just import $FTB with rpmgs script"
else else
echo "Skip missed tarball commiting" echo "Skip missed tarball commiting"
return 1
fi fi
} }
...@@ -333,7 +334,7 @@ do ...@@ -333,7 +334,7 @@ do
#docmd git commit -m "merge $FTB with rpmgs script" #docmd git commit -m "merge $FTB with rpmgs script"
elif is_gear ; then elif is_gear ; then
# TODO: realize above # TODO: realize above
commit_tarball commit_tarball || fatal
fi fi
else else
is_gear && echo "Skip tarball committing (run with version or with -f option)." is_gear && echo "Skip tarball committing (run with version or with -f option)."
......
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