Title: [269781] trunk/Tools
Revision
269781
Author
[email protected]
Date
2020-11-13 09:21:17 -0800 (Fri, 13 Nov 2020)

Log Message

[build.webkit.org] Use python3 to run transfer-to-s3 script
https://bugs.webkit.org/show_bug.cgi?id=218904

Reviewed by Jonathan Bedard.

* CISupport/build-webkit-org/steps.py:
(TransferToS3.start):

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/steps.py (269780 => 269781)


--- trunk/Tools/CISupport/build-webkit-org/steps.py	2020-11-13 16:46:42 UTC (rev 269780)
+++ trunk/Tools/CISupport/build-webkit-org/steps.py	2020-11-13 17:21:17 UTC (rev 269781)
@@ -1132,6 +1132,8 @@
         master.MasterShellCommand.__init__(self, **kwargs)
 
     def start(self):
+        if USE_BUILDBOT_VERSION2:
+            self.command[0] = 'python3'
         return master.MasterShellCommand.start(self)
 
     def finished(self, result):

Modified: trunk/Tools/ChangeLog (269780 => 269781)


--- trunk/Tools/ChangeLog	2020-11-13 16:46:42 UTC (rev 269780)
+++ trunk/Tools/ChangeLog	2020-11-13 17:21:17 UTC (rev 269781)
@@ -1,3 +1,13 @@
+2020-11-13  Aakash Jain  <[email protected]>
+
+        [build.webkit.org] Use python3 to run transfer-to-s3 script
+        https://bugs.webkit.org/show_bug.cgi?id=218904
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/build-webkit-org/steps.py:
+        (TransferToS3.start):
+
 2020-11-13  Kimmo Kinnunen  <[email protected]>
 
         Add Kimmo Kinnunen as committer
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to