prep_repo.sh should also check the target branch-heads/xxx commits for no-op commits
Categories
(Core :: WebRTC, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
References
Details
Attachments
(2 files)
Unexpectedly, we can see commits cherry-picked into multiple chromium milestone branch-heads. Originally, I expected things cherry-picked in the milestone branch-head would be absorbed during the next fast-forward update. In other words, that the cherry-picked patches would be patches from the next release. However, while running the v108 it we see that changes cherry-picked for the v107 release needed to be cherry-picked for the v108 release as well.
The prep_repo.sh script should add no-op tracking files for the target branch-head cherry-pick commits as well.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Because of the added complexity here, and the reality that prepping the repo is conceptually different than building the no-op commit data, I'm going to separate this out into a separate script.
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D170265
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2ed27c565214
https://hg.mozilla.org/mozilla-central/rev/bfe771f7165e
Description
•