Skip to content
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

build: move our node fork to our patch system #19292

Merged
merged 1 commit into from
Jul 16, 2019
Merged

Conversation

MarshallOfSound
Copy link
Member

This points our node repo at upstream (nodejs/node) and uses the base node tag as the target ref. We then use our existing patch system and patch files to apply our changes on top of node. This unifies how we patch upstream repos and makes our node patches easier to reason, view, understand and most importantly reduce.

Notes: no-notes

@MarshallOfSound MarshallOfSound requested a review from a team as a code owner July 16, 2019 22:08
DEPS Outdated
@@ -12,7 +12,7 @@ vars = {
'chromium_version':
'73.0.3683.121',
'node_version':
'0a300f60bce0c8f0cb3d846fcb0e1f55f26013ee',
'7ccfb6a1de3b8b028e556d6ed2dcee3025e311a6',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should figure out why this commit (what our node fork was based off) and the node v12.0.0 tag are different 😕

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed, but that shouldn't block this change IMO

@MarshallOfSound MarshallOfSound added the fast-track 🚅 Indicates that this PR is intended to bypass the 24 hour rule. Needs approval from Releases label Jul 16, 2019
This points our node repo at upstream (nodejs/node) and uses the base node tag as the target ref.  We then use our existing patch system and patch files to apply our changes on top of node.  This unifies how we patch upstream repos and makes our node patches easier to reason, view, understand and most importantly reduce.
@MarshallOfSound MarshallOfSound merged commit 46c0859 into 5-0-x Jul 16, 2019
@release-clerk
Copy link

release-clerk bot commented Jul 16, 2019

No Release Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fast-track 🚅 Indicates that this PR is intended to bypass the 24 hour rule. Needs approval from Releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants