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

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

Log:
  Refactor from portbuild crontab.  This holds the things that only scrbuild
  is allowed to touch, including svn updates.  The zfs scripts will have to
  be split up further because portbuild owns some subdirs and srcbuild now
  owns the others.  WIP.

Added:
  projects/portbuild/admin/crontabs/srcbuild

Added: projects/portbuild/admin/crontabs/srcbuild
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/portbuild/admin/crontabs/srcbuild	Tue Jan 29 03:40:14 2013	(r246054)
@@ -0,0 +1,25 @@
+#
+# srcbuild crontab
+#
+PATH=/root/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/a/portbuild/admin/scripts
+TERM=xterm
+
+LOCKFILES=/a/portbuild/admin/lockfiles/
+SCRIPTS=/a/portbuild/admin/scripts/
+#
+# 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
+#
+# Backup ZFS filesystems
+# XXX MCL script not yet converted
+#50 4 * * *			lockf -t 0 -k ${LOCKFILES}/busybusybusy.lock ${SCRIPTS}/zbackup
+#
+# Expire old ZFS snapshots
+# XXX MCL have to split this one 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?201301290340.r0T3eEhO037071>