-
Notifications
You must be signed in to change notification settings - Fork 42
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
Always apply uplift stacks against the latest commits from the destination repo for release, esr, beta #2057
Comments
@cgsheeh is |
|
@cgsheeh sorry to ask again, it wasn't clear to me: is Anyway, we are already applying on "tip" now, probably the failures are just because we are not as good as Lando at applying patches (I filed mozilla/libmozevent#104 for that). |
I'm pretty sure they are not the same.
Yes, if we can just apply to |
OK, thanks for the clarification! So we can keep using Now, last clarification, on beta, release, and esr, should we ignore "refs.base.identifier" and always apply to "tip"? If yes, then we need to introduce some logic to do that in libmozevent. If not, then we can close this as it's already happening. |
Yes, that's what we should be doing. Lando will be applying the patch to the |
All right, this will require a change in libmozevent: basically add a new config at https://github.com/mozilla/libmozevent/blob/master/libmozevent/mercurial.py#L61 so that we can specify if a repo must use the latest revision or not, and change the logic around base revision at https://github.com/mozilla/libmozevent/blob/ddb136df436b589a0762447c455eb380a2cec7df/libmozevent/mercurial.py#L137. |
@marco-c are you able to take this on or should I have a go at it? |
@cgsheeh it'd be great if you can, and then I can do the steps to update libmozevent in code-review and release a new version of code-review. |
Fixed by #2094 (mozilla/libmozevent#105), released in 084750a. |
See #2004 (comment) for details. When we apply uplift patches in code-review-bot, we should apply them against the latest commits from the target repo.
The text was updated successfully, but these errors were encountered: