extras-buildsys ChangeLog,1.16,1.17

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jun 17 03:10:29 UTC 2005


Author: dcbw

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

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

	* common/SSLCommon.py
		- Override SSL.SSLServer's handle_error() method since it doesn't
			take the right number of arguments

	* common/SimpleSSLXMLRPCServer.py
		- Add proxy lcl_resolve_dotted_attribute() function to deal with
			different versions of python

	* server/BuildJob.py
		- email_to -> self.username in email_result()

	* server/UserInterface.py
		- email_to -> email in email_result()
		- Fix typo that broke simple SRPM building (cvs_tag -> srpm_file)

	* server/buildserver.py
		- Deal with m2crypto 0.09 X509 cert handling of 'emailAddress'/'Email'

	* utils/package-builder.py
		- Deal with m2crypto 0.09 X509 cert handling of 'emailAddress'/'Email'
		- Fix simple SRPM building, our local enqueue_srpm() function was calling
			just enqueue() on the server




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	15 Jun 2005 05:15:54 -0000	1.16
+++ ChangeLog	17 Jun 2005 03:10:27 -0000	1.17
@@ -1,3 +1,28 @@
+2005-06-16  Dan Williams <dcbw at redhat.com>
+
+	* common/SSLCommon.py
+		- Override SSL.SSLServer's handle_error() method since it doesn't
+			take the right number of arguments
+
+	* common/SimpleSSLXMLRPCServer.py
+		- Add proxy lcl_resolve_dotted_attribute() function to deal with
+			different versions of python
+
+	* server/BuildJob.py
+		- email_to -> self.username in email_result()
+
+	* server/UserInterface.py
+		- email_to -> email in email_result()
+		- Fix typo that broke simple SRPM building (cvs_tag -> srpm_file)
+
+	* server/buildserver.py
+		- Deal with m2crypto 0.09 X509 cert handling of 'emailAddress'/'Email'
+
+	* utils/package-builder.py
+		- Deal with m2crypto 0.09 X509 cert handling of 'emailAddress'/'Email'
+		- Fix simple SRPM building, our local enqueue_srpm() function was calling
+			just enqueue() on the server
+
 2005-06-15  Dan Williams <dcbw at redhat.com>
 
     * client/buildclient.py




More information about the fedora-extras-commits mailing list