Commit d43ccabc authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: add comments

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