Skip to content
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

Closed
alxndr42 opened this issue Dec 31, 2014 · 4 comments
Closed

unattended-upgrades not upgrading Node.js #48

alxndr42 opened this issue Dec 31, 2014 · 4 comments

Comments

@alxndr42
Copy link

Node.js is not automatically being upgraded on my Ubuntu 14.04 machine. The config for unattended-upgrades looks like this:

Unattended-Upgrade::Allowed-Origins {
    [...]
    "Node Source:trusty";
};

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 an origin:archive pair.) Could this be the problem?

@rvagg
Copy link
Contributor

rvagg commented Jan 2, 2015

going to defer to @chrislea on this

@Amoki
Copy link

Amoki commented Feb 18, 2015

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:
v0.10.33

I'm on Ubuntu 14.04 too.
Thanks !

@chrislea
Copy link
Contributor

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:

#63 (comment)

If you have any issues, please let us know over there. Thanks!

@retrohacker
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants