extras-buildsys ChangeLog,1.97.2.11,1.97.2.12

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


Author: dcbw

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

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

    * builder/builder.py
      common/ExecUtils.py
        - Thread jobs on the builder, even though we can only
            do one at a time right now.  It lets the job proceed
            independently of the XMLRPCBuilderServer.
        - Make the BuilderMock object's log function private
        - Make the XMLRPCBuilderServer's log function private
        - 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.97.2.11
retrieving revision 1.97.2.12
diff -u -r1.97.2.11 -r1.97.2.12
--- ChangeLog	24 Aug 2005 19:23:20 -0000	1.97.2.11
+++ ChangeLog	31 Aug 2005 01:23:39 -0000	1.97.2.12
@@ -1,3 +1,18 @@
+2005-08-26  Dan Williams <dcbw at redhat.com>
+
+    * builder/builder.py
+      common/ExecUtils.py
+        - Thread jobs on the builder, even though we can only
+            do one at a time right now.  It lets the job proceed
+            independently of the XMLRPCBuilderServer.
+        - Make the BuilderMock object's log function private
+        - Make the XMLRPCBuilderServer's log function private
+        - 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-24  Dan Williams <dcbw at redhat.com>
 
     * common/BaseConfig.py




More information about the scm-commits mailing list