-
Notifications
You must be signed in to change notification settings - Fork 166
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
Location of ARMv7 binaries #197
Comments
ARMv7 URL changed between v4.0.0 and v4.1.0 but this was not updated in the release blog post template. Refs nodejs/build#197
Whoa, not great, must be because I replaced the ARMv7 build machine and the original config must have this wrong. @Fishrock123 I've copied those files back in to staging and renamed them properly, could you run a promote again to get them copied in and signed? Then, after 1/2 a day or so we'll run it again and remove the |
fixed in setup @ 77c98f2 |
Re-promoted. |
@rvagg @Fishrock123 when you remove the |
.. + altering the filename in the shasums list |
thinking now that we could just leave them there, at least until the next release comes out |
While working on verifying the uploaded binaries on /dist/ for nodejs.org #156 I noticed the location of ARMv7 binaries have changed between v4.0.0 and 4.1.1
armv7l: https://nodejs.org/dist/v4.0.0/node-v4.0.0-linux-armv7l.tar.xz
armv7: https://nodejs.org/dist/v4.1.0/node-v4.1.0-linux-armv7.tar.gz
Was this an intentional change?
P.S. we're currently linking to the wrong path for v4.1.1 in the release blog post.
The text was updated successfully, but these errors were encountered: