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

Commits on May 24, 2024

  1. [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
    JonWBedard committed May 24, 2024
    Configuration menu
    Copy the full SHA
    986aba1 View commit details
    Browse the repository at this point in the history