From owner-cvs-all Wed Jun 13 21:13:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 379E437B401; Wed, 13 Jun 2001 21:13:25 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5E4DPQ29343; Wed, 13 Jun 2001 21:13:25 -0700 (PDT) (envelope-from dd) Message-Id: <200106140413.f5E4DPQ29343@freefall.freebsd.org> From: Dima Dorfman Date: Wed, 13 Jun 2001 21:13:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/tools webupdate X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/06/13 21:13:24 PDT Modified files: tools webupdate Log: Rewrite: * Try not to hardcode anything. Intoduce a $subtrees variable which lists the CVS subtrees that need to be updated. * Document all major variables and actions. * Allow customization via the current environment (add some variables which can be set to facilitate testing and running outside of freefall). * Do a fresh checkout of the sources every Sunday; previously this was only a `make clean`; a fresh checkout makes sure occasional CVS bogons don't mess anything up (requested by nik). * Make $LOGFILE an absolute path so we don't end up with multiple log files, each containing half of the story. Approved by: nik Revision Changes Path 1.2 +85 -18 www/tools/webupdate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message