extras-buildsys ChangeLog,1.173,1.174

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Mar 13 03:45:50 UTC 2006


Author: dcbw

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

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

    Fix up kmod support.

    * server/Config.py
        - Fix splitting of arches for Additonal Package Arches
        - Use wildcard matching (*, ?, [...], [!...]) for package names in
            Additional Package Arches so we can support kmods easily

    * server/PackageJob.py
        - Add lots of comments in arch_handling() so people can tell what's
            going on




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog	12 Mar 2006 13:43:34 -0000	1.173
+++ ChangeLog	13 Mar 2006 03:45:43 -0000	1.174
@@ -1,5 +1,18 @@
 2006-03-12  Dan Williams  <dcbw at redhat.com>
 
+    Fix up kmod support.
+
+    * server/Config.py
+        - Fix splitting of arches for Additonal Package Arches
+        - Use wildcard matching (*, ?, [...], [!...]) for package names in
+            Additional Package Arches so we can support kmods easily
+
+    * server/PackageJob.py
+        - Add lots of comments in arch_handling() so people can tell what's
+            going on
+
+2006-03-12  Dan Williams  <dcbw at redhat.com>
+
     * server/BuildMaster.py
       server/DBManager.py
       server/UserInterface.py




More information about the fedora-extras-commits mailing list