[webkit-changes] [WebKit/WebKit] b2fe5e: [ews-build] Always clone from WebKit/WebKit

Jonathan Bedard noreply at github.com
Wed Mar 22 11:16:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b2fe5e88d602d0a0c6fb01d7338271dfaa8c0c38
      https://github.com/WebKit/WebKit/commit/b2fe5e88d602d0a0c6fb01d7338271dfaa8c0c38
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py
    M Tools/CISupport/ews-build/steps_unittest.py

  Log Message:
  -----------
  [ews-build] Always clone from WebKit/WebKit
https://bugs.webkit.org/show_bug.cgi?id=254227
rdar://107016139

Reviewed by Aakash Jain.

We need to clone from WebKit/WebKit, even if we need to fetch
from an alternative remote.

* Tools/CISupport/ews-build/steps.py:
(CheckOutSource.__init__): Set a default repourl.
(CheckOutSource._fetch): Override the repourl with the URL of
the source repository.
(CheckOutSource.run): Move the custome repourl into _fetch.
* Tools/CISupport/ews-build/steps_unittest.py:

Canonical link: https://commits.webkit.org/261976@main




More information about the webkit-changes mailing list