svn commit: r47259 - head/en_US.ISO8859-1/htdocs/ports
Glen Barber
gjb at FreeBSD.org
Tue Aug 18 18:03:20 UTC 2015
Author: gjb
Date: Tue Aug 18 18:03:19 2015
New Revision: 47259
URL: https://svnweb.freebsd.org/changeset/doc/47259
Log:
Use the correct hostname for build-web.
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/htdocs/ports/Makefile
Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/Makefile Tue Aug 18 17:54:51 2015 (r47258)
+++ head/en_US.ISO8859-1/htdocs/ports/Makefile Tue Aug 18 18:03:19 2015 (r47259)
@@ -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
More information about the svn-doc-head
mailing list