extras-buildsys ChangeLog,1.185,1.186

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon May 8 14:24:32 UTC 2006


Author: dcbw

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

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

    * common/FileTransfer.py
        - Refactor common code from FileDownload.py and
            FileUpload.py into FileTransfer.py

    * common/FileDownload.py
        - pylint cleanups
        - Refactor for FileTransfer.py
        - Allow multiple transfers for one FileDownloader object

    * common/FileUploader.py
        - pylint cleanups
        - Refactor for FileTransfer.py
        - Allow multiple uploads for one FileUploader object




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog	3 May 2006 04:04:27 -0000	1.185
+++ ChangeLog	8 May 2006 14:24:29 -0000	1.186
@@ -1,3 +1,19 @@
+2006-05-08  Dan Williams  <dcbw at redhat.com>
+
+    * common/FileTransfer.py
+        - Refactor common code from FileDownload.py and
+            FileUpload.py into FileTransfer.py
+
+    * common/FileDownload.py
+        - pylint cleanups
+        - Refactor for FileTransfer.py
+        - Allow multiple transfers for one FileDownloader object
+
+    * common/FileUploader.py
+        - pylint cleanups
+        - Refactor for FileTransfer.py
+        - Allow multiple uploads for one FileUploader object
+
 2006-05-03  Dan Williams  <dcbw at redhat.com>
 
     More builder/server comm rework;




More information about the fedora-extras-commits mailing list