-
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
Missing older patch releases #207
Comments
I am having this same problem. I had 4.2.4 specified in a deployment script, which is now breaking because only 4.2.6 exists. |
Facing the issue as well due to a blind upgrade via Locked me into |
I've hit the same problem. Interestingly, the packages are still there, but they are missing from the Packages file. And it's interesting that Docker had exactly the same issue last year. |
Hey everyone. This issue is currently being tracked here: #33 You can find an explanation as to why this is happening, along with some helpful work arounds, there. |
@wblankenship Thank you for the link. I hadn't seen that issue when searching earlier. |
Do old patch releases get removed from the apt repositories when new releases are pushed out? It looks like only
4.2.4
is available throughhttps://deb.nodesource.com/setup_4.x
, whereas a few weeks ago4.2.1
was available. I was hoping to pin installation scripts to install a specific version.The text was updated successfully, but these errors were encountered: