Closed
Bug 1833888
Opened 2 years ago
Closed 2 years ago
extract-for-git.py should ignore changes in third_party/libwebrtc/moz-patch-stack
Categories
(Core :: WebRTC, defect, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
References
Details
Attachments
(1 file)
Now that we can have patches that update the no-op commit tracking files (for patches that are cherry-picking upstream commits), we need to ignore changes in third_party/libwebrtc/moz-patch-stack so we don't bring those changes into the github repo. This may be an indication that moz-patch-stack lives in the wrong place, but for now a small change to extract-for-git.py will suffice.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
We don't want to track those changes in the github repo since that directory
is a Mozilla only convenience to help with the fast-forward process.
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0369ec96cfe8
extract-for-git.py should ignore changes in moz-patch-stack directory. r=ng DONTBUILD
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•