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:
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
share/tools
|
@ -55,9 +55,8 @@ DEFAULT_DESTDIR=/usr/local/www;
|
||||||
DEFAULT_LOGFILE=webbuild.log
|
DEFAULT_LOGFILE=webbuild.log
|
||||||
DEFAULT_BUILDARGS='';
|
DEFAULT_BUILDARGS='';
|
||||||
DEFAULT_INSTARGS='';
|
DEFAULT_INSTARGS='';
|
||||||
DEFAULT_WEBMAILTO=freebsd-doc;
|
#DEFAULT_WEBMAILTO=freebsd-doc;
|
||||||
#DEFAULT_WEBMAILTO=simon;
|
DEFAULT_WEBMAILTO=gjb;
|
||||||
#DEFAULT_WEBMAILTO=hrs;
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Variable setup.
|
# Variable setup.
|
||||||
|
|
|
@ -14,7 +14,8 @@ PUBDIR=/usr/local/www/www.freebsd.org
|
||||||
DESTDIR="${PUBDIR}-clean"
|
DESTDIR="${PUBDIR}-clean"
|
||||||
RSYNC_FLAGS="-avH"
|
RSYNC_FLAGS="-avH"
|
||||||
GEN_INDEX=yes
|
GEN_INDEX=yes
|
||||||
WEBMAILTO=freebsd-doc@FreeBSD.org
|
#WEBMAILTO=freebsd-doc@FreeBSD.org
|
||||||
|
WEBMAILTO=gjb@FreeBSD.org
|
||||||
FLAGDIR=/usr/local/www/build
|
FLAGDIR=/usr/local/www/build
|
||||||
: ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR
|
: ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR
|
||||||
: ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)}
|
: ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)}
|
||||||
|
|
Loading…
Reference in a new issue