[Buildbot-devel] Management of .stdio files

Grig Gheorghiu grig at agilistas.org
Tue Oct 24 14:43:21 UTC 2006


On 10/24/06, Didier Trosset <didier-dot-trosset at acqiris.com> wrote:
>
> Hello,
>
> Is there any management feature of the bunch of .stdio files that get
> generated in the master's subdirectories?
> Is there any tar.gz-ing after certain time?
> Is there any purge after certain time?
> Is there ability te store all this output elsewhere, database or other?


You need to purge them yourself, for example via crontab entries, as
explained in the User Manual (<
http://buildbot.sourceforge.net/manual-CVS.html#Maintenance>):

     @weekly cd BASEDIR && find . -mindepth 2 -type f -mtime +14 -exec rm {} \;
     @weekly cd BASEDIR && find twistd.log* -mtime +14 -exec rm {} \;


Grig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20061024/a36ecc62/attachment.html>


More information about the devel mailing list