svn commit: r42660 - head/share/xml

Glen Barber gjb at FreeBSD.org
Fri Sep 13 20:44:07 UTC 2013


Author: gjb
Date: Fri Sep 13 20:44:06 2013
New Revision: 42660
URL: http://svnweb.freebsd.org/changeset/doc/42660

Log:
  Turn off the betarel2.* and beta2.* macros until I fix the build errors.
  
  Pointyhat:	gjb

Modified:
  head/share/xml/release.ent

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Fri Sep 13 20:28:28 2013	(r42659)
+++ head/share/xml/release.ent	Fri Sep 13 20:44:06 2013	(r42660)
@@ -37,8 +37,8 @@
 
 <!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
       are having release candidates at the same time), do the same here.  -->
-<!ENTITY beta2.testing "INCLUDE">
-<!ENTITY % beta2.testing "INCLUDE">
+<!ENTITY beta2.testing "IGNORE">
+<!ENTITY % beta2.testing "IGNORE">
 <!ENTITY betarel2.current '10.0'>
 <!ENTITY betarel2.vers 'ALPHA1'>
 <!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>


More information about the svn-doc-all mailing list