Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 18:03:19 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47259 - head/en_US.ISO8859-1/htdocs/ports
Message-ID:  <201508181803.t7II3Jtt054368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508181803.t7II3Jtt054368>