Commit d43ccabc authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: add comments

parent 597a3311
......@@ -93,7 +93,6 @@ check_gear_and_tag()
pushd $SPECDIR >/dev/null
$GEARCTAG --force
popd >/dev/null
# git push ?
fi
}
......@@ -226,9 +225,12 @@ if [ -z "$SIGN" ]; then
exit $?
fi
# Sign src.rpm and upload it
######## Sign src.rpm and upload it
# check package releases according to ALT
pkg_release_check $LISTBUILT
# if only one file
if [ -r "$LISTBUILT" ] ; then
check_gear_and_tag
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