[Rpm-maint] [rpm-software-management/rpm] Unify build-script running to always use rpmfcExec() (#670)

Igor Gnatenko notifications at github.com
Wed Apr 17 11:58:05 UTC 2019


ignatenkobrain commented on this pull request.



>   * @return		buffered stdout from script, NULL on error
  */     
-static StringBuf getOutputFrom(ARGV_t argv,
-                        const char * writePtr, size_t writeBytesLeft,
-                        int failNonZero, const char *buildRoot)
+static int getOutputFrom(ARGV_t argv,
+			 const char * writePtr, size_t writeBytesLeft,
+			 StringBuf sb_stdout,

you've missed `sb_stdout` in documentation for this function.

-- 
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/670#pullrequestreview-227707324
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190417/b98009c1/attachment.html>


More information about the Rpm-maint mailing list