Bug 1460470 - Change run-task to use Python 3 by default; r=mshal
☠☠ backed out by 278ac3ea0ce5 ☠ ☠
authorGregory Szorc <gps@mozilla.com>
Wed, 09 May 2018 17:26:40 -0700
changeset 796062 33fe8423f88cb8158559bc736d89b4849b57d315
parent 796061 4902cab3ce5dab2d1756cf0cd5c95f40603c0a0e
child 796063 94a9641c5a018cfe729ebe748e75a7c4373e4322
push id110148
push userbmo:gps@mozilla.com
push dateWed, 16 May 2018 22:07:12 +0000
reviewersmshal
bugs1460470
milestone62.0a1
Bug 1460470 - Change run-task to use Python 3 by default; r=mshal Python 3 is the future. MozReview-Commit-ID: APuu4Q3mimj
taskcluster/scripts/run-task
--- a/taskcluster/scripts/run-task
+++ b/taskcluster/scripts/run-task
@@ -1,9 +1,9 @@
-#!/usr/bin/python2.7 -u
+#!/usr/bin/python3 -u
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 """Run a task after performing common actions.
 
 This script is meant to be the "driver" for TaskCluster based tasks.
 It receives some common arguments to control the run-time environment.