From jonstanley at gmail.com Tue Aug 28 12:49:43 2012 Content-Type: multipart/mixed; boundary="===============6307494210590096846==" MIME-Version: 1.0 From: Jon Stanley To: cloud at lists.fedoraproject.org Subject: Not sure where to post this.... Date: Tue, 28 Aug 2012 08:49:22 -0400 Message-ID: --===============6307494210590096846== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable But figured this would be a good place to start since some folks with access are probably on this list. The ovirt-docs currently fail to build because of an extraneous tag that results in non-conformance with the DTD. It seems to build properly (on el6) with the following patch: ---- >From 47a19f3e3649fdfff44c609a376203db8d8255b3 Mon Sep 17 00:00:00 2001 From: Jon Stanley Date: Tue, 28 Aug 2012 08:43:44 -0400 Subject: [PATCH] Remove extraneous tag The presence of this extraneous tag was breaking the build, remove it in order to be in compliance with the DTD. --- .../topics/Installing_Red_Hat_Enterprise_Linux.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_= Linux.xml b/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml index 8fa68e1..a7f61d8 100644 --- a/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.x= ml +++ b/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.x= ml @@ -33,12 +33,10 @@ Enable yum repository - Install the ovirt-release package as root. This package provides the repository definition file: # yum localinstall --nogpgcheck FIXME: URL - -- = 1.7.1 --===============6307494210590096846==--