-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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: organise iojs.org/dist/ #301
Comments
I would love to add iojs version support to semver.io, so Heroku users can use iojs in their builds, and we can display up-to-date iojs version info on various npm webpages. Is the http://nodejs.org/dist/ directory structure a similar enough template against which to pre-emptively add iojs support to the semver.io codebase? |
@zeke would love a PR for that, working on some related stuff now in buildpack. So far I've been expecting something like this: (replacing 👍 @rvagg on mimicking the format of nodejs.org/dist since it'd make pulling from one or the other that much simpler. |
Hmm, I just decided to call the website's compiled asset folder (as per my un-approved PRs) References: nodejs/iojs.org#26 & nodejs/build#31 Perhaps better go with |
the plan is to mirror /dist/ pretty closely with the following differences so far:
this is all being modelled in https://iojs.org/download/nightly/ if you want to see it live as it evolves |
Could we optionally also provide a /tmp $ du -h iojs-v1.0.0-nightly2015011284fa1f8c46.tar.*
18M iojs-v1.0.0-nightly2015011284fa1f8c46.tar.gz
12M iojs-v1.0.0-nightly2015011284fa1f8c46.tar.xz |
@jbergstroem I did think it would be great for us to migrate to .xz only but there's a desire (not so much on my part) to maintain compatibility with nodejs.org/dist/ This'll need a Makefile change unfortunately but I'll look in to it. |
@rvagg Instead of replacing, just do both? Edit: Want me to do a pull request that checks for the Edit2: Pull request shortly. |
@rvagg |
@jbergstroem perhaps, but I'd rather leave that for discussion by others with a longer history in the project, make a separate PR for |
I've created index.json and index.tab files at the top-level of the nightly directory and will use the same format for /dist/. The code to generate these files will go into the iojs/build repo and will accept pull requests of course. I'd like feedback from version managers on this please. You have less than 24 hours before we go live with this and it'll be harder to change. /cc @ljharb (and others?) |
updated comment, the index.tab link was wrong sorry |
|
@ljharb how important is that? I've tried to keep the file relatively small in anticipation of lots of nightlies and lots of releases, the sha256sums are huge and you should be able to pull up the file for each one using the information in that file. |
Application used to generate these files is @ nodejs/build#32 |
@rvagg it's not critical, since based on a version number I can get to the sum's text file. |
I believe this is ready to roll, basically the same format as nightlies except files don't have the -nightlyYYYYMMDDcommit on their names and the SHASUMS256.txt will be signed by my gpg key. I have /dist/ ready to link in to /download/release/ |
For the "to do" list: let https://github.com/heroku/semver.io know this is live? They just merged in to master basic io.js support but using a workaround (since |
@snostorm is it live? I get a 404 at https://iojs.org/dist edit: ah I see, you mean let us know when it goes live. Please do! :) |
@hunterloftis my understanding is the changes are queued up for deploying to the iojs.org server, but not yet in production. @rvagg is going to be the one putting it live. (There is a https://iojs.org/dist-test/ he just mentioned on IRC.) I mostly cross-linked the issues so we remembered let you know it was live :) |
Nice, I'll hop on IRC. |
@rvagg Is there a reason the c-ares version was left out of index.json/tab? Guessing because it doesn't live in |
@jbergstroem http_parser too, perhaps even node-gyp although it's a dep of npm ... PR against https://github.com/iojs/build/tree/master/dist/dist-indexer and we can discuss |
I believe this is ready to roll, basically the same format as nightlies except files don't have the -nightlyYYYYMMDDcommit on their names and the SHASUMS256.txt will be signed by my gpg key. I have /dist/ ready to link in to /download/release/ |
Partial duplicate of #40 and nodejs/build#40 but I want to put it here as a v1.0.0 milestone.
I've gone with an iojs.org/download/ directory for now so we can experiment a little but TC wants a /dist/ directory organised roughly the same as nodejs.org/dist/ to help version managers and ease transition. I'm planning on doing this with symlinks for releases and leaving the nightlies in /download/.
latest
symlinkThe text was updated successfully, but these errors were encountered: