-
Notifications
You must be signed in to change notification settings - Fork 3.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
unattended-upgrades not upgrading Node.js #48
Comments
going to defer to @chrislea on this |
I got the same issue when i'm trying to upgrade to node 0.12 : curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs
node --version output: I'm on Ubuntu 14.04 too. |
Hi guys. We're putting 0.12.x in a different repository so that we don't b0rk people who don't want to make the switch yet. We haven't made an announcement, but you can check everything out here: If you have any issues, please let us know over there. Thanks! |
It appears this was resolved by migrating to the 0.12.x repo. If this continues to be a problem for you, feel free to reopen and we will help debug! |
Node.js is not automatically being upgraded on my Ubuntu 14.04 machine. The config for unattended-upgrades looks like this:
I noticed that https://deb.nodesource.com/node/dists/trusty/main/binary-amd64/Release doesn't contain an
Archive
property, like http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/trusty/main/binary-amd64/Release does. (The config file asks for anorigin:archive
pair.) Could this be the problem?The text was updated successfully, but these errors were encountered: