svn commit: r52399 - in head/en_US.ISO8859-1/htdocs/releases/12.0R: . hardware

Glen Barber gjb at FreeBSD.org
Mon Oct 22 12:23:50 UTC 2018


Author: gjb
Date: Mon Oct 22 12:23:49 2018
New Revision: 52399
URL: https://svnweb.freebsd.org/changeset/doc/52399

Log:
  Revert r52398, and properly set BRANCH to fix the build.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile.hardware
  head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/hardware.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile.hardware
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile.hardware	Mon Oct 22 12:21:22 2018	(r52398)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile.hardware	Mon Oct 22 12:23:49 2018	(r52399)
@@ -5,7 +5,7 @@ _OS?=		FreeBSD
 _REVMAJOR?=	12
 _REVMINOR?=	0
 _REVISION?=	${REVMAJOR}.${REVMINOR}
-_BRANCH?=	CURRENT
+_BRANCH?=	BETA1
 THISRELEASE?=	${_OS}-${_REVISION}-${_BRANCH}
 
 HOSTNAME!=	hostname

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/hardware.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/hardware.xml	Mon Oct 22 12:21:22 2018	(r52398)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/hardware.xml	Mon Oct 22 12:23:49 2018	(r52399)
@@ -639,11 +639,11 @@
 
       &hwlist.aac;
 
-      <!--&hwlist.adv;-->
+      &hwlist.adv;
 
-      <!--&hwlist.adw;-->
+      &hwlist.adw;
 
-      <!--&hwlist.aha;-->
+      &hwlist.aha;
 
       &hwlist.ahc;
 
@@ -651,7 +651,7 @@
 
       &hwlist.ahd;
 
-      <!--&hwlist.aic;-->
+      &hwlist.aic;
 
       &hwlist.amr;
 
@@ -661,7 +661,7 @@
 
       &hwlist.ciss;
 
-      <!--&hwlist.dpt;-->
+      &hwlist.dpt;
 
       <note>
 	<para>[&arch.amd64;, &arch.i386;] Booting from these
@@ -711,11 +711,11 @@
 
       &hwlist.mvs;
 
-      <!--&hwlist.ncr;-->
+      &hwlist.ncr;
 
-      <!--&hwlist.ncv;-->
+      &hwlist.ncv;
 
-      <!--&hwlist.nsp;-->
+      &hwlist.nsp;
 
       &hwlist.pms;
 
@@ -723,7 +723,7 @@
 
       &hwlist.siis;
 
-      <!--&hwlist.stg;-->
+      &hwlist.stg;
 
       &hwlist.sym;
 


More information about the svn-doc-head mailing list