Commit 0a6c9766 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: remove spec when skiping

parent c3f08af9
......@@ -127,6 +127,7 @@ if [ "$PKGVENDOR" = "alt" ] && is_gear $SPECDIR ; then
# if version-release from backported spec is already committed
if [ -z "$FORCE" ] && is_last_commit_tag "$(get_version $BPSPEC)-$(get_release $BPSPEC)" ; then
echo "Tag $(get_last_tag) already exists for the last commit, skipping"
rm -f $BPSPEC
# so just skipping
continue
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