Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        plague-client: Package queueing client for the Plague build system
        
        
        - Summary
- Client program for enqueueing package builds and interrogating the build system.
Changelog
        
            - * Mon Mar 13 16:00:00 2006 Dan Williams <dcbw{%}redhat{*}com> 0.4.4.1-1
- - Update to 0.4.4.1
- Fix createrepo dep to >= 0.4.3 (#rh170531) 
            - * Sun Mar 12 16:00:00 2006 Dan Williams <dcbw{%}redhat{*}com> 0.4.4-1
- - Update to 0.4.4 release
    - Don't use pyOpenSSL's sendall() call, but simulate it to achieve
        timeouts, better error handling, and more efficient CPU usage
    - Fix up initscripts and lifecycle management
    - Implement a TERM handler in server & builder for clean shutdown
    - Ensure jobs don't hang around on builders if they get left there for
        some reason (ie, server didn't unlock repo for the job)
    - Make Additional Package Arches really work (kmod support)
- Own /usr/lib/python?.?/site-packages/plague (#rh172794#)
- Require createrepo >= 4.3 (#rh170531#)
            - * Tue Jan 24 16:00:00 2006 Dan Williams <dcbw{%}redhat{*}com> 0.4.3-6
- - Increase build server builder thread sleep time to work around SSL issues
- Spawn mock in a new process group, and when killing jobs kill the entire
    process group.  Hopefully fix orphaned rpmbuild processes on job kill