extras-buildsys ChangeLog,1.107,1.108

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Wed Aug 31 01:56:39 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22735

Modified Files:
	ChangeLog 
Log Message:
2005-08-30  Dan Williams <dcbw at redhat.com>

    * builder/builder.py
      common/ExecUtils.py
        - To execute mock, we now fork() and execv() the mock process
            so that we can more reliably gather its output
        - Correctly clean up the mock root directory
        - Rename builder.log -> job.log so it can't get confused
            with build.log from mock




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	30 Aug 2005 21:47:20 -0000	1.107
+++ ChangeLog	31 Aug 2005 01:56:37 -0000	1.108
@@ -1,6 +1,16 @@
 2005-08-30  Dan Williams <dcbw at redhat.com>
 
     * builder/builder.py
+      common/ExecUtils.py
+        - To execute mock, we now fork() and execv() the mock process
+            so that we can more reliably gather its output
+        - Correctly clean up the mock root directory
+        - Rename builder.log -> job.log so it can't get confused
+            with build.log from mock
+
+2005-08-30  Dan Williams <dcbw at redhat.com>
+
+    * builder/builder.py
         - all self.log() -> self._log()
 
     * server/Builder.py




More information about the fedora-extras-commits mailing list