Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Fri, 15 Jul 2005 16:07:11 +0000 | cmlenz | Make the repository poll interval configurable. It now defaults to 2 minutes instead of 10 seconds. |
Fri, 15 Jul 2005 14:11:29 +0000 | cmlenz | Cleanup and records when a build is aborted. |
Fri, 15 Jul 2005 13:59:54 +0000 | cmlenz | Improved logging; the build master can now optionally log to a file. Closes #13. |
Thu, 14 Jul 2005 21:56:17 +0000 | cmlenz | Delete snapshots for builds that have been completed by all configured target platforms, and are thus no longer needed. Closes #20. |
Thu, 14 Jul 2005 21:38:46 +0000 | cmlenz | Fix status display for in-progress builds. |
Thu, 14 Jul 2005 17:10:44 +0000 | cmlenz | The build master now transmits snapshot archives without blocking while reading the file and sending the BEEP frames. Closes #17. |
Thu, 14 Jul 2005 15:10:30 +0000 | cmlenz | Changed BEEP frame sending mechanism to use the `push_with_producer()` function provided by `asynchat`. In preparation for #17. |