Commit 420b1abc authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: add check result

parent 8794a90f
......@@ -251,6 +251,9 @@ if [ -n "$CHECKONLINE" ] ; then
done
echog "Repository Filename"
printf "%-12s %30s\n" $RET $SRCRPM
if [ "$RET" = "MISSED" ] ; then
exit 1
fi
exit 0
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