Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2013 03:41:11 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r246055 - projects/portbuild/admin/crontabs
Message-ID:  <201301290341.r0T3fB5F038780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Tue Jan 29 03:41:10 2013
New Revision: 246055
URL: http://svnweb.freebsd.org/changeset/base/246055

Log:
  Split vcs operations out into the srcbuild crontab for security reasons.

Modified:
  projects/portbuild/admin/crontabs/portbuild

Modified: projects/portbuild/admin/crontabs/portbuild
==============================================================================
--- projects/portbuild/admin/crontabs/portbuild	Tue Jan 29 03:40:14 2013	(r246054)
+++ projects/portbuild/admin/crontabs/portbuild	Tue Jan 29 03:41:10 2013	(r246055)
@@ -22,16 +22,6 @@ SCRIPTS=/a/portbuild/scripts/
 #5,15,25,35,45,55 * * * *	lockf -k -t 1 ${LOCKFILES}/dologs.lock ${SCRIPTS}/dologs powerpc > /dev/null 2>&1
 #6,16,26,36,46,56 * * * *	lockf -k -t 0 ${LOCKFILES}/dologs.lock ${SCRIPTS}/dologs sparc64 > /dev/null 2>&1
 #
-# VCS update of ports
-#
-#0 */3 * * *			lockf -t 0 -k ${LOCKFILES}/updatesnap.ports.lock ${SCRIPTS}/updatesnap.ports
-#
-# VCS update of src
-#
-#0 2 * * *			lockf -t 0 -k ${LOCKFILES}/updatesnap.lock ${SCRIPTS}/updatesnap
-#
-# XXX MCL 20130111 the last things from root crontab
-#
 # Compress old logs to save space
 #
 # XXX MCL this is totally naive and livelocks the machine.  XXX TODO
@@ -42,7 +32,9 @@ SCRIPTS=/a/portbuild/scripts/
 #
 # Backup ZFS filesystems
 # XXX MCL script not yet converted
+# will have to split this up
 #50 4 * * *			lockf -t 0 -k ${LOCKFILES}/busybusybusy.lock ${SCRIPTS}/zbackup
 #
 # Expire old ZFS snapshots
+# will have to split this up, too
 #50 3 * * *			lockf -t 0 -k ${LOCKFILES}/busybusybusy.lock ${SCRIPTS}/zexpire



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301290341.r0T3fB5F038780>