User attribute is ignored in Conan packages #26040
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us what version of Renovate you run.37.61.4 If you're self-hosting Renovate, select which platform you are using.GitLab self-hosted Was this something which used to work for you, and then stopped?I have not seen this working Describe the problemOur internal Conan packages have the user attribute set. E.g. When renovate looks for package versions in the registry, the user attribute is ignored:
Relevant debug logsLogs
Have you created a minimal reproduction repository?Placeholder value, please select the correct response from the dropdown |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Hi @segretil, you modified similar code in #16871. Do you have any advice here? |
Beta Was this translation helpful? Give feedback.
-
I believe user/channel is optional for conan, I have several dependencies with a fixed recipe revision in my conanfile.py. This works fine for Conan, but Renovate doesn't notify me of updates:
It does work for entries without an explicit revision (created as test), excerpt from a PR:
The debug-log shows the following line for spdlog:
This results in skipReason: invalid-value
|
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction. We may close the discussion if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply, I think as a workaround you can add the channel like this To fix the issue, I can take a quick a look. |
Beta Was this translation helpful? Give feedback.
Created a pull request -> #26516