summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgjb <gjb@c2e8774f-c49f-e111-b436-862b2bbc8956>2020-12-05 00:39:01 +0000
committergjb <gjb@c2e8774f-c49f-e111-b436-862b2bbc8956>2020-12-05 00:39:01 +0000
commitaf7335604c2373603f2c6bd008af4d043da1778b (patch)
tree63bed9c49562a8448a3f925873761bf6154c6c26
parente696884b3b045cf0e9b242985c8883eaf5bd7874 (diff)
downloadfreebsd-doc-af7335604c2373603f2c6bd008af4d043da1778b.tar.gz
freebsd-doc-af7335604c2373603f2c6bd008af4d043da1778b.tar.bz2
Send fail-mail to me directly until I'm sure the transition to
building from the git sources is indeed fine. Note: these scripts are not automatically updated on the builder, so I will manually update them and monitor for failures. Sponsored by: Rubicon Communications, LLC (netgate.com) git-svn-id: http://svn.freebsd.org/doc/head@54731 c2e8774f-c49f-e111-b436-862b2bbc8956
-rwxr-xr-xshare/tools/webupdate5
-rwxr-xr-xshare/tools/webupdate.wrapper3
2 files changed, 4 insertions, 4 deletions
diff --git a/share/tools/webupdate b/share/tools/webupdate
index 5a44aae3c8..37e1b2cc24 100755
--- a/share/tools/webupdate
+++ b/share/tools/webupdate
@@ -55,9 +55,8 @@ DEFAULT_DESTDIR=/usr/local/www;
DEFAULT_LOGFILE=webbuild.log
DEFAULT_BUILDARGS='';
DEFAULT_INSTARGS='';
-DEFAULT_WEBMAILTO=freebsd-doc;
-#DEFAULT_WEBMAILTO=simon;
-#DEFAULT_WEBMAILTO=hrs;
+#DEFAULT_WEBMAILTO=freebsd-doc;
+DEFAULT_WEBMAILTO=gjb;
#
# Variable setup.
diff --git a/share/tools/webupdate.wrapper b/share/tools/webupdate.wrapper
index ea76e3695b..f9d84ec3aa 100755
--- a/share/tools/webupdate.wrapper
+++ b/share/tools/webupdate.wrapper
@@ -14,7 +14,8 @@ PUBDIR=/usr/local/www/www.freebsd.org
DESTDIR="${PUBDIR}-clean"
RSYNC_FLAGS="-avH"
GEN_INDEX=yes
-WEBMAILTO=freebsd-doc@FreeBSD.org
+#WEBMAILTO=freebsd-doc@FreeBSD.org
+WEBMAILTO=gjb@FreeBSD.org
FLAGDIR=/usr/local/www/build
: ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR
: ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)}