-
Notifications
You must be signed in to change notification settings - Fork 9
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
add Node.js 10 LTS dubnium #2
Conversation
cc @nodejs/build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
@nodejs/build what needs to be done to make this work? |
after chasing around shell script call sites and previous GH issues, I think this is how it works:
Because the package is globally installed once and, unless I'm missing a scheduled updater somewhere, not upgraded again automatically, I think a release manager needs to shell onto the instance and bump the global install (or maybe re-run the playbook?). It looks like Rod did something similar when Carbon was released: #1 (comment). Definitely interested to hear from the build WG --at a minimum we could probably prefer to |
nicely deduced @knksmith57! Getting this deployed and updated now. Unfortunately What might be a more interesting solution is for an update to nodejs-latest-linker that pulls down https://github.com/nodejs/Release/blob/master/schedule.json and uses that rather than having to take manual updates. Then there's not even an update required here. |
ah, that makes sense --it didn't occur to me that most (all?) devs w/ publish perms for this package would also have shell access to the box. thanks for following up and for handling the rollout 🙏 |
also, heads up @rvagg: looks like there's a cyclical symlink to |
Cyclical symlink should be gone now 😇
…On Wed, Oct 31, 2018, 3:25 PM Kyle Smith ***@***.*** wrote:
also, heads up @rvagg <https://github.com/rvagg>: looks like there's a
cyclical symlink to v10.13.0 in the /download/release/latest-dubnium dir
that we may want to prune --possibly an artifact from @MylesBorins
<https://github.com/MylesBorins>'s ad-hoc linkage last night. Probably
not a big deal but certainly unnecessary.
eg:
https://nodejs.org/download/release/latest-dubnium/v10.13.0/v10.13.0/v10.13.0/v10.13.0/v10.13.0/v10.13.0/v10.13.0/v10.13.0/v10.13.0/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAecV3LNv4CWrhcWRy8D4knDRmNZ5Qpsks5uqfklgaJpZM4YCo63>
.
|
Refs: nodejs/node#23831 (comment)