aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-03-22 15:39:22 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:53 +1200
commit50aab7c03ac52fe8ddc7e8f802e4133249b3ea6e (patch)
treec17194acb909cad6065ffc5a6059b1139678352c
parent8a2839b870faba545c615df261057dbce498edb7 (diff)
downloadopenembedded-core-contrib-50aab7c03ac52fe8ddc7e8f802e4133249b3ea6e.tar.gz
rrs/tools: run all tools scripts with python3
These scripts should all now be run under python 3, so update the shebangs accordingly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rwxr-xr-xrrs/tools/rrs_distros.py2
-rwxr-xr-xrrs/tools/rrs_maintainer_history.py2
-rwxr-xr-xrrs/tools/rrs_upgrade_history.py2
-rwxr-xr-xrrs/tools/rrs_upstream_email.py2
-rwxr-xr-xrrs/tools/rrs_upstream_history.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/rrs/tools/rrs_distros.py b/rrs/tools/rrs_distros.py
index d38c93006d..5fc83b8c57 100755
--- a/rrs/tools/rrs_distros.py
+++ b/rrs/tools/rrs_distros.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Update current distro information for recipes.
#
diff --git a/rrs/tools/rrs_maintainer_history.py b/rrs/tools/rrs_maintainer_history.py
index d0fac4ac7b..62925fab65 100755
--- a/rrs/tools/rrs_maintainer_history.py
+++ b/rrs/tools/rrs_maintainer_history.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Standalone script which rebuilds the history of maintainership
#
diff --git a/rrs/tools/rrs_upgrade_history.py b/rrs/tools/rrs_upgrade_history.py
index 668b3d4aa8..ae3493df12 100755
--- a/rrs/tools/rrs_upgrade_history.py
+++ b/rrs/tools/rrs_upgrade_history.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Standalone script which rebuilds the history of all the upgrades.
#
diff --git a/rrs/tools/rrs_upstream_email.py b/rrs/tools/rrs_upstream_email.py
index 81f5183697..c4657b09d0 100755
--- a/rrs/tools/rrs_upstream_email.py
+++ b/rrs/tools/rrs_upstream_email.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Send email to maintainers about the current status of the recipes.
diff --git a/rrs/tools/rrs_upstream_history.py b/rrs/tools/rrs_upstream_history.py
index f5e0029bfd..e3f16b3463 100755
--- a/rrs/tools/rrs_upstream_history.py
+++ b/rrs/tools/rrs_upstream_history.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Get upstream information for recipes.
#