Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
plague: Distributed build system for RPMs
- Summary
- The Plague build system is a client/server distributed build system for
building RPM packages. This package provides the plague server.
Changelog
- * Mon Nov 14 22:00:00 2005 Dan Williams <dcbw{%}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 22:00:00 2005 Dan Williams <dcbw{%}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 22:00:00 2005 Dan Williams <dcbw{%}redhat{*}com> 0.4.2-2
- Make builders retry downloads from the server up to 3 times