-
Notifications
You must be signed in to change notification settings - Fork 22
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
Option to only get n latest versions of matching packages. #52
Comments
This is something I have spent all morning trying to find. Is there any ETA on when this might happen? |
I believe the maintainer is currently off for the summer, so no pull requests are being processed right now. Once my current pull requests have been accepted and merged, I will probably work on this next. I have no idea when there will be another release. |
Perhaps:
|
…onda-incubator#52)) Adds `--latest` and `--latest-dev` options to limit download to only the n most recent non-dev/dev versions of each package.
…onda-incubator#52)) Adds `--latest` and `--latest-dev` options to limit download to only the n most recent non-dev/dev versions of each package.
Hello! I've created a pull request with the commit from @analog-cbarber shown above, as it merges cleanly, looks good and works great. Please merge it to the next release of the tool, that small commit will be a BIG thing. |
As new versions of packages are released, mirroring a channel from the same spec using '>=' version specifiers will pull in more and more packages. But the user may be satisfied with only the more recent versions.
We could add an option to specify that you should only take the latest n versions of each package that passes the filter. We may also want to consider options to control whether to pick up dev versions (and how many).
The text was updated successfully, but these errors were encountered: