]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scripts: make python shebangs specific about desired version
authorUday Shankar <ushankar@purestorage.com>
Tue, 11 Feb 2025 01:11:54 +0000 (18:11 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Mar 2025 12:19:44 +0000 (21:19 +0900)
commit9d702bb1d3c03bb78d4fd2b3424169e3ef4cd402
treeaeabe2927070da9be6fa91024e2964159402e8c5
parentac954145e1ee3f72033161cbe4ac0b16b5354ae7
scripts: make python shebangs specific about desired version

The RPM packaging tools like to make sure that all packaged python
scripts have version-unambiguous shebangs. Be more specific about the
desired python version in a couple of places to avoid having to disable
these checks in make rpm-pkg.

Signed-off-by: Uday Shankar <ushankar@purestorage.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/show_delta
scripts/tracing/draw_functrace.py