web-parts: implement and document WebStatus, and some (but not nearly all) of the...
[buildbot.git] / Branch.ChangeLog
blob0a56e3d3042ba57ab09631a745a5363c7ad14545
1 Thu Mar  1 02:58:33 2007  Brian Warner  <warner@lothar.com>
3         * buildbot/status/web/baseweb.py: first pass at the web-parts
4         WebStatus target. This serves static files from
5         $MASTERDIR/public_html/ and uses internal resources for all URLs
6         under /_buildbot . A couple of one-line-per-build text pages have
7         been written so far.
8         * docs/buildbot.texinfo (WebStatus): document the new status
9         target, including a number of pages that haven't been implemented
10         yet.
12 Thu Mar  1 02:21:01 2007  Brian Warner  <warner@lothar.com>
14         * buildbot/scripts/runner.py (Maker.public_html): when using
15         'buildbot create-master' to create the buildmaster, also create
16         a public_html/ directory. This will be used as the root of the
17         WebStatus server, where users can put index.html, robots.txt,
18         buildbot.css, and any other desired files. We populate it with
19         some sample files from buildbot/status/web/
20         * buildbot/status/web/index.html: new file, still needs to
21         get some links to the various _buildbot/ pages.