[Rpm-maint] [rpm-software-management/rpm] Print all build errors and do not stop after the first error (#1020)

mikhailnov notifications at github.com
Wed Jan 29 09:53:56 UTC 2020


mikhailnov commented on this pull request.



> @@ -3107,7 +3107,7 @@ rpmRC processBinaryFiles(rpmSpec spec, rpmBuildPkgFlags pkgFlags,
 			int didInstall, int test)
 {
     Package pkg;
-    rpmRC rc = RPMRC_OK;
+    rpmRC res = RPMRC_OK;

`res` is also used, e.g. in parseForSimple() and in many other palces (`grep -nHr 'res ='`) and usage of `res` there is much more alike the case that we are dicscussing than usage of `rc`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1020#discussion_r372284493
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200129/ddd7b8a7/attachment.html>


More information about the Rpm-maint mailing list