| Summary: | git webkit setup pauses between questions to install modules | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 239082 | ||
|
Description
Alexey Proskuryakov
2022-05-16 16:17:17 PDT
Pull request: https://github.com/WebKit/WebKit/pull/794 PR fixes the fact that imports can happen after we prompt the user for things. We do need all of these modules, it’s actually pretty spartan. The modules we’re using are basically: setuptools and it’s dependencies (to install packages) requests and it’s dependencies (to make http requests) appleconnectcloak and it’s dependencies (Internal only, for stash authentication) radarclient and it’s dependencies (Internal only, for radar integration) whichcraft (cross-platform ‘which’ command) jinja2 and it’s dependencies (templating for our hooks that allow git-webkit to be repository neutral) Committed r294501 (250759@main): <https://commits.webkit.org/250759@main> Reviewed commits have been landed. Closing PR #794 and removing active labels. |