Commit aa3d5e73 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: assure we commit all tarball files, ever ignored

parent 9e8d1b0d
......@@ -186,7 +186,9 @@ commit_tarball()
test -d "$CURNAME" || CURNAME=$BASENAME
if [ -d "$RPMSOURCEDIR" ] && [ -f "$RPMSOURCEDIR/$FTB" ] ; then
gear_update_from_tarball "$RPMSOURCEDIR/$FTB" "$CURNAME" $FORCEDOWNLOAD
rm -f "$RPMSOURCEDIR/$FTB"
rm -fv "$RPMSOURCEDIR/$FTB"
# force commit ever files from .gitignore
docmd git add -f "$CURNAME"
docmd git commit -m "just import $FTB with rpmgs script"
else
echo "Skip missed tarball commiting"
......
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