extras-buildsys ChangeLog,1.126.2.42,1.126.2.43

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Mar 13 04:16:36 UTC 2006


Author: dcbw

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

Modified Files:
      Tag: STABLE_0_4
	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.126.2.42
retrieving revision 1.126.2.43
diff -u -r1.126.2.42 -r1.126.2.43
--- ChangeLog	12 Mar 2006 05:52:48 -0000	1.126.2.42
+++ ChangeLog	13 Mar 2006 04:16:26 -0000	1.126.2.43
@@ -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>
+
     * builder/builder.py
         - Add a SIGTERM handler for clean shutdown
         - Clean up lifecycle management




More information about the fedora-extras-commits mailing list