extras-buildsys ChangeLog,1.41,1.42 plague.spec,1.6,1.7

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jul 1 11:51:28 UTC 2005


Author: dcbw

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

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

    * We now use lighttpd as the fileserver in both the server and the builder.  It's
        a lot more robust than the python implementation, but the python implementation
        code still exists and can be used.

    * The server key and certificate must now be in the same file.  You can 'cat' them
        together with 'cat key.pem cert.pem > key_and_cert.pem'

    * Initialize m2crypto threading in buildservery.py and builder.py

    * Change some config options for the builder that said 'client' to 'builder'

    * Add some testing code to SimpleHTTPSServer.py and FileDownloader.py




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	29 Jun 2005 20:27:11 -0000	1.41
+++ ChangeLog	1 Jul 2005 11:51:26 -0000	1.42
@@ -1,3 +1,18 @@
+2005-07-01  Dan Williams <dcbw at redhat.com>
+
+    * We now use lighttpd as the fileserver in both the server and the builder.  It's
+        a lot more robust than the python implementation, but the python implementation
+        code still exists and can be used.
+
+    * The server key and certificate must now be in the same file.  You can 'cat' them
+        together with 'cat key.pem cert.pem > key_and_cert.pem'
+
+    * Initialize m2crypto threading in buildservery.py and builder.py
+
+    * Change some config options for the builder that said 'client' to 'builder'
+
+    * Add some testing code to SimpleHTTPSServer.py and FileDownloader.py
+
 2005-06-29  Dan Williams <dcbw at redhat.com>
 
     * Add the ability to search jobs on current job status from plague-client


Index: plague.spec
===================================================================
RCS file: /cvs/fedora/extras-buildsys/plague.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plague.spec	29 Jun 2005 21:32:33 -0000	1.6
+++ plague.spec	1 Jul 2005 11:51:26 -0000	1.7
@@ -11,6 +11,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-sqlite, m2crypto, createrepo
 Requires: %{name}-common = %{version}-%{release}
+Requires: lighttpd
 
 %description
 The Plague build system is a client/server distributed build system for
@@ -42,6 +43,7 @@
 Group: Development/Tools
 Requires: %{name}-common = %{version}-%{release}
 Requires: m2crypto
+Requires: lighttpd
 
 %description client
 Client program for enqueueing package builds and interrogating the build system.




More information about the fedora-extras-commits mailing list