extras-buildsys ChangeLog,1.126.2.39,1.126.2.40

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Sun Feb 19 06:57:23 UTC 2006


Author: dcbw

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

Modified Files:
      Tag: STABLE_0_4
	ChangeLog 
Log Message:
2006-02-19  Dan Williams  <dcbw at redhat.com>

    * builder/builder.py
        - Kill jobs in 'downloaded' state after 30 minutes, because it's
            likely there was an error returning the archjob's UID to the
            server.  In this case, the server has already gone on and
            assigned the job to another builder.
        - (run): Move execution of the status function outside of the try/except
            block so we don't mask AttributeErrors in the code




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.126.2.39
retrieving revision 1.126.2.40
diff -u -r1.126.2.39 -r1.126.2.40
--- ChangeLog	19 Feb 2006 06:30:09 -0000	1.126.2.39
+++ ChangeLog	19 Feb 2006 06:57:15 -0000	1.126.2.40
@@ -1,5 +1,15 @@
 2006-02-19  Dan Williams  <dcbw at redhat.com>
 
+    * builder/builder.py
+        - Kill jobs in 'downloaded' state after 30 minutes, because it's
+            likely there was an error returning the archjob's UID to the
+            server.  In this case, the server has already gone on and
+            assigned the job to another builder.
+        - (run): Move execution of the status function outside of the try/except
+            block so we don't mask AttributeErrors in the code
+
+2006-02-19  Dan Williams  <dcbw at redhat.com>
+
     * server/Builder.py
         - Fix mistaken occurances of self.address -> self._address
         - Print a message when errors occur starting new jobs on builders




More information about the scm-commits mailing list