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
- * Fri Nov 18 22:00:00 2005 Dan Williams <dcbw{%}redhat{*}com> 0.4.2-7
- Suspend builders on hard errors such as running out of disk space
- Retry downloads from server/builder 5 times, not 3
- Log retried downloads on the server
- Add socket timeouts to downloads to work around hanging issues
when downloading from the builder (the downloading/done issue)
- * Tue Nov 15 22:00:00 2005 Dan Williams <dcbw{%}redhat{*}com> 0.4.2-5
- Log kill requests on the server
- * 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.