website build: update scripts to use the correct Git host.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-12-09 15:47:05 -05:00
parent 3bde30dfea
commit 70637319d2
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
#
DEFAULT_PATH=/bin:/usr/bin:/usr/local/bin;
DEFAULT_SVNROOT=svn://svn.FreeBSD.org
DEFAULT_GITROOT=https://cgit-beta.FreeBSD.org
DEFAULT_GITROOT=https://git.FreeBSD.org
DEFAULT_BUILDDIR=/usr/local/www/build;
#DEFAULT_LOGDIR=/usr/local/www/build/log;
DEFAULT_LOGDIR=/usr/local/www/logs/build;

View file

@ -9,7 +9,7 @@
PATH=/bin:/usr/bin:/usr/local/bin
SVNROOT=svn://svn.FreeBSD.org
GITROOT=https://cgit-beta.FreeBSD.org
GITROOT=https://git.FreeBSD.org
PUBDIR=/usr/local/www/www.freebsd.org
DESTDIR="${PUBDIR}-clean"
RSYNC_FLAGS="-avH"