extras-buildsys ChangeLog,1.190,1.191

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue May 9 06:04:50 UTC 2006


Author: dcbw

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

Modified Files:
	ChangeLog 
Log Message:
2006-05-09  Dan Williams  <dcbw at redhat.com>

    * builder/Builder.py
        - (upload_files): fix extraction of server address, and pass
            the jobid to the server so it knows what the result files
            are for

    * builder/BuilderMock.py
        - Fix name of ul_callback()

    * common/FileTransfer.py
        - Trap operational errors

    * server/ArchJob.py
        - (get_upload_dir): new function; return the directory into
            which result files should be written

    * server/Builder.py
        - (get_archjob): new function; return archjob object for a
            particular jobid
        - (_handle_building_jobs): correct scoping of bits that get
            status for certain jobs
        - Increase the required active builder contact interval slightly
        - (request): reset the unavailable count every time the builder
            contacts us

    * server/BuilderManager.py
        - (__init__): Enable the HTTP POST handler when there are
            active builders
        - (upload_callback): handle incoming files by writing them
            to the correct location based on their jobid




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog	9 May 2006 02:57:11 -0000	1.190
+++ ChangeLog	9 May 2006 06:04:47 -0000	1.191
@@ -1,3 +1,35 @@
+2006-05-09  Dan Williams  <dcbw at redhat.com>
+
+    * builder/Builder.py
+        - (upload_files): fix extraction of server address, and pass
+            the jobid to the server so it knows what the result files
+            are for
+
+    * builder/BuilderMock.py
+        - Fix name of ul_callback()
+
+    * common/FileTransfer.py
+        - Trap operational errors
+
+    * server/ArchJob.py
+        - (get_upload_dir): new function; return the directory into
+            which result files should be written
+
+    * server/Builder.py
+        - (get_archjob): new function; return archjob object for a
+            particular jobid
+        - (_handle_building_jobs): correct scoping of bits that get
+            status for certain jobs
+        - Increase the required active builder contact interval slightly
+        - (request): reset the unavailable count every time the builder
+            contacts us
+
+    * server/BuilderManager.py
+        - (__init__): Enable the HTTP POST handler when there are
+            active builders
+        - (upload_callback): handle incoming files by writing them
+            to the correct location based on their jobid
+
 2006-05-08  Dan Williams  <dcbw at redhat.com>
 
     * builder/Builder.py




More information about the scm-commits mailing list