Date: Fri, 31 Aug 2001 10:37:34 -0700 (PDT) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/tools webupdate Message-ID: <200108311737.f7VHbYl21409@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108311737.f7VHbYl21409>