Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2013 16:36:20 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40984 - head/en_US.ISO8859-1/books/developers-handbook/testing
Message-ID:  <201302161636.r1GGaK7K055194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Feb 16 16:36:19 2013
New Revision: 40984
URL: http://svnweb.freebsd.org/changeset/doc/40984

Log:
  Remove outdated comments.
  
  Discussed with:	des
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml

Modified: head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml	Sat Feb 16 16:36:17 2013	(r40983)
+++ head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml	Sat Feb 16 16:36:19 2013	(r40984)
@@ -430,15 +430,14 @@
       <itemizedlist>
 	<listitem>
 	  <para><literal>HEAD</literal> for amd64, arm, i386,
-	    i386/pc98, ia64, mips, powerpc, powerpc64, and sparc64,
-	    which takes approximately four hours.</para>
+	    i386/pc98, ia64, mips, powerpc, powerpc64, and
+	    sparc64.</para>
 	</listitem>
 	<listitem>
 	  <para><literal>RELENG_9</literal> and supported
 	    9.<replaceable>X</replaceable> branches for amd64, arm,
 	    i386, i386/pc98, ia64, mips, powerpc, powerpc64, and
-	    sparc64, which takes approximately three and a half
-	    hours.</para>
+	    sparc64.</para>
 	</listitem>
       </itemizedlist>
 
@@ -449,8 +448,7 @@
 	<listitem>
 	  <para><literal>RELENG_8</literal> and supported
 	    8.<replaceable>X</replaceable> branches for amd64, i386,
-	    i386/pc98, ia64, mips, powerpc and sparc64, and each
-	    branch takes approximately six hours.</para>
+	    i386/pc98, ia64, mips, powerpc and sparc64.</para>
 	</listitem>
       </itemizedlist>
 
@@ -461,8 +459,7 @@
 	<listitem>
 	  <para><literal>RELENG_7</literal> and supported
 	    7.<replaceable>X</replaceable> branches for amd64, i386,
-	    i386/pc98, ia64, powerpc, and sparc64, and each branch
-	    takes approximately three hours.</para>
+	    i386/pc98, ia64, powerpc, and sparc64.</para>
 	</listitem>
       </itemizedlist>
     </section>
@@ -485,13 +482,6 @@
 	  <para>Apache is set up to use <filename>index.cgi</filename>
 	    as <literal>DirectoryIndex</literal>.</para>
 	</listitem>
-	<listitem>
-	  <para>A <ulink
-	      url="https://www.varnish-cache.org/">Varnish</ulink>;
-	    instance in front of Apache ensures that
-	    <filename>index.cgi</filename> does not need to run more
-	    than once every two minutes.</para>
-	</listitem>
       </itemizedlist>
     </section>
   </section>



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