]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use python3 in shebang lines for util scripts
authorNicki Křížek <nicki@isc.org>
Tue, 13 Aug 2024 12:00:43 +0000 (14:00 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 14 Aug 2024 15:43:39 +0000 (15:43 +0000)
Some distributions (notably, debian bookworm) have deprecated the
`python` interpreter in favor of `python3`. Since our scripts are
python3 anyway, use the proper numbered version in shebang to make
scripts easily executable.

(cherry picked from commit 480dcdef9af36283273fdd88021ee525f7a7f287)

bin/tests/convert-trs-to-junit.py
bin/tests/system/doth/get_openssl_version.py
bin/tests/system/doth/stress_http_quota.py
contrib/gitchangelog/gitchangelog.py

index 85b37dd62936816ecb0c8fc5a869109ebd649cb5..6d7b4aaa1b6fe1776cf58ecb627b07d9649742c3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 #
index f1d6f4bf003238bef2a9fb0bdba23290d01a9597..94cbf5a6bc47802afc70edaaa33622f753adaaa7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 #
index 05ad0435717ad92ec19e9df122106713e12b26c2..ca1fddbcc6606a1b2fac474fc22ddd3896fa5905 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
 #
index 7193dddc3d5306b1b348a35b9ad584af72d358b4..c0d444baf14fbe9a4d07b73b5cbbe9a4530a24ce 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 ############################################################################
 # Copyright (c) 2018, Valentin Lab
 # All rights reserved.