git: e406313179 - Website build: reset fail-mail back to freebsd-doc.

Glen Barber gjb at FreeBSD.org
Wed Dec 9 21:24:45 UTC 2020


The branch main has been updated by gjb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=e4063131791ddacfc4cadb9248ff0463547dac8e

commit e4063131791ddacfc4cadb9248ff0463547dac8e
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2020-12-09 21:24:27 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2020-12-09 21:24:27 +0000

    Website build: reset fail-mail back to freebsd-doc.
    
    Sponsored by:   Rubicon Communications, LLC (netgate.com)
---
 share/tools/webupdate         | 3 +--
 share/tools/webupdate.wrapper | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/share/tools/webupdate b/share/tools/webupdate
index 681aab4f85..ae008867c9 100755
--- a/share/tools/webupdate
+++ b/share/tools/webupdate
@@ -55,8 +55,7 @@ DEFAULT_DESTDIR=/usr/local/www;
 DEFAULT_LOGFILE=webbuild.log
 DEFAULT_BUILDARGS='';
 DEFAULT_INSTARGS='';
-#DEFAULT_WEBMAILTO=freebsd-doc;
-DEFAULT_WEBMAILTO=gjb;
+DEFAULT_WEBMAILTO=freebsd-doc;
 
 #
 # Variable setup.
diff --git a/share/tools/webupdate.wrapper b/share/tools/webupdate.wrapper
index 9021b67a01..ab806c1a0f 100755
--- a/share/tools/webupdate.wrapper
+++ b/share/tools/webupdate.wrapper
@@ -14,8 +14,7 @@ PUBDIR=/usr/local/www/www.freebsd.org
 DESTDIR="${PUBDIR}-clean"
 RSYNC_FLAGS="-avH"
 GEN_INDEX=yes
-#WEBMAILTO=freebsd-doc at FreeBSD.org
-WEBMAILTO=gjb at FreeBSD.org
+WEBMAILTO=freebsd-doc at FreeBSD.org
 FLAGDIR=/usr/local/www/build
 : ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR
 : ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)}


More information about the dev-commits-doc-all mailing list