(refs #459) actually prune old logfiles and builds
commitaea14d3f245badd92c5e197803cf56cc4e6d96be
authorDustin J. Mitchell <dustin@zmanda.com>
Thu, 19 Mar 2009 16:31:10 +0000 (19 12:31 -0400)
committerDustin J. Mitchell <dustin@zmanda.com>
Thu, 19 Mar 2009 16:31:10 +0000 (19 12:31 -0400)
treed4e36bb802d02f4a8004c7d608818612e578180a
parent76ec281aa32e1387624e9657c29da1dc193fb100
(refs #459) actually prune old logfiles and builds

Builds older than buildbot.status.builder.BuilderStatus.buildHorizon are
deleted entirely, while logfiles in builds older than logHorizon are
deleted, leaving the builds and steps intact.

The existing stepHorizion was removed, as it's too time-consuming to open
each build pickle to determine whether the steps have been removed.
buildbot/status/builder.py
buildbot/status/web/build.py
buildbot/test/test_status.py