-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FeatureRequest] Previous Version Alternative using git history #3894
Comments
The problem with this is if past manifests were broken and the fix also included a version bump. I think it'd be far simpler and more reliable to have a legacy property similar to how architecture works, but instead of 32bit|64bit you'd have a version(s). But even that has a whole lot of problems to deal with for a fairly limited feature. Maybe the best solution would be to request its addition to the versions bucket? |
You might wanna check this. I wrote a custom script letting user installs package for specific version/commit. |
I think scoop supporting this would be the closest thing to |
Currently if you want to install a previous version, scoop tries to autogenerate a manifest to see if it works, however there may be breaking changes between versions in the manifest that won't allow this.
However, there is a practical alternative:
scoop install [email protected]
git log -p <manifest>.json
and extracts a list of previous versions based on the version.json, since it would have changed every commitIt doesn't guarantee the file download would still exist of course, but it would allow a more traditional way of accessing past versions.
The text was updated successfully, but these errors were encountered: