svn commit: r246054 - projects/portbuild/admin/crontabs
Mark Linimon
linimon at FreeBSD.org
Tue Jan 29 03:40:14 UTC 2013
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
More information about the svn-src-projects
mailing list