extras-buildsys ChangeLog,1.188,1.189

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue May 9 02:53:00 UTC 2006


Author: dcbw

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

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

    * server/PackageJob.py
        - (_request_one_arch_job): Use the correct fileserver port

    * server/ArchJob.py
        - (_status_repo_unlock): fix unknown variable, should be self.job

    * common/URLopener.py
        - import socket to fix an unknown type

    * common/FileUploader.py
        - (__init__): don't need to pass url in as each subclass keeps
            track of the url itself

    * common/FileTransfer.py
        - (__init__): don't keep track of url as each subclass needs
            to do this separately; Fix indentation of self._certs to make
            sure it gets set even if it's None

    * common/FileDownloader.py
        - (__init__): don't need to pass url in as each subclass keeps
            track of the url itself; in our case it's actually a list of
            urls.  Make sure self._files is defined, and has at least one
            item too.

    * common/Commands.py
        - (deserialize_command_stream): don't let unknown commands into
            the deserialized command stream; they show up as None items
            in the returned list.
        - (PlgCommand.deserialize): deserialize PlgCommandUnlockRepo commands
            too




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog	8 May 2006 14:26:33 -0000	1.188
+++ ChangeLog	9 May 2006 02:52:57 -0000	1.189
@@ -1,5 +1,38 @@
 2006-05-08  Dan Williams  <dcbw at redhat.com>
 
+    * server/PackageJob.py
+        - (_request_one_arch_job): Use the correct fileserver port
+
+    * server/ArchJob.py
+        - (_status_repo_unlock): fix unknown variable, should be self.job
+
+    * common/URLopener.py
+        - import socket to fix an unknown type
+
+    * common/FileUploader.py
+        - (__init__): don't need to pass url in as each subclass keeps
+            track of the url itself
+
+    * common/FileTransfer.py
+        - (__init__): don't keep track of url as each subclass needs
+            to do this separately; Fix indentation of self._certs to make
+            sure it gets set even if it's None
+
+    * common/FileDownloader.py
+        - (__init__): don't need to pass url in as each subclass keeps
+            track of the url itself; in our case it's actually a list of
+            urls.  Make sure self._files is defined, and has at least one
+            item too.
+
+    * common/Commands.py
+        - (deserialize_command_stream): don't let unknown commands into
+            the deserialized command stream; they show up as None items
+            in the returned list.
+        - (PlgCommand.deserialize): deserialize PlgCommandUnlockRepo commands
+            too
+
+2006-05-08  Dan Williams  <dcbw at redhat.com>
+
     * common/Commands.py
         - Add JobFiles and JobFilesAck commands
 




More information about the fedora-extras-commits mailing list