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)
This commit is contained in:
Glen Barber 2020-12-05 00:39:01 +00:00
parent 9cc5ea8ef8
commit 74ea351cb4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54731
2 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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)}