extras-buildsys ChangeLog,1.191,1.192

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue May 9 19:10:53 UTC 2006


Author: dcbw

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

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

    * builder/Builder.py
        - Handle the JobFiles request

    * common/Commands.py
        - Check arguments on PlgCommandJobFiles

    * server/ArchJob.py
        - pylint cleanups
        - Rework result files download code; archjob now requests result files
            from the builder, which knows how to handle builder-type specific
            result files operations
        - get_upload_dir() renamed to get_result_files_dir()

    * server/Builder.py
        - pylint cleanups
        - Move dispatching of common commands into the base Builder class
        - (_decompose_job_files_ack): new function; extract and return info
            from a JobFilesAck command
        - (_handle_job_files_ack): new function; handle a JobFilesAck in the
            builder-type specific manner.  For Active builders, we don't have
            to do much since the file was uploaded to us by the builder itself

    * server/BuilderManager.py
        - (any_prepping_builders): fix usage of builder.alive() -> builder.available()

    * server/PackageJob.py
        - Small cleanup of result files bits




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog	9 May 2006 06:04:47 -0000	1.191
+++ ChangeLog	9 May 2006 19:10:50 -0000	1.192
@@ -1,6 +1,36 @@
 2006-05-09  Dan Williams  <dcbw at redhat.com>
 
     * builder/Builder.py
+        - Handle the JobFiles request
+
+    * common/Commands.py
+        - Check arguments on PlgCommandJobFiles
+
+    * server/ArchJob.py
+        - pylint cleanups
+        - Rework result files download code; archjob now requests result files
+            from the builder, which knows how to handle builder-type specific
+            result files operations
+        - get_upload_dir() renamed to get_result_files_dir()
+
+    * server/Builder.py
+        - pylint cleanups
+        - Move dispatching of common commands into the base Builder class
+        - (_decompose_job_files_ack): new function; extract and return info
+            from a JobFilesAck command
+        - (_handle_job_files_ack): new function; handle a JobFilesAck in the
+            builder-type specific manner.  For Active builders, we don't have
+            to do much since the file was uploaded to us by the builder itself
+
+    * server/BuilderManager.py
+        - (any_prepping_builders): fix usage of builder.alive() -> builder.available()
+
+    * server/PackageJob.py
+        - Small cleanup of result files bits
+
+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




More information about the fedora-extras-commits mailing list