[ovs-git] [openvswitch/ovs] 2eebec: Documentation: Fix rendering of extra repo info fo...
William Tu
noreply at github.com
Thu Nov 5 16:08:22 UTC 2020
Branch: refs/heads/master
Home: https://github.com/openvswitch/ovs
Commit: 2eebece5a3b5fe8b5d546f13c7d79af29324bf99
https://github.com/openvswitch/ovs/commit/2eebece5a3b5fe8b5d546f13c7d79af29324bf99
Author: Timothy Redaelli <tredaelli at redhat.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M Documentation/intro/install/fedora.rst
Log Message:
-----------
Documentation: Fix rendering of extra repo info for RHEL 8.
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")
Acked-by: Greg Rose <gvrose8192 at gmail.com>
Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Commit: c4bc03d872db5fe6f804fc9ddbbec29e28335cb5
https://github.com/openvswitch/ovs/commit/c4bc03d872db5fe6f804fc9ddbbec29e28335cb5
Author: William Tu <u9012063 at gmail.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M utilities/bugtool/ovs-bugtool.in
Log Message:
-----------
ovs-bugtool: Fix crash when enable --ovs.
When enabling '--ovs' or when not using '-y', ovs-bugtool crashes due to
Traceback (most recent call last):
File "/usr/local/sbin/ovs-bugtool", line 1410, in <module>
sys.exit(main())
File "/usr/local/sbin/ovs-bugtool", line 690, in main
for (k, v) in data.items():
RuntimeError: dictionary changed size during iteration
The patch fixes it by making a copy of the key and value.
VMware-BZ: #2663359
Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.")
Acked-by: Greg Rose <gvrose8192 at gmail.com>
Signed-off-by: William Tu <u9012063 at gmail.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Compare: https://github.com/openvswitch/ovs/compare/83fbd2e9dc5d...c4bc03d872db
More information about the git
mailing list