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

[dev2][conan list] Enhancements #12781

Merged

Conversation

franramirez688
Copy link
Contributor

Changelog: Feature: Implemented conan list *#latest and conan list *:*#latest. Basically, this command can show the latest RREVs and PREVs for all the matching references.
Docs: omit
Closes: #12766

self.client.run("create hello.py --user=user --channel=channel")
self.client.run("create hello.py --user=user --channel=channel") # latest prev
self.client.run("create bye.py --user=user --channel=channel")
self.client.run("create bye.py --user=user --channel=channel") # latest prev
Copy link
Contributor Author

@franramirez688 franramirez688 Dec 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@memsharded Actually, it's passing, but it's not creating several PREVs. I know that using the command conan new xxxx and several conan create . will work as expected but it's too slow, so how could I improve it?

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

Successfully merging this pull request may close these issues.

[dev2][list] Show latest revisions for several recipes/package_ids
3 participants