Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[git-webkit] Setup should run git fetch --prune --all #26994

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JonWBedard
Copy link
Member

@JonWBedard JonWBedard commented Apr 8, 2024

4fdceb3

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

Reviewed by NOBODY (OOPS!).

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:

4fdceb3

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe   πŸ›  wincairo
βœ… πŸ§ͺ bindings βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug   πŸ§ͺ wpe-wk2
βœ… πŸ§ͺ webkitperl   πŸ§ͺ ios-wk2   πŸ§ͺ api-mac   πŸ§ͺ api-wpe
βœ… πŸ§ͺ webkitpy   πŸ§ͺ ios-wk2-wpt   πŸ§ͺ mac-wk1 βœ… πŸ›  wpe-skia
  πŸ§ͺ api-ios   πŸ§ͺ mac-wk2 βœ… πŸ›  gtk
  πŸ›  tv   πŸ§ͺ mac-AS-debug-wk2   πŸ§ͺ gtk-wk2
βœ… πŸ§ͺ services βœ… πŸ›  tv-sim βœ… πŸ§ͺ api-gtk
  πŸ›  watch
βœ… πŸ›  watch-sim

@JonWBedard JonWBedard self-assigned this Apr 8, 2024
@JonWBedard JonWBedard added the Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases label Apr 8, 2024
@JonWBedard JonWBedard force-pushed the eng/git-webkit-Setup-should-run-git-fetch---prune---all branch from 6622e8f to 85de330 Compare April 8, 2024 23:48
@JonWBedard JonWBedard force-pushed the eng/git-webkit-Setup-should-run-git-fetch---prune---all branch from 85de330 to e418981 Compare April 9, 2024 03:44
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Apr 9, 2024
https://bugs.webkit.org/show_bug.cgi?id=253091
rdar://106371364

Reviewed by NOBODY (OOPS!).

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:
@JonWBedard JonWBedard removed the merging-blocked Applied to prevent a change from being merged label Apr 9, 2024
@JonWBedard JonWBedard force-pushed the eng/git-webkit-Setup-should-run-git-fetch---prune---all branch from e418981 to 4fdceb3 Compare April 9, 2024 16:44
@JonWBedard JonWBedard added the skip-ews Applied to prevent a change from being run on EWS label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-ews Applied to prevent a change from being run on EWS Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases
Projects
None yet
3 participants