Use the correct hostname for build-web.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-08-18 18:03:19 +00:00
parent a23dead8ab
commit 0e48d8af90
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47259

View file

@ -25,7 +25,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "build-web.stream.freebsd.org"
.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "build-web.ysv.freebsd.org"
CLUSTER_MACHINE= YES
.endif