extras-buildsys ChangeLog,1.103,1.104

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Aug 29 14:31:44 UTC 2005


Author: dcbw

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

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

    * server/Config.py
        - Ensure duplicate user_aliases and duplicate target strings
            cannot be loaded
        - Move user target alias resolution into the Config stuff to
            keep it centralized

    * server/UserInterface.py
        - Move target user alias resolution to Config stuff
        - Consolidate 'enqueue' and 'enqueue_srpm' commands into one
            'enqueue' command to enqueue packages that detects what you
            are trying to enqueue by looking at the source
        - Work with new target dict stuff




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	25 Aug 2005 18:15:13 -0000	1.103
+++ ChangeLog	29 Aug 2005 14:31:42 -0000	1.104
@@ -1,3 +1,18 @@
+2005-08-29  Dan Williams <dcbw at redhat.com>
+
+    * server/Config.py
+        - Ensure duplicate user_aliases and duplicate target strings
+            cannot be loaded
+        - Move user target alias resolution into the Config stuff to
+            keep it centralized
+
+    * server/UserInterface.py
+        - Move target user alias resolution to Config stuff
+        - Consolidate 'enqueue' and 'enqueue_srpm' commands into one
+            'enqueue' command to enqueue packages that detects what you
+            are trying to enqueue by looking at the source
+        - Work with new target dict stuff
+
 2005-08-25  Dan Williams <dcbw at redhat.com>
 
     * Initial commit of reworked stuff:




More information about the scm-commits mailing list