From owner-cvs-ports@FreeBSD.ORG Sat Jul 26 15:16:16 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA2DB1065673; Sat, 26 Jul 2008 15:16:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB5F18FC19; Sat, 26 Jul 2008 15:16:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6QFGG6p004919; Sat, 26 Jul 2008 15:16:16 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6QFGG5b004918; Sat, 26 Jul 2008 15:16:16 GMT (envelope-from kris) Message-Id: <200807261516.m6QFGG5b004918@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 26 Jul 2008 15:16:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts updatesnap X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2008 15:16:16 -0000 kris 2008-07-26 15:16:16 UTC FreeBSD ports repository Added files: Tools/portbuild/scripts updatesnap Log: Script run from cron to regularly update the master ZFS copies of the ports and source trees. Since we have >=1 consumer of these trees that run frequently but do not insist on up-to-the-second trees, it makes sense to "pre-update" them regularly and then then re-use in all of the consumers, instead of potentially doing several updates simultaneously or on demand. Consumers can clone the ZFS snapshot into their local filesystem which takes a couple of seconds instead of minutes or tens of minutes for the CVS update. We update to a date stamp instead of "." because this avoids ambiguity of commits that happen while the tree update is in progress (unfortunately it's slower). Revision Changes Path 1.1 +63 -0 ports/Tools/portbuild/scripts/updatesnap (new)