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

Ilya Maximets i.maximets at ovn.org
Thu Nov 5 17:44:23 UTC 2020


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 at gmail.com
>> Signed-off-by: Timothy Redaelli <tredaelli at 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 at gmail.com>

Thanks!
Applied to master and branch-2.14.

Best regards, Ilya Maximets.


More information about the dev mailing list