-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
The RPM repo is no longer accessible #24
Conversation
Hey. Thanks for this submission - having this third party service dependency, and their being down, is certainly a pain for us. We are starting to look at options - including this one - for working around the problem while we try to discover if the repository is going to come back. Until we have an internal consensus on the best strategy I am going to keep this on the metaphorical back burner. It looks solid but it isn't the nicest way to get software installed, and we hope with the likely inclusion of NodeJS in Fedora 18, or the third party service recovering, that we can avoid this headache for our users. |
I agree with you. I just made the change to mimick what we already do here for some other packages until an RPM becomes available. It would be nice if it made it to that EPEL repo. Do you know if anybody is working on this? |
Fedora 18 should contain NodeJS. All the third party packages needed |
If a couple of people in the community report that http://patches.fedorapeople.org/oldnode/ works for them, I would switch over to it. It avoids the need to hand-roll the content here. |
This should be fixed in #26 . |
Node is now in EPEL, and the versions in the "oldnode" repo stopped at 0.6. This makes manage_repo and "stable" a bit misleading. I can think of a few alternatives here:
Do any of those make sense? |
I like that the wget solution will stand the test of time, as EPEL and other distros change their packaging with time: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager , but I don't know if it's the right solution for such a popular and public piece of software (or this module). I like having the package be the primary option (and many shops will build their own package for this and host out of their internal repos), but this module could use some heavy updating on that front. I'm going to close this wget PR in the hopes that we can take advantage of the packaging that has happened since this was opened a year ago. If you would like to re-open this PR with |
I had to revert to using wget to grab the distribution on CentOS because nodejs.tchol.org is no longer accessible.