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

[bug] [develop2] conan list output different #12804

Closed
memsharded opened this issue Dec 29, 2022 · 1 comment
Closed

[bug] [develop2] conan list output different #12804

memsharded opened this issue Dec 29, 2022 · 1 comment
Assignees
Milestone

Comments

@memsharded
Copy link
Member

memsharded commented Dec 29, 2022

Environment details

Latest develop2 branch

Steps to reproduce

The result from conan list is different if the command is local cache or remote

conan list name/version@#ae217408f5df09637e4b1bdbe2795f63:95e963b230e58ec1da5084c3e7261e46329279ca#* -f json --cache

{
    "Local Cache": {
        "app/version#4c07c7e7d383293da58cec0b5a48299d": {
            "app/version#4c07c7e7d383293da58cec0b5a48299d:4738c78949301e2e09ba11870074f07541f0eb06#771292fe732e4ef1ae9dccd8099f1be4": {}
        }
    }
}

------------------------------------------------------------------

conan list name/version@#ae217408f5df09637e4b1bdbe2795f63:95e963b230e58ec1da5084c3e7261e46329279ca#* -f json --remote conanRemote

{
    "conanRemote": {
        "revisions": [
            "name/version#rrev:pkgid#prev1%0.0",
            "name/version#rrev:pkgid#prev2%0.0"
        ]
    }
}
@czoido
Copy link
Contributor

czoido commented Jan 12, 2023

Closed by #12883

@czoido czoido closed this as completed Jan 12, 2023
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 a pull request may close this issue.

3 participants