diff mbox series

[ovs-dev,2/2] Documentation: Add extra repo info for RHEL 8

Message ID 1584654993-18668-2-git-send-email-gvrose8192@gmail.com
State Superseded
Headers show
Series [ovs-dev,1/2] compat: Fix nf_ip_hook parameters for RHEL 8 | expand

Commit Message

Gregory Rose March 19, 2020, 9:56 p.m. UTC
The extra development repo for RHEL 8 has changed.  Document it.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
---
 Documentation/intro/install/fedora.rst | 3 +++
 1 file changed, 3 insertions(+)

Comments

0-day Robot March 19, 2020, 11:03 p.m. UTC | #1
Bleep bloop.  Greetings Gregory Rose, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
WARNING: Line is 82 characters long (recommended limit is 79)
#22 FILE: Documentation/intro/install/fedora.rst:73:
    $ subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms

Lines checked: 29, Warnings: 1, Errors: 0


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
Gregory Rose March 19, 2020, 11:29 p.m. UTC | #2
On 3/19/2020 4:03 PM, 0-day Robot wrote:
> Bleep bloop.  Greetings Gregory Rose, I am a robot and I have tried out your patch.
> Thanks for your contribution.
> 
> I encountered some error that I wasn't expecting.  See the details below.
> 
> 
> checkpatch:
> WARNING: Line is 82 characters long (recommended limit is 79)
> #22 FILE: Documentation/intro/install/fedora.rst:73:
>      $ subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms
> 
> Lines checked: 29, Warnings: 1, Errors: 0
> 
> 
> Please check this out.  If you feel there has been an error, please email aconole@redhat.com
> 
> Thanks,
> 0-day Robot
> 

I suppose I could put a break in the command line.  I'll do that and 
send V2.

- Greg
diff mbox series

Patch

diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
index 6fe1fb5..de00c4c 100644
--- a/Documentation/intro/install/fedora.rst
+++ b/Documentation/intro/install/fedora.rst
@@ -69,6 +69,9 @@  repositories to help yum-builddep, e.g.::
     $ subscription-manager repos --enable=rhel-7-server-extras-rpms
     $ 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
+
 DNF::
 
     $ dnf builddep /tmp/ovs.spec