Title: [293331] trunk/Tools
Revision
293331
Author
[email protected]
Date
2022-04-25 10:58:13 -0700 (Mon, 25 Apr 2022)

Log Message

[build.webkit.org] Use GitHub checkouts (Follow-up)
https://bugs.webkit.org/show_bug.cgi?id=239072
<rdar://problem/91567092>

Unreviewed follow-up fix.

* Tools/CISupport/build-webkit-org/steps.py:
(CheckOutSource.__init__): Use the specified commit, not the latest.

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/steps.py	2022-04-25 16:41:17 UTC (rev 293330)
+++ trunk/Tools/CISupport/build-webkit-org/steps.py	2022-04-25 17:58:13 UTC (rev 293331)
@@ -137,7 +137,6 @@
         super(CheckOutSource, self).__init__(repourl=repourl,
                                              retry=self.CHECKOUT_DELAY_AND_MAX_RETRIES_PAIR,
                                              timeout=2 * 60 * 60,
-                                             alwaysUseLatest=True,
                                              logEnviron=False,
                                              method='clean',
                                              progress=True,

Modified: trunk/Tools/ChangeLog (293330 => 293331)


--- trunk/Tools/ChangeLog	2022-04-25 16:41:17 UTC (rev 293330)
+++ trunk/Tools/ChangeLog	2022-04-25 17:58:13 UTC (rev 293331)
@@ -1,3 +1,14 @@
+2022-04-25  Jonathan Bedard  <[email protected]>
+
+        [build.webkit.org] Use GitHub checkouts (Follow-up)
+        https://bugs.webkit.org/show_bug.cgi?id=239072
+        <rdar://problem/91567092>
+
+        Unreviewed follow-up fix.
+
+        * CISupport/build-webkit-org/steps.py:
+        (CheckOutSource.__init__): Use the specified commit, not the latest.
+
 2022-04-21  Jonathan Bedard  <[email protected]>
 
         [ews-build.webkit.org] Support alternative remotes
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to