extras-buildsys/client client.py,1.22,1.23

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


Author: dcbw

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

Modified Files:
	client.py 
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: client.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/client/client.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- client.py	3 Aug 2005 04:36:58 -0000	1.22
+++ client.py	4 Aug 2005 20:27:11 -0000	1.23
@@ -125,6 +125,8 @@
                 print "Error: invalid option '%s'" % arg
                 return
         else:
+            if cmd == 'status':
+                arg = [arg]
             query_args[cmd] = arg
             cmd = ''
 




More information about the scm-commits mailing list