extras-buildsys ChangeLog,1.87,1.88

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Aug 4 20:27:13 UTC 2005


Author: dcbw

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

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

    * Attempts to reduce network bandwidth usage between client & server
        - for listing jobs, 'status' item in the arg list is now a list itself
            which is combined using OR.
        - New 'orderby' arg for listing jobs
        - Fixes for both of the above in the web interface, the client,
            and the server

    * Small fixes to the web interface to display 'result' as well as 'status'




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	4 Aug 2005 11:47:06 -0000	1.87
+++ ChangeLog	4 Aug 2005 20:27:11 -0000	1.88
@@ -1,5 +1,16 @@
 2005-08-04  Dan Williams <dcbw at redhat.com>
 
+    * Attempts to reduce network bandwidth usage between client & server
+        - for listing jobs, 'status' item in the arg list is now a list itself
+            which is combined using OR.
+        - New 'orderby' arg for listing jobs
+        - Fixes for both of the above in the web interface, the client,
+            and the server
+
+    * Small fixes to the web interface to display 'result' as well as 'status'
+
+2005-08-04  Dan Williams <dcbw at redhat.com>
+
     * server/PackageJob.py
         - Clean up job files when the job is done.  We now only
             keep logs and 1 SRPM in 'server_work_dir', the RPMs




More information about the scm-commits mailing list