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 jonstanley@gmail.com Date: Tue, 28 Aug 2012 08:43:44 -0400 Subject: [PATCH] Remove extraneous <step> 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.xml +++ b/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml @@ -33,12 +33,10 @@ </step> <step> <title>Enable yum repository</title> - <step> <para> Install the <package>ovirt-release</package> package as <systemitem>root</systemitem>. This package provides the repository definition file: </para> <screen># yum localinstall --nogpgcheck FIXME: URL</screen> - </step> </step> </procedure> <formalpara>
On Tue, Aug 28, 2012 at 2:49 PM, Jon Stanley jonstanley@gmail.com wrote:
But figured this would be a good place to start since some folks with
... indeed, I don't see a list for docs at http://lists.ovirt.org/mailman/listinfo I'm CCing Stephen Gordon for an advice, I'd say that docs topis are probably discussed on engine-devel@ovirt.org ?
Also missing is link "How to contribute" on the webpage - patch submissions process is documented but well hidden in wiki http://wiki.ovirt.org/wiki/Working_with_oVirt_Gerrit BTW, patch for this particular issue was already submitted http://git.ovirt.org/#/c/7448/
Cheers, Alan
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 jonstanley@gmail.com Date: Tue, 28 Aug 2012 08:43:44 -0400 Subject: [PATCH] Remove extraneous <step> 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.xml +++ b/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml @@ -33,12 +33,10 @@ </step> <step> <title>Enable yum repository</title>
<step> <para> Install the <package>ovirt-release</package> package as<systemitem>root</systemitem>. This package provides the repository definition file: </para> <screen># yum localinstall --nogpgcheck FIXME: URL</screen>
</step> </step> </procedure> <formalpara>-- 1.7.1 _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
----- Original Message -----
From: "Alan Pevec" apevec@gmail.com To: "Fedora Cloud SIG" cloud@lists.fedoraproject.org Cc: "stephen a gordon" stephen.a.gordon@gmail.com Sent: Tuesday, August 28, 2012 4:50:50 PM Subject: Re: Not sure where to post this....
On Tue, Aug 28, 2012 at 2:49 PM, Jon Stanley jonstanley@gmail.com wrote:
But figured this would be a good place to start since some folks with
... indeed, I don't see a list for docs at http://lists.ovirt.org/mailman/listinfo I'm CCing Stephen Gordon for an advice, I'd say that docs topis are probably discussed on engine-devel@ovirt.org ?
Correct, for now.
Also missing is link "How to contribute" on the webpage - patch submissions process is documented but well hidden in wiki http://wiki.ovirt.org/wiki/Working_with_oVirt_Gerrit
We piggy back onto the back of this process rather than define 'yet another oVirt contributor workflow'. The above is linked from:
http://wiki.ovirt.org/wiki/Documentation
BTW, patch for this particular issue was already submitted http://git.ovirt.org/#/c/7448/
Merged, looks like I don't get notification that these are pending review currently.
Steve
Cheers, Alan
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 jonstanley@gmail.com Date: Tue, 28 Aug 2012 08:43:44 -0400 Subject: [PATCH] Remove extraneous <step> 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.xml +++ b/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml @@ -33,12 +33,10 @@ </step> <step> <title>Enable yum repository</title>
<step> <para> Install the <package>ovirt-release</package> package as<systemitem>root</systemitem>. This package provides the repository definition file: </para> <screen># yum localinstall --nogpgcheck FIXME: URL</screen>
</step> </step> </procedure> <formalpara>-- 1.7.1 _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
----- Original Message -----
From: "Steve Gordon" sgordon@redhat.com To: "Fedora Cloud SIG" cloud@lists.fedoraproject.org Cc: "stephen a gordon" stephen.a.gordon@gmail.com Sent: Tuesday, August 28, 2012 4:59:10 PM Subject: Re: Not sure where to post this....
----- Original Message -----
From: "Alan Pevec" apevec@gmail.com To: "Fedora Cloud SIG" cloud@lists.fedoraproject.org Cc: "stephen a gordon" stephen.a.gordon@gmail.com Sent: Tuesday, August 28, 2012 4:50:50 PM Subject: Re: Not sure where to post this....
On Tue, Aug 28, 2012 at 2:49 PM, Jon Stanley jonstanley@gmail.com wrote:
But figured this would be a good place to start since some folks with
... indeed, I don't see a list for docs at http://lists.ovirt.org/mailman/listinfo I'm CCing Stephen Gordon for an advice, I'd say that docs topis are probably discussed on engine-devel@ovirt.org ?
Correct, for now.
Also missing is link "How to contribute" on the webpage - patch submissions process is documented but well hidden in wiki http://wiki.ovirt.org/wiki/Working_with_oVirt_Gerrit
We piggy back onto the back of this process rather than define 'yet another oVirt contributor workflow'. The above is linked from:
http://wiki.ovirt.org/wiki/Documentation
BTW, patch for this particular issue was already submitted http://git.ovirt.org/#/c/7448/
Merged, looks like I don't get notification that these are pending review currently.
Steve
I've updated my watch list to ensure I get these emails now, so hopefully I will see future commits. Note that the future of the DocBook XML oVirt guides (or *guide* at least for now) is a little unclear. Ideally I want to get an online editing system for them setup (it will be a later version of the one Josh Wulf demonstrated at FUDcon Malaysia - http://www.fedorareloaded.com/). In the meantime some community effort has gone into this:
http://wiki.ovirt.org/wiki/Quick_Start_Guide
Steve
----- Original Message -----
----- Original Message -----
From: "Steve Gordon" sgordon@redhat.com
I'm CCing Stephen Gordon for an advice, I'd say that docs topis are probably discussed on engine-devel@ovirt.org ?
Correct, for now.
The engine-devel list would only be for topics related to just oVirt Engine. For general discussions that would be arch@ovirt.org (which may get renamed to developers@.)
- Karsten