diff mbox series

[ovs-dev] Documentation: Fix rendering of extra repo info for RHEL 8

Message ID c3c149f4c25600d27222b3344bed10ee175f95d7.1604398346.git.tredaelli@redhat.com
State Accepted
Headers show
Series [ovs-dev] Documentation: Fix rendering of extra repo info for RHEL 8 | expand

Commit Message

Timothy Redaelli Nov. 3, 2020, 10:12 a.m. UTC
In commit a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
a newline was missing to correctly generate the code block to add
codeready-builder repository.

This commit adds the missing newline to correctly generate the code block
with the RHEL 8 codeready-builder instructions.

Fixes: a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
Cc: gvrose8192@gmail.com
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
---
 Documentation/intro/install/fedora.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Gregory Rose Nov. 3, 2020, 4:36 p.m. UTC | #1
On 11/3/2020 2:12 AM, Timothy Redaelli wrote:
> In commit a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
> a newline was missing to correctly generate the code block to add
> codeready-builder repository.
> 
> This commit adds the missing newline to correctly generate the code block
> with the RHEL 8 codeready-builder instructions.
> 
> Fixes: a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
> Cc: gvrose8192@gmail.com
> Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
> ---
>   Documentation/intro/install/fedora.rst | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
> index e5324e1df..4a2f3507c 100644
> --- a/Documentation/intro/install/fedora.rst
> +++ b/Documentation/intro/install/fedora.rst
> @@ -70,6 +70,7 @@ repositories to help yum-builddep, e.g.::
>       $ subscription-manager repos --enable=rhel-7-server-optional-rpms
>   
>   or for RHEL 8::
> +
>       $ subscription-manager repos \
>         --enable=codeready-builder-for-rhel-8-x86_64-rpms
>   
> 

I'd never noticed that.

Thanks!

Acked-by: Greg Rose <gvrose8192@gmail.com>
Ilya Maximets Nov. 5, 2020, 5:44 p.m. UTC | #2
On 11/3/20 5:36 PM, Gregory Rose wrote:
> 
> 
> On 11/3/2020 2:12 AM, Timothy Redaelli wrote:
>> In commit a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
>> a newline was missing to correctly generate the code block to add
>> codeready-builder repository.
>>
>> This commit adds the missing newline to correctly generate the code block
>> with the RHEL 8 codeready-builder instructions.
>>
>> Fixes: a82083ee3091 ("Documentation: Add extra repo info for RHEL 8")
>> Cc: gvrose8192@gmail.com
>> Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
>> ---
>>   Documentation/intro/install/fedora.rst | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
>> index e5324e1df..4a2f3507c 100644
>> --- a/Documentation/intro/install/fedora.rst
>> +++ b/Documentation/intro/install/fedora.rst
>> @@ -70,6 +70,7 @@ repositories to help yum-builddep, e.g.::
>>       $ subscription-manager repos --enable=rhel-7-server-optional-rpms
>>     or for RHEL 8::
>> +
>>       $ subscription-manager repos \
>>         --enable=codeready-builder-for-rhel-8-x86_64-rpms
>>  
> 
> I'd never noticed that.
> 
> Thanks!
> 
> Acked-by: Greg Rose <gvrose8192@gmail.com>

Thanks!
Applied to master and branch-2.14.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
index e5324e1df..4a2f3507c 100644
--- a/Documentation/intro/install/fedora.rst
+++ b/Documentation/intro/install/fedora.rst
@@ -70,6 +70,7 @@  repositories to help yum-builddep, e.g.::
     $ subscription-manager repos --enable=rhel-7-server-optional-rpms
 
 or for RHEL 8::
+
     $ subscription-manager repos \
       --enable=codeready-builder-for-rhel-8-x86_64-rpms