Bug 238959 - [Merge-Queue] Add PushCommitToWebKitRepo
Summary: [Merge-Queue] Add PushCommitToWebKitRepo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-07 14:24 PDT by Jonathan Bedard
Modified: 2022-04-07 15:59 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2022-04-07 14:24:38 PDT
merge-queue needs to push commits to the WebKit repo. This process involves canonicalizing those commits (adding identifiers), running `git svn dcommit`, updating the associated pull-request with whatever we just landed then finally closing the relevant bug and pull request. The "updating the associated pull-request" is the most difficult step, because we need to re-canonicalize the landed commit since `git svn` will have added a subversion revision into our commit, which will change the commit hash.
Comment 1 Radar WebKit Bug Importer 2022-04-07 14:24:53 PDT
<rdar://problem/91443987>
Comment 2 Jonathan Bedard 2022-04-07 14:26:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/263
Comment 3 EWS 2022-04-07 15:59:46 PDT
Committed r292576 (249414@main): <https://commits.webkit.org/249414@main>

Reviewed commits have been landed. Closing PR #263 and removing active labels.