Greg Rose <gvrose8...@gmail.com> 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 <gvrose8...@gmail.com>
> ---
> V2 - restrict changes to python files and do not replace @PYTHON3@
>      for .in files.
> ---

Acked-by: Aaron Conole <acon...@redhat.com>

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.

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to