Changeset 271600 in webkit


Ignore:
Timestamp:
Jan 19, 2021 6:35:36 AM (3 years ago)
Author:
Jonathan Bedard
Message:

[GitHub] Use github.com as the source of truth for EWS
https://bugs.webkit.org/show_bug.cgi?id=220479
<rdar://problem/72941463>

Reviewed by Aakash Jain.

  • CISupport/ews-build/steps.py:

(CheckOutSource.init): Use GitHub.com instead of git.webkit.org.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/CISupport/ews-build/steps.py

    r271492 r271600  
    105105
    106106    def __init__(self, **kwargs):
    107         self.repourl = 'https://git.webkit.org/git/WebKit.git'
     107        self.repourl = 'https://github.com/WebKit/WebKit.git'
    108108        super(CheckOutSource, self).__init__(repourl=self.repourl,
    109109                                                retry=self.CHECKOUT_DELAY_AND_MAX_RETRIES_PAIR,
  • trunk/Tools/ChangeLog

    r271593 r271600  
     12021-01-19  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [GitHub] Use github.com as the source of truth for EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=220479
     5        <rdar://problem/72941463>
     6
     7        Reviewed by Aakash Jain.
     8
     9        * CISupport/ews-build/steps.py:
     10        (CheckOutSource.__init__): Use GitHub.com instead of git.webkit.org.
     11
    1122021-01-18  Fujii Hironori  <Hironori.Fujii@sony.com>
    213
Note: See TracChangeset for help on using the changeset viewer.