Uilian Ries

Results 368 comments of Uilian Ries

We could update `BUILD_POLICY` to accept a new attribute which fits your case.

Usually we use plural for lists, like `CONAN_BUILD_POLICIES`, but since it would be duplicated, I'm good re-using the same variable. It sounds good. WDYT @lasote ?

Hi @0xcccc ! There is no support Docker login for now. The authentication is related to Conan package server (bintray/artifactory/conan_server). Docker login it's a new feature request. Why do you...

hmm I see now what you mean. So it sounds like a bug. I think CPT should be able to login to any conan server when running a docker container.

@Parcley Indeed, I'll revisit this issue during this week. Thanks for pinging.

Hello @Parcley and @kegt ! Have you tried the user and password as listed on the documentation? https://github.com/conan-io/conan-package-tools#environment-configuration The idea is passing the remote name with the login username and...

@Parcley Sorry my delay. It's not clear what's failing for you, I need details to understand your case. Is it failing when downloading a package or when uploading all built...

@Parcley just to confirm, do you need a password to download your package? Are you running Artifactory as server, not Conan Center, right? I'll try to reproduce your case. Thank...

@Parcley I'll take a look on it. Have a great weekend!

Hi @jmarrec ! By default CPT starts with all possible combinations and filter them by available arguments, options and so on. The `shared_option_name` is automatic. It will check two situations,...