extras-buildsys ChangeLog,1.202,1.203

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon May 29 20:26:34 UTC 2006


Author: dcbw

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

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

    * Make most everything work now; both Passive and Active builders will
        download/upload the SRPM from the server.  The SRPM's URL is no longer
        passed to the builder in the initial job request, but comes along later
        once the SPRM is actually available to the builder (which might be after
        an upload to the builder in the case of Passive builders).
    * Pylint cleanups
    * Clean up logging on builders by consolidating newline handling is one place
    * Use the Targets command to pass back to the server any upload URL the builder
        might have (for passive builders)




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog	23 May 2006 15:06:14 -0000	1.202
+++ ChangeLog	29 May 2006 20:26:31 -0000	1.203
@@ -1,3 +1,15 @@
+2006-05-29  Dan Williams  <dcbw at redhat.com>
+
+    * Make most everything work now; both Passive and Active builders will
+        download/upload the SRPM from the server.  The SRPM's URL is no longer
+        passed to the builder in the initial job request, but comes along later
+        once the SPRM is actually available to the builder (which might be after
+        an upload to the builder in the case of Passive builders).
+    * Pylint cleanups
+    * Clean up logging on builders by consolidating newline handling is one place
+    * Use the Targets command to pass back to the server any upload URL the builder
+        might have (for passive builders)
+
 2006-05-23  Dan Williams  <dcbw at redhat.com>
 
     * common/Commands.py




More information about the fedora-extras-commits mailing list