extras-buildsys ChangeLog,1.44,1.45

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Jul 7 16:21:14 UTC 2005


Author: dcbw

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

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

    * server/PackageJob.py
        - Use Python exceptions for prep and build errors
        - Clean up a bunch of stuff
        - Specify dest file when copying files to the repo

    * server/Repo.py
        - Ensure that the destination file is actually the file rather
            than a path, since shutil.copy() just copies the file over top
            of the directory in some instances, corrupting the repo




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	6 Jul 2005 21:20:49 -0000	1.44
+++ ChangeLog	7 Jul 2005 16:21:12 -0000	1.45
@@ -1,3 +1,15 @@
+2005-07-07  Dan Williams <dcbw at redhat.com>
+
+    * server/PackageJob.py
+        - Use Python exceptions for prep and build errors
+        - Clean up a bunch of stuff
+        - Specify dest file when copying files to the repo
+
+    * server/Repo.py
+        - Ensure that the destination file is actually the file rather
+            than a path, since shutil.copy() just copies the file over top
+            of the directory in some instances, corrupting the repo
+
 2005-07-06  Dan Williams <dcbw at redhat.com>
 
     * Convert M2Crypto code to pyOpenSSL so that stuff actually works




More information about the fedora-extras-commits mailing list