Commit 05e38542 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: fix add log after import

parent 0321f03c
...@@ -427,7 +427,8 @@ do ...@@ -427,7 +427,8 @@ do
test -d "$CURNAME" || CURNAME=$(get_tarballname "$i") test -d "$CURNAME" || CURNAME=$(get_tarballname "$i")
gear_update_from_tarball "$RPMSOURCEDIR/$FTB" "$CURNAME" $FORCEDOWNLOAD gear_update_from_tarball "$RPMSOURCEDIR/$FTB" "$CURNAME" $FORCEDOWNLOAD
rm -f "$RPMSOURCEDIR/$FTB" rm -f "$RPMSOURCEDIR/$FTB"
docmd git commit -m "just import $FTB with rpmgs script" showcmd git commit -m "just import $FTB with rpmgs script"
git commit -m "just import $FTB with rpmgs script"
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