[Buildbot-devel] Small correction to Buildbot manual (0.7.9)

Neil Hemingway neil.hemingway at greyhavens.org.uk
Fri Feb 13 13:40:29 UTC 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jarkko

This is covered by http://buildbot.net/trac/ticket/413 and
http://buildbot.net/trac/ticket/304.  A fix has been committed to
the main line of development and will be included in the next release
(0.7.10)

Neil


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmVeE0ACgkQZjaLPuxR95Qx9QCgqy8zbhlwGkPGqHN3Osp9ayIM
SsoAn0DY18BmZczYzik0ACBkIVaZWPrS
=3pfd
-----END PGP SIGNATURE-----
On 13/02/2009, Jarkko Palviainen <jarkko.palviainen at sesca.com> wrote:
>
> Hi,
>
> I was reading the maintenance chapter here:
> http://buildbot.net/repos/release/docs/buildbot.html#Maintenance and
> noticed a small glitch in the second crontab entry:
>
> @weekly cd BASEDIR && find . -mindepth 2 -type f -mtime +14 -exec rm {} \;
>
> The problem is that it actually removes files inside BASEDIR/public_html/
> directory if they have been laying around unmodified long enough (here,
> 14*24 hours). At least it happened to me :)
>
>
> A quick and dirty fix would be something like:
> find . -mindepth 2 -type f -mtime +14 | grep -v public_html | xargs rm
>
>
> Br,
> Jarkko
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090213/6cea9450/attachment.html>


More information about the devel mailing list