On 8/25/20 4:53 PM, Aaron Conole wrote: > Greg Rose <[email protected]> writes: > >> Builds on RHEL 8.2 systems are failing due to this issue. >> >> See [1] as to why this is necessary. >> >> I used the following command to identify files that need this fix: >> find . -type f -executable | /usr/lib/rpm/redhat/brp-mangle-shebangs >> >> I also updated the copyright notices as needed. >> >> 1. >> https://fedoraproject.org/wiki/Changes/Make_ambiguous_python_shebangs_error >> >> Signed-off-by: Greg Rose <[email protected]> >> --- >> V2 - restrict changes to python files and do not replace @PYTHON3@ >> for .in files. >> --- > > Acked-by: Aaron Conole <[email protected]>
Thanks! Applied to master and backported down to 2.13. > > I think a few of these are not part of the flake8 checks, and they > currently fail on my system if I manually run flake8 against them: > > ovsdb/dot2pic > ovsdb/ovsdb-doc > xenserver/etc_xapi.d_plugins_openvswitch-cfg-update > xenserver/opt_xensource_libexec_interface-reconfigure > > It's probably a good beginner project to go back through and address at > least the ovsdb ones. Just commenting so that we don't forget about it. That is a good point. Thanks. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
