2005-05-22 Dan Williams * client/fileserver.py - Add a simple HTTP server for package download to build server. Its integration into the archwelder is not yet complete. 2005-05-12 Dan Williams * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM queued by the user. This mode CANNOT be enabled at the same time as CVS checkout mode, since its less secure. It should only be used for local building and development. To enable this mode, set the 'use_srpm_not_cvs' config option to True. enqueue_srpm(, , , ) 2005-05-12 Dan Williams * Add ability to drop ArchWelders and the jobs they are currently building, and to find them again when kicked to do so. To do this, config file for the server got changed to CONFIG so we can reload(CONFIG) and get new builders on the fly 2005-05-11 Dan Williams * Add README file explaining stuff about build system architecture