Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 08:13:02 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45192 - head/share/xml
Message-ID:  <201407020813.s628D2xG017281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Wed Jul  2 08:13:02 2014
New Revision: 45192
URL: http://svnweb.freebsd.org/changeset/doc/45192

Log:
  For reasons that are not clear to me yet, the translated versions of the
  handbook fail to build on the cluster with no CVSup mirrors listed.  I
  can't recreate this locally, but for now, add back a single mirror
  (cvsup.freebsd.org, which is under clusteradm control).  Hopefully
  that should be sufficient to allow the build to complete.
  
  Noticed by:	wblock
  Pointy hat to:	gavin

Modified:
  head/share/xml/mirrors.xml

Modified: head/share/xml/mirrors.xml
==============================================================================
--- head/share/xml/mirrors.xml	Wed Jul  2 01:12:17 2014	(r45191)
+++ head/share/xml/mirrors.xml	Wed Jul  2 08:13:02 2014	(r45192)
@@ -21,6 +21,10 @@
       <url proto="httpv6">http://ftp.FreeBSD.org/pub/FreeBSD/</url>;
     </host>
 
+    <host type="cvsup">
+      <name>cvsup.FreeBSD.org</name>
+    </host>
+
   </entry>
 
   <entry id="mirrors-primary">



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