extras-buildsys plague.spec,1.27.2.2,1.27.2.3

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Nov 18 14:48:42 UTC 2005


Author: dcbw

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

Modified Files:
      Tag: STABLE_0_4
	plague.spec 
Log Message:
Update specfile


Index: plague.spec
===================================================================
RCS file: /cvs/fedora/extras-buildsys/plague.spec,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -u -r1.27.2.2 -r1.27.2.3
--- plague.spec	1 Nov 2005 15:22:53 -0000	1.27.2.2
+++ plague.spec	18 Nov 2005 14:48:40 -0000	1.27.2.3
@@ -3,7 +3,7 @@
 Summary: Distributed build system for RPMs
 Name: plague
 Version: 0.4.2
-Release: 1%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2
@@ -144,6 +144,100 @@
 
 
 %changelog
+* Tue Nov 15 2005 Dan Williams <dcbw at redhat.com> 0.4.2-5
+- Log kill requests on the server
+
+* Mon Nov 14 2005 Dan Williams <dcbw at redhat.com> 0.4.2-4
+- In the builder, close files we open before exec-ing the
+    child process.  Fixes massive file descriptor leaks.
+
+* Sun Nov 13 2005 Dan Williams <dcbw at redhat.com> 0.4.2-3
+- Hopefully fix builds not moving past downloading/done
+- Immediately kill jobs in the 'waiting' state when requested
+- Utilize pthread_sigmask python module, if present, on Python
+    2.3 and earlier to work around signal blocking issues in
+    Python
+
+* Tue Nov  1 2005 Dan Williams <dcbw at redhat.com> 0.4.2-2
+- Make builders retry downloads from the server up to 3 times
+
+* Tue Nov  1 2005 Dan Williams <dcbw at redhat.com> 0.4.2-1
+- Fix job download from the builders
+- Fix RPM copy to the repository on the server
+
+* Mon Oct 31 2005 Dan Williams <dcbw at redhat.com> 0.4.1-1
+- Fail jobs on restart if we can't access the original SRPM
+- For the server, honor config file location passed in on
+	the command line (Jeff Sheltren)
+- Catch another mock failure case (Alexandr Kanevskiy)
+
+* Tue Oct 25 2005 Dan Williams <dcbw at redhat.com> 0.4-6
+- Retry downloads from builders up to 3 times before failing
+    the job
+
+* Tue Oct 25 2005 Dan Williams <dcbw at redhat.com> 0.4-5
+- Add a MySQL database backend (Jeff Sheltren)
+- Trap repo copy errors rather than doing a traceback
+- On the builder, deal correctly with jobs in 'downloaded' state
+    that have been killed
+
+* Wed Oct 19 2005 Dan Williams <dcbw at redhat.com> 0.4-4
+- Really fix client's "allow_uploads" problem
+
+* Wed Oct 19 2005 Dan Williams <dcbw at redhat.com> 0.4-3
+- Fix errors in client's 'job detail' function
+- Ignore missing "allow_uploads" option in client config file
+- Fix server when the Additional Package Arches section is missing
+    from a target config file
+- Make server more robust against random builder SSL issues
+
+* Mon Oct 17 2005 Dan Williams <dcbw at redhat.com> 0.4-2
+- Increase field size of 'username' and 'status' fields when
+	we initially create them on the server.  Server ops will
+	need to increase manually or blow away their jobdb.
+
+* Sun Oct 16 2005 Dan Williams <dcbw at redhat.com> 0.4-1
+- Version 0.4
+    o Server:
+        - Per-target config files, new format
+        - Support PostgreSQL as a database backend
+
+    o Builder:
+        - Multiple concurrent builds with one builder process
+        - Better tracking of mock child processes
+        - Autodetect supported architectures and number of
+            concurrent build processes
+        - Per-target config files, new format
+
+    o Client:
+        - Ability to upload packages to server
+
+    o Utilities:
+        - New distro-rebuild.py utility
+        - Fixes for certhelper.py
+
+* Tue Aug 23 2005 Dan Williams <dcbw at redhat.com> 0.3.4-1
+- Version 0.3.4
+    o Make repo scripts actually work
+    o Don't traceback when cleaning up job files if we have none
+
+* Mon Aug 19 2005 Dan Williams <dcbw at redhat.com> 0.3.3-1
+- Version 0.3.3
+    o Add repo script support
+    o Fix double-slashes in log URL (Ignacio Vazquez-Abrams)
+    o Clear out old job info when requeueing jobs
+
+* Mon Aug 15 2005 Dan Williams <dcbw at redhat.com> 0.3.2-3
+- Clear out old job info when requeueing jobs
+
+* Mon Aug 15 2005 Dan Williams <dcbw at redhat.com> 0.3.2-2
+- Append %{?dist} to Releases to get correct precedence on FC3, FC4, and Rawhide
+
+* Mon Aug 15 2005 Dan Williams <dcbw at redhat.com> 0.3.2-1
+- Version 0.3.2
+    o Fix errors in enqueue and enqueue_srpm return values
+    o Implement client/server API versioning
+
 * Thu Aug 11 2005 Dan Williams <dcbw at redhat.com> 0.3.1-1
 - Version 0.3.1
     o Clean up web interface error handling, catches more errors




More information about the fedora-extras-commits mailing list