Date: Wed, 12 Dec 2012 07:29:38 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r244143 - projects/portbuild/crontabs Message-ID: <201212120729.qBC7TcA2088872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer) Date: Wed Dec 12 07:29:38 2012 New Revision: 244143 URL: http://svnweb.freebsd.org/changeset/base/244143 Log: Convert do-cleanup-chroots to take a parameter. This is part of refactoring this crontab into various pieces. Modified: projects/portbuild/crontabs/root Modified: projects/portbuild/crontabs/root ============================================================================== --- projects/portbuild/crontabs/root Wed Dec 12 07:28:17 2012 (r244142) +++ projects/portbuild/crontabs/root Wed Dec 12 07:29:38 2012 (r244143) @@ -18,7 +18,7 @@ TERM=xterm 50 5 * * * lockf -t 0 -k /var/run/busybusybusy.lock find /var/portbuild/*/archive/ -name \*.log -mtime +7 | xargs bzip2 -9f # # Clean up old chroots on client machines -30 * * * * /var/portbuild/scripts/do-cleanup-chroots +30 * * * * /var/portbuild/scripts/do-cleanup-chroots all # Backup ZFS filesystems # XXX MCL script not yet converted
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212120729.qBC7TcA2088872>