extras-buildsys ChangeLog,1.59,1.60

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Sat Jul 16 15:47:44 UTC 2005


Author: dcbw

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

Modified Files:
	ChangeLog 
Log Message:
2005-07-16  Dan Williams <dcbw at redhat.com>

    * builder/builder.py
      server/Builder.py
      server/BuilderManager.py
        - Make the builder aware of what mock targets & arches it can actually
            build, and expose that information to the build server
        - On the server, make sure that we ask the builder to only build for
            arches that it supports for the target we request
        (This makes noarch jobs work correctly everywhere)




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	16 Jul 2005 14:57:36 -0000	1.59
+++ ChangeLog	16 Jul 2005 15:47:42 -0000	1.60
@@ -1,5 +1,16 @@
 2005-07-16  Dan Williams <dcbw at redhat.com>
 
+    * builder/builder.py
+      server/Builder.py
+      server/BuilderManager.py
+        - Make the builder aware of what mock targets & arches it can actually
+            build, and expose that information to the build server
+        - On the server, make sure that we ask the builder to only build for
+            arches that it supports for the target we request
+        (This makes noarch jobs work correctly everywhere)
+
+2005-07-16  Dan Williams <dcbw at redhat.com>
+
     * server/PackageJob.py
         - Include last 20 lines of relevant log file for failed build jobs
 




More information about the scm-commits mailing list