Commit 80f6f6b5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: remove source after import in gir

parent 212009b5
......@@ -292,8 +292,8 @@ do
if [ -n "$GSSETVERSION" ] && is_gear ; then
CURNAME=$(get_tarballname $i)
echo "Commit tarball $RPMSOURCEDIR/$FTB to git subdir '$CURNAME'..."
gear-update "$RPMSOURCEDIR/$FTB" "$CURNAME"
git commit -m "just import $(basename $RPMSOURCEDIR/$FTB)"
gear-update "$RPMSOURCEDIR/$FTB" "$CURNAME" && rm -f "$RPMSOURCEDIR/$FTB"
git commit -m "just import $(basename $RPMSOURCEDIR/$FTB) with rpmgs script"
else
is_gear && echo "Run without version. Skip tarball commiting."
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