[webkit-changes] [WebKit/WebKit] 986aba: [git-webkit] Setup should run `git fetch --prune -...

Jonathan Bedard noreply at github.com
Fri May 24 12:15:47 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 986aba150fc656b13b7c4e7ce5d6bed6be91d931
      https://github.com/WebKit/WebKit/commit/986aba150fc656b13b7c4e7ce5d6bed6be91d931
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/local/git.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/setup.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/setup_unittest.py

  Log Message:
  -----------
  [git-webkit] Setup should run `git fetch --prune --all`
https://bugs.webkit.org/show_bug.cgi?id=253091
rdar://106371364

Reviewed by Dewei Zhu.

During 'git-webkit setup', we should run the equivalent of `git fetch --prune --all`
so that all remotes, although canonical remotes in particular, are up to date.

* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/local/git.py: Add 'git remote'.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/setup.py:
(_fetch): Stand-alone 'fetch' function for multi-processing.
(Setup.fetch): Fetch all remotes in a repository.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/setup_unittest.py:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list