From owner-cvs-all Fri Aug 31 10:37:40 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 4285A37B401; Fri, 31 Aug 2001 10:37:34 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7VHbYl21409; Fri, 31 Aug 2001 10:37:34 -0700 (PDT) (envelope-from dd) Message-Id: <200108311737.f7VHbYl21409@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 31 Aug 2001 10:37:34 -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/08/31 10:37:33 PDT Modified files: tools webupdate Log: - Introduce a WEBMAILTO (not just 'MAILTO' since that might be used for something else) variable that specifies a e-mail address to send a failed build report to. Previously, this script would push part of the log to stdout for cron to do that, but that would always send it to the job owner, which may not necessarily be the person who can fix the problem. Set the default to 'freebsd-doc' (the @freebsd.org was explicitly left off so that if someone runs this on something other than freefall, the -doc list won't get mail about problems they probably didn't cause). - Rename the default log file to log.make.* to be consistent with the previous version of this. - Include the hour in the log file. The web build runs more than once per day, and it's nice to be able to keep the log files. - Set umask 002 so that people in the WEBGRP can do what they need without su'ing to wosch. Obtained from: wosch Revision Changes Path 1.7 +8 -3 www/tools/webupdate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message